- AAPT2_COMPILE_FLAVOR - Static variable in class com.facebook.buck.android.AndroidResourceDescription
-
- Aapt2Compile - Class in com.facebook.buck.android
-
Perform the "aapt2 compile" step of a single Android resource.
- Aapt2Compile(BuildRuleParams, SourcePath) - Constructor for class com.facebook.buck.android.Aapt2Compile
-
- Aapt2Link - Class in com.facebook.buck.android
-
Perform the "aapt2 link" step of building an Android app.
- AaptOutputInfo - Class in com.facebook.buck.android
-
Encapsulates information about a rule that runs "aapt", for consumption by downstream rules.
- AaptOutputInfo.Builder - Class in com.facebook.buck.android
-
- AaptPackageResources - Class in com.facebook.buck.android
-
Packages the resources using aapt.
- AaptResourceCollector - Class in com.facebook.buck.android.aapt
-
Responsible for collecting resources parsed by
MiniAapt and assigning unique integer ids
to those resources.
- AaptResourceCollector() - Constructor for class com.facebook.buck.android.aapt.AaptResourceCollector
-
- AaptStep - Class in com.facebook.buck.android
-
Runs the Android Asset Packaging Tool (aapt), which creates an .apk file.
- AaptStep(Path, Path, ImmutableList<Path>, ImmutableSortedSet<Path>, Path, Path, Path, boolean, boolean, ManifestEntries) - Constructor for class com.facebook.buck.android.AaptStep
-
- AAR_FORMAT - Static variable in class com.facebook.buck.android.AndroidAar
-
- AAR_UNZIP_FLAVOR - Static variable in class com.facebook.buck.android.AndroidPrebuiltAarDescription
-
- AbstractApkInfo() - Constructor for class com.facebook.buck.android.HasInstallableApk.AbstractApkInfo
-
- AbstractArchiveMemberPath - Class in com.facebook.buck.io
-
- AbstractArchiveMemberPath() - Constructor for class com.facebook.buck.io.AbstractArchiveMemberPath
-
- AbstractAutoSparseConfig - Class in com.facebook.buck.util.autosparse
-
- AbstractAutoSparseConfig() - Constructor for class com.facebook.buck.util.autosparse.AbstractAutoSparseConfig
-
- AbstractAutoSparseFactory - Class in com.facebook.buck.util.autosparse
-
- AbstractBatchingLogger - Class in com.facebook.buck.util.network
-
Common functionality for uploading log entries in batches.
- AbstractBatchingLogger(int) - Constructor for class com.facebook.buck.util.network.AbstractBatchingLogger
-
- AbstractBatchingLogger() - Constructor for class com.facebook.buck.util.network.AbstractBatchingLogger
-
- AbstractBatchingLogger.BatchEntry - Class in com.facebook.buck.util.network
-
- AbstractBottomUpTraversal<T,E extends Throwable> - Class in com.facebook.buck.graph
-
Class that performs a "bottom-up" traversal of a DAG.
- AbstractBottomUpTraversal(TraversableGraph<T>) - Constructor for class com.facebook.buck.graph.AbstractBottomUpTraversal
-
- AbstractBreadthFirstThrowingTraversal<Node,E extends Throwable> - Class in com.facebook.buck.graph
-
Performs a breadth-first traversal of dependencies of a graph node.
- AbstractBreadthFirstThrowingTraversal(Node) - Constructor for class com.facebook.buck.graph.AbstractBreadthFirstThrowingTraversal
-
- AbstractBreadthFirstThrowingTraversal(Iterable<? extends Node>) - Constructor for class com.facebook.buck.graph.AbstractBreadthFirstThrowingTraversal
-
- AbstractBreadthFirstThrowingTraversal.StaticBreadthFirstTraversal<Node> - Class in com.facebook.buck.graph
-
- AbstractBreadthFirstThrowingTraversal.Visitor<Node,E extends Throwable> - Interface in com.facebook.buck.graph
-
- AbstractBreadthFirstTraversal<Node> - Class in com.facebook.buck.graph
-
Performs a breadth-first traversal of dependencies of a graph node.
- AbstractBreadthFirstTraversal(Node) - Constructor for class com.facebook.buck.graph.AbstractBreadthFirstTraversal
-
- AbstractBreadthFirstTraversal(Iterable<? extends Node>) - Constructor for class com.facebook.buck.graph.AbstractBreadthFirstTraversal
-
- AbstractBuckEvent - Class in com.facebook.buck.event
-
Base class for all build events.
- AbstractBuckEvent(EventKey) - Constructor for class com.facebook.buck.event.AbstractBuckEvent
-
- AbstractBuildEngineResult() - Constructor for class com.facebook.buck.rules.BuildEngine.AbstractBuildEngineResult
-
- AbstractBuildRule - Class in com.facebook.buck.rules
-
Abstract implementation of a
BuildRule that can be cached.
- AbstractBuildRule(BuildRuleParams) - Constructor for class com.facebook.buck.rules.AbstractBuildRule
-
- AbstractBuildRuleWithResolver - Class in com.facebook.buck.rules
-
This class should not ever be extended.
- AbstractBuildRuleWithResolver(BuildRuleParams, SourcePathResolver) - Constructor for class com.facebook.buck.rules.AbstractBuildRuleWithResolver
-
- AbstractCharsetProcessListener - Class in com.facebook.buck.util
-
- AbstractCharsetProcessListener(Charset) - Constructor for class com.facebook.buck.util.AbstractCharsetProcessListener
-
- AbstractCharsetProcessListener(CharsetEncoder, CharsetDecoder, CharsetDecoder) - Constructor for class com.facebook.buck.util.AbstractCharsetProcessListener
-
- AbstractCommand - Class in com.facebook.buck.cli
-
- AbstractCommand() - Constructor for class com.facebook.buck.cli.AbstractCommand
-
- AbstractCommandRunnerParams - Interface in com.facebook.buck.cli
-
- AbstractConsoleEventBusListener - Class in com.facebook.buck.event.listener
-
Base class for
BuckEventListeners responsible for outputting information about the
running build to
stderr.
- AbstractConsoleEventBusListener(Console, Clock, Locale, ExecutionEnvironment) - Constructor for class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- AbstractContainerCommand - Class in com.facebook.buck.cli
-
- AbstractContainerCommand() - Constructor for class com.facebook.buck.cli.AbstractContainerCommand
-
- AbstractCxxLibrary - Interface in com.facebook.buck.cxx
-
- AbstractCxxSource - Class in com.facebook.buck.cxx
-
Describes a source file written in the C programming language or a derivative (C++, Objective-C,
Objective-C++, etc.) and the various paths it uses from input to output.
- AbstractCxxSource() - Constructor for class com.facebook.buck.cxx.AbstractCxxSource
-
- AbstractCxxSource.Type - Enum in com.facebook.buck.cxx
-
- AbstractDescriptionArg - Class in com.facebook.buck.rules
-
THIS IS A LEGACY CLASS WHICH IS ABOUT TO BE DELETED.
- AbstractDescriptionArg() - Constructor for class com.facebook.buck.rules.AbstractDescriptionArg
-
- AbstractDistBuildCommand - Class in com.facebook.buck.cli
-
- AbstractDistBuildCommand() - Constructor for class com.facebook.buck.cli.AbstractDistBuildCommand
-
- AbstractExecutionStep - Class in com.facebook.buck.step
-
- AbstractExecutionStep(String) - Constructor for class com.facebook.buck.step.AbstractExecutionStep
-
- AbstractFileLike - Class in com.facebook.buck.jvm.java.classes
-
- AbstractFileLike() - Constructor for class com.facebook.buck.jvm.java.classes.AbstractFileLike
-
- AbstractGenruleDescription<T extends AbstractGenruleDescription.CommonArg> - Class in com.facebook.buck.shell
-
- AbstractGenruleDescription() - Constructor for class com.facebook.buck.shell.AbstractGenruleDescription
-
- AbstractGenruleDescription.CommonArg - Interface in com.facebook.buck.shell
-
- AbstractGenruleStep - Class in com.facebook.buck.shell
-
- AbstractGenruleStep(ProjectFilesystem, BuildTarget, AbstractGenruleStep.CommandString, Path) - Constructor for class com.facebook.buck.shell.AbstractGenruleStep
-
- AbstractGenruleStep.CommandString - Class in com.facebook.buck.shell
-
- AbstractMacroExpander<T,P> - Class in com.facebook.buck.rules.macros
-
- AbstractMacroExpander() - Constructor for class com.facebook.buck.rules.macros.AbstractMacroExpander
-
- AbstractMacroExpanderWithoutPrecomputedWork<T> - Class in com.facebook.buck.rules.macros
-
- AbstractMacroExpanderWithoutPrecomputedWork() - Constructor for class com.facebook.buck.rules.macros.AbstractMacroExpanderWithoutPrecomputedWork
-
- AbstractManifestInfo - Class in com.facebook.buck.util.autosparse
-
Track information on a file entry in a version control manifest.
- AbstractManifestInfo() - Constructor for class com.facebook.buck.util.autosparse.AbstractManifestInfo
-
- AbstractNetworkCache - Class in com.facebook.buck.artifact_cache
-
- AbstractNetworkCache(NetworkCacheArgs) - Constructor for class com.facebook.buck.artifact_cache.AbstractNetworkCache
-
- AbstractPreprocessor - Class in com.facebook.buck.cxx
-
- AbstractPreprocessor(Tool) - Constructor for class com.facebook.buck.cxx.AbstractPreprocessor
-
- AbstractReport - Class in com.facebook.buck.rage
-
Base class for gathering logs and other interesting information from buck.
- AbstractReport(ProjectFilesystem, DefectReporter, BuildEnvironmentDescription, VersionControlStatsGenerator, Console, RageConfig, ExtraInfoCollector, Optional<WatchmanDiagReportCollector>) - Constructor for class com.facebook.buck.rage.AbstractReport
-
- AbstractSparseSummary - Class in com.facebook.buck.util.versioncontrol
-
- AbstractSparseSummary() - Constructor for class com.facebook.buck.util.versioncontrol.AbstractSparseSummary
-
- AbstractTestStep - Class in com.facebook.buck.step
-
Abstract implementation of
Step that ...
- AbstractTestStep(String, ProjectFilesystem, Optional<Path>, ImmutableList<String>, Optional<ImmutableMap<String, String>>, Path, Optional<Long>, Path) - Constructor for class com.facebook.buck.step.AbstractTestStep
-
- AccessFlags - Class in com.facebook.buck.jvm.java.abi
-
Computes the access flags (see JVMS8 4.1, 4.5, 4.6) for
Elements.
- AccessFlags(Elements) - Constructor for class com.facebook.buck.jvm.java.abi.AccessFlags
-
- AccumulateClassNamesStep - Class in com.facebook.buck.jvm.java
-
Step that takes a directory or zip of
.class files and traverses it to get the
total set of
.class files included by the directory or zip.
- AccumulateClassNamesStep(ProjectFilesystem, Optional<Path>, Path) - Constructor for class com.facebook.buck.jvm.java.AccumulateClassNamesStep
-
- acquire(ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.ListeningMultiSemaphore
-
Returns the future which will be completed by the moment when resources will be acquired.
- ActionAndTargetGraphs(TargetGraphAndBuildTargets, Optional<TargetGraphAndBuildTargets>, ActionGraphAndResolver) - Constructor for class com.facebook.buck.cli.BuildCommand.ActionAndTargetGraphs
-
- ActionGraph - Class in com.facebook.buck.rules
-
- ActionGraph(Iterable<BuildRule>) - Constructor for class com.facebook.buck.rules.ActionGraph
-
- ActionGraphAndResolver - Class in com.facebook.buck.rules
-
Holds an ActionGraph with the BuildRuleResolver that created it.
- ActionGraphAndResolver.Builder - Class in com.facebook.buck.rules
-
- ActionGraphCache - Class in com.facebook.buck.rules
-
- ActionGraphCache(BroadcastEventListener) - Constructor for class com.facebook.buck.rules.ActionGraphCache
-
- actionGraphCacheHit(ActionGraphEvent.Cache.Hit) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- actionGraphCacheHit(ActionGraphEvent.Cache.Hit) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- actionGraphCacheMiss(ActionGraphEvent.Cache.Miss) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- ActionGraphCreationException(String) - Constructor for exception com.facebook.buck.cli.BuildCommand.ActionGraphCreationException
-
- ActionGraphEvent - Class in com.facebook.buck.event
-
Base class for events about building up the action graph from the target graph.
- ActionGraphEvent(EventKey) - Constructor for class com.facebook.buck.event.ActionGraphEvent
-
- ActionGraphEvent.Cache - Class in com.facebook.buck.event
-
- ActionGraphEvent.Cache.Hit - Class in com.facebook.buck.event
-
- ActionGraphEvent.Cache.Miss - Class in com.facebook.buck.event
-
- ActionGraphEvent.Cache.MissWithTargetGraphHashMatch - Class in com.facebook.buck.event
-
- ActionGraphEvent.Finished - Class in com.facebook.buck.event
-
- ActionGraphEvent.Started - Class in com.facebook.buck.event
-
- actionGraphFinished - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- actionGraphFinished(ActionGraphEvent.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- actionGraphFinished(ActionGraphEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- actionGraphFinished(ActionGraphEvent.Finished) - Method in class com.facebook.buck.event.listener.PerfTimesEventListener
-
- actionGraphStarted - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- actionGraphStarted(ActionGraphEvent.Started) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- actionGraphStarted(ActionGraphEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- actuallyClose() - Method in interface com.facebook.buck.zip.CustomZipOutputStream.Impl
-
- actuallyClose() - Method in class com.facebook.buck.zip.OverwritingZipOutputStreamImpl
-
- actuallyCloseEntry() - Method in interface com.facebook.buck.zip.CustomZipOutputStream.Impl
-
- actuallyCloseEntry() - Method in class com.facebook.buck.zip.OverwritingZipOutputStreamImpl
-
- actuallyPutNextEntry(ZipEntry) - Method in interface com.facebook.buck.zip.CustomZipOutputStream.Impl
-
- actuallyPutNextEntry(ZipEntry) - Method in class com.facebook.buck.zip.OverwritingZipOutputStreamImpl
-
- actuallyWrite(byte[], int, int) - Method in interface com.facebook.buck.zip.CustomZipOutputStream.Impl
-
- actuallyWrite(byte[], int, int) - Method in class com.facebook.buck.zip.OverwritingZipOutputStreamImpl
-
- AcyclicDepthFirstPostOrderTraversal<T> - Class in com.facebook.buck.graph
-
Performs a depth-first, post-order traversal over a DAG.
- AcyclicDepthFirstPostOrderTraversal(GraphTraversable<T>) - Constructor for class com.facebook.buck.graph.AcyclicDepthFirstPostOrderTraversal
-
- AcyclicDepthFirstPostOrderTraversal.CycleException - Exception in com.facebook.buck.graph
-
- adbCall(AdbHelper.AdbCallable, boolean) - Method in class com.facebook.buck.android.AdbHelper
-
- adbCall(String, ExopackageInstaller.AdbInterface.AdbCallable, boolean) - Method in interface com.facebook.buck.android.exopackage.ExopackageInstaller.AdbInterface
-
- AdbCallable() - Constructor for class com.facebook.buck.android.AdbHelper.AdbCallable
-
- AdbCommandLineOptions - Class in com.facebook.buck.cli
-
- AdbCommandLineOptions() - Constructor for class com.facebook.buck.cli.AdbCommandLineOptions
-
- AdbHelper - Class in com.facebook.buck.android
-
Helper for executing commands over ADB, especially for multiple devices.
- AdbHelper(AdbOptions, TargetDeviceOptions, ExecutionContext, Console, BuckEventBus, boolean) - Constructor for class com.facebook.buck.android.AdbHelper
-
- AdbHelper.AdbCallable - Class in com.facebook.buck.android
-
Base class for commands to be run against an IDevice.
- AdbHelper.CommandFailedException - Exception in com.facebook.buck.android
-
An exception that indicates that an executed command returned an unsuccessful exit code.
- adbOptions(BuckConfig) - Method in class com.facebook.buck.cli.InstallCommand
-
- adbOptions(BuckConfig) - Method in class com.facebook.buck.cli.UninstallCommand
-
- AdbOptions - Class in com.facebook.buck.step
-
- AdbOptions() - Constructor for class com.facebook.buck.step.AdbOptions
-
- AdbOptions(int, boolean) - Constructor for class com.facebook.buck.step.AdbOptions
-
- add(AndroidPrebuiltAar) - Method in class com.facebook.buck.android.AndroidPrebuiltAarCollection
-
- add(String, String, String) - Method in class com.facebook.buck.apple.clang.HeaderMap.Builder
-
- add(String, Path) - Method in class com.facebook.buck.apple.clang.HeaderMap.Builder
-
- add(String) - Method in class com.facebook.buck.counters.TagSetCounter
-
- add(CxxSource) - Method in class com.facebook.buck.cxx.DepsBuilder
-
- add(SourcePath) - Method in class com.facebook.buck.cxx.DepsBuilder
-
- add(BuildRule) - Method in class com.facebook.buck.cxx.DepsBuilder
-
- add(PreprocessorDelegate) - Method in class com.facebook.buck.cxx.DepsBuilder
-
- add(CompilerDelegate) - Method in class com.facebook.buck.cxx.DepsBuilder
-
- add(T) - Method in class com.facebook.buck.event.listener.BuckEventOrderer
-
- add(Pattern, T) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollection.Builder
-
- add(ImmutableMap<BuildTarget, Version>, T) - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollection.Builder
-
- add(long) - Method in class com.facebook.buck.rules.keys.SizeLimiter
-
- add(E) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
-
- addAccumulateClassNamesStep(ImmutableSet<Path>, ImmutableList.Builder<Step>) - Method in class com.facebook.buck.android.AndroidBinary
-
- addAdditionalCoverageTargets(SourcePath) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds one element to additionalCoverageTargets set.
- addAdditionalCoverageTargets(SourcePath...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds elements to additionalCoverageTargets set.
- addAdditionalCoverageTargets(Path) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
-
Adds one element to additionalCoverageTargets set.
- addAdditionalCoverageTargets(Path...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
-
Adds elements to additionalCoverageTargets set.
- addAggregationKey(String, Object) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationContext
-
- addAll(Collection<String>) - Method in class com.facebook.buck.counters.TagSetCounter
-
- addAll(Collection<? extends E>) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
-
- addAllAdditionalCoverageTargets(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds elements to additionalCoverageTargets set.
- addAllAdditionalCoverageTargets(Iterable<? extends Path>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
-
Adds elements to additionalCoverageTargets set.
- addAllAllowedDuplicateResourceTypes(Iterable<RDotTxtEntry.RType>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to allowedDuplicateResourceTypes set.
- addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllApplicationModuleTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to applicationModuleTargets set.
- addAllArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
-
Adds elements to architectures list.
- addAllArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.AppleSdk.Builder
-
Adds elements to architectures set.
- addAllArflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to arflags list.
- addAllArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds elements to args list.
- addAllArgs(Iterable<? extends Arg>) - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
-
Adds elements to args list.
- addAllArgs(Iterable<? extends QueryEnvironment.Argument>) - Method in class com.facebook.buck.query.FunctionExpression.Builder
-
Adds elements to args list.
- addAllArgs(Iterable<String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Adds elements to args list.
- addAllArguments(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry.Builder
-
Adds elements to arguments list.
- addAllAsflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to asflags list.
- addAllAsmflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to asmflags list.
- addAllAsmppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to asmppflags list.
- addAllAsppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to asppflags list.
- addAllAssemblerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Adds elements to assemblerFlags list.
- addAllAssemblerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Adds elements to assemblerFlags list.
- addAllAssemblerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Adds elements to assemblerFlags list.
- addAllAssetPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
-
Adds elements to assetPaths set.
- addAllAssetsDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Adds elements to assetsDirectories set.
- addAllAssociatedRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
-
Adds elements to associatedRuleKeys set.
- addAllBannedDuplicateResourceTypes(Iterable<RDotTxtEntry.RType>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to bannedDuplicateResourceTypes set.
- addAllBaseBookmarks(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
-
Adds elements to baseBookmarks set.
- addAllBinaryJars(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
-
Adds elements to binaryJars set.
- addAllBlacklist(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Adds elements to blacklist set.
- addAllBlacklistedWifiSsids(Iterable<String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
-
Adds elements to blacklistedWifiSsids set.
- addAllBuildArgs(Iterable<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Adds elements to buildArgs list.
- addAllBuildArgs(Iterable<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Adds elements to buildArgs list.
- addAllBuildFileImportWhitelist(Iterable<String>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Adds elements to buildFileImportWhitelist list.
- addAllBuildTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.APKModule.Builder
-
Adds elements to buildTargets set.
- addAllBuildTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets.Builder
-
Adds elements to buildTargets set.
- addAllBytecodeIncludes(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Adds elements to bytecodeIncludes list.
- addAllCacheModes(Iterable<String>) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
-
Adds elements to cacheModes list.
- addAllCflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to cflags list.
- addAllCFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Adds elements to cFlags list.
- addAllChildren(Iterable<? extends Path>) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
-
Adds elements to children set.
- addAllClassesToRemoveFromJar(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
-
Adds elements to classesToRemoveFromJar set.
- addAllClasspath(Iterable<? extends URL>) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields.Builder
-
Adds elements to classpath list.
- addAllClasspathDeps(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
-
Adds elements to classpathDeps list.
- addAllClasspathEntries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
-
Adds elements to classpathEntries sortedSet.
- addAllClasspathEntriesToDex(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Adds elements to classpathEntriesToDex set.
- addAllClasspathEntriesToDex(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Adds elements to classpathEntriesToDex set.
- addAllClassPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
-
Adds elements to classPaths set.
- addAllCLibs(Iterable<String>) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Adds elements to cLibs list.
- addAllCommand(Iterable<String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
-
Adds elements to command list.
- addAllCommand(Iterable<String>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
-
Adds elements to command list.
- addAllCompilerDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Adds elements to compilerDeps sortedSet.
- addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Adds elements to compilerFlags list.
- addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Adds elements to compilerFlags list.
- addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Adds elements to compilerFlags list.
- addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Adds elements to compilerFlags list.
- addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
-
Adds elements to compilerFlags list.
- addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Adds elements to compilerFlags list.
- addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Adds elements to compilerFlags list.
- addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds elements to compilerFlags list.
- addAllCompilerInvocationFlags(Iterable<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Adds elements to compilerInvocationFlags list.
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
-
Adds elements to contacts list.
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Adds elements to contacts set.
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
- addAllContacts(Iterable<String>) - Method in class com.facebook.buck.test.TestResults.Builder
-
Adds elements to contacts set.
- addAllCppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to cppflags list.
- addAllCpuFilters(Iterable<NdkCxxPlatforms.TargetCpuType>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to cpuFilters set.
- addAllCudaflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to cudaflags list.
- addAllCudappflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to cudappflags list.
- addAllCxxflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to cxxflags list.
- addAllCxxHeaderDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds elements to cxxHeaderDirs sortedSet.
- addAllCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds elements to cxxLibraryWhitelist set.
- addAllCxxppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to cxxppflags list.
- addAllCxxPreprocessorInput(Iterable<? extends CxxPreprocessorInput>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
-
Adds elements to cxxPreprocessorInput list.
- addAllDefaultIncludes(Iterable<String>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Adds elements to defaultIncludes list.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Adds elements to deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Adds elements to deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends Either<BuildTarget, String>>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
-
Adds elements to deps list.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addAllDescriptions(Iterable<? extends Description<?>>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Adds elements to descriptions set.
- addAllDeveloperCertificateFingerprints(Iterable<? extends HashCode>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
-
Adds elements to developerCertificateFingerprints set.
- addAllDirCacheEntries(Iterable<? extends DirCacheEntry>) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries.Builder
-
Adds elements to dirCacheEntries set.
- addAllDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Adds elements to dirs sortedSet.
- addAllDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Adds elements to dirs set.
- addAllDirsContainingResourceDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
-
Adds elements to dirsContainingResourceDirs set.
- addAllEnhancedDeps(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
-
Adds elements to enhancedDeps list.
- addAllExcludedResourcePaths(Iterable<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Adds elements to excludedResourcePaths list.
- addAllExcludes(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule.Builder
-
Adds elements to excludes set.
- addAllExopackageModes(Iterable<AndroidBinary.ExopackageMode>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to exopackageModes set.
- addAllExoResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
-
Adds elements to exoResources list.
- addAllExoResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Adds elements to exoResources list.
- addAllExperimentalArgs(Iterable<String>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Adds elements to experimentalArgs list.
- addAllExportedCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds elements to exportedCompilerFlags list.
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds elements to exportedDeps sortedSet.
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds elements to exportedDeps sortedSet.
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Adds elements to exportedDeps sortedSet.
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLinkable.Builder
-
Adds elements to exportedDeps set.
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllExportedLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Adds elements to exportedLinkerFlags list.
- addAllExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllExportedLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds elements to exportedLinkerFlags list.
- addAllExportedLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds elements to exportedLinkerFlags list.
- addAllExportedPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllExportedPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllExportedPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllExportedPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllExportedPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds elements to exportedPreprocessorFlags list.
- addAllExportedPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds elements to exportedPreprocessorFlags list.
- addAllExtraArgs(Iterable<String>) - Method in class com.facebook.buck.rules.VersionedTool.Builder
-
Adds elements to extraArgs list.
- addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
-
Adds elements to extraArguments list.
- addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds elements to extraArguments list.
- addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds elements to extraArguments list.
- addAllExtraClassPathDependencies(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Adds elements to extraClassPathDependencies set.
- addAllExtraFiles(Iterable<? extends Path>) - Method in class com.facebook.buck.rage.ExtraInfoResult.Builder
-
- addAllExtraGroovycArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllExtraGroovycArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllExtraKotlincArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllExtraKotlincArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllExtraTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Adds elements to extraTargets sortedSet.
- addAllExtraTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Adds elements to extraTests sortedSet.
- addAllExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllFailures(Iterable<? extends BuildResult>) - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
-
Adds elements to failures set.
- addAllFeatures(Iterable<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Adds elements to features sortedSet.
- addAllFeatures(Iterable<String>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Adds elements to features sortedSet.
- addAllFeatures(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Adds elements to features sortedSet.
- addAllFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Adds elements to files set.
- addAllFlags(Iterable<String>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Adds elements to flags list.
- addAllFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxSource.Builder
-
Adds elements to
flags list.
- addAllFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
-
Adds elements to flags list.
- addAllFlags(Iterable<? extends Arg>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Adds elements to flags list.
- addAllFlags(Iterable<String>) - Method in class com.facebook.buck.rules.SourceWithFlags.Builder
-
Adds elements to flags list.
- addAllFlavors(Iterable<? extends Flavor>) - Method in class com.facebook.buck.model.BuildTarget.Builder
-
Adds elements to flavors sortedSet.
- addAllFolders(Iterable<? extends IjSourceFolder>) - Method in class com.facebook.buck.ide.intellij.model.ContentRoot.Builder
-
Adds elements to folders list.
- addAllFolders(Iterable<? extends IjFolder>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Adds elements to folders list.
- addAllFrameworkPaths(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
-
Adds elements to frameworkPaths set.
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
-
Adds elements to frameworks set.
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
-
Adds elements to frameworks set.
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds elements to frameworks sortedSet.
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds elements to frameworks sortedSet.
- addAllGeneratedSourceCodeFolders(Iterable<? extends IjFolder>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Adds elements to generatedSourceCodeFolders list.
- addAllHighlightedBuildIds(Iterable<? extends BuildId>) - Method in class com.facebook.buck.rage.DefectReport.Builder
-
- addAllHttpCacheEntries(Iterable<? extends HttpCacheEntry>) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries.Builder
-
Adds elements to httpCacheEntries set.
- addAllIgnoredPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig.Builder
-
- addAllIgnoredTargetLabels(Iterable<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Adds elements to ignoredTargetLabels set.
- addAllIgnorePaths(Iterable<? extends PathOrGlobMatcher>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Adds elements to ignorePaths set.
- addAllImportDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds elements to importDirs list.
- addAllIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addAllIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addAllIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds elements to includeDirs list.
- addAllIncludeDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds elements to includeDirs list.
- addAllIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- addAllIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addAllIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- addAllIncludedPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.rage.DefectReport.Builder
-
- addAllIncludes(Iterable<? extends CxxHeaders>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
-
Adds elements to includes list.
- addAllIncludes(Iterable<? extends CxxHeaders>) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
-
Adds elements to includes set.
- addAllIncludes(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
-
Adds elements to includes list.
- addAllInput(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Adds elements to input list.
- addAllInputs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
-
Adds elements to inputs sortedSet.
- addAllIntellijPluginLabels(Iterable<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Adds elements to intellijPluginLabels set.
- addAllInterfaces(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
-
Adds elements to interfaces sortedSet.
- addAllJavadocUrls(Iterable<String>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
-
Adds elements to javadocUrls set.
- addAllJavaLibrariesToDex(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Adds elements to javaLibrariesToDex set.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
-
Adds elements to labels list.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.test.TestResults.Builder
-
Adds elements to labels set.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLabels(Iterable<String>) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addAllLdflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to ldflags list.
- addAllLdFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Adds elements to ldFlags list.
- addAllLegacyAnnotationProcessorDeps(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
-
Adds elements to legacyAnnotationProcessorDeps list.
- addAllLegacyAnnotationProcessorNames(Iterable<String>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
-
Adds elements to legacyAnnotationProcessorNames sortedSet.
- addAllLegacySafeAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
-
Adds elements to legacySafeAnnotationProcessors set.
- addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
- addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
-
Adds elements to libraries set.
- addAllLibraries(Iterable<? extends OmnibusLibrary>) - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
-
Adds elements to libraries list.
- addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds elements to libraries sortedSet.
- addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- addAllLibraries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
-
Adds elements to libraries sortedSet.
- addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds elements to libraries sortedSet.
- addAllLibs(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
-
Adds elements to libs sortedSet.
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
-
- addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg.Builder
-
- addAllLines(Iterable<String>) - Method in class com.facebook.buck.util.network.offline.ScribeData.Builder
-
Adds elements to lines list.
- addAllLinkables(Iterable<? extends NativeLinkable>) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents.Builder
-
Adds elements to linkables set.
- addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
-
Adds elements to linkerFlags list.
- addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
-
Adds elements to linkerFlags list.
- addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
Adds elements to linkerFlags list.
- addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Adds elements to linkerFlags list.
- addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Adds elements to linkerFlags list.
- addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Adds elements to linkerFlags list.
- addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Adds elements to linkerFlags list.
- addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Adds elements to linkerFlags list.
- addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Adds elements to linkerFlags list.
- addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Adds elements to linkerFlags list.
- addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Adds elements to linkerFlags list.
- addAllLocales(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to locales set.
- addAllLogs(Iterable<String>) - Method in class com.facebook.buck.log.ErrorLogRecord.Builder
-
Adds elements to logs list.
- addAllMacroInput(Iterable<String>) - Method in class com.facebook.buck.model.MacroMatchResult.Builder
-
Adds elements to macroInput list.
- addAllModernProcessors(Iterable<? extends ResolvedJavacPluginProperties>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
-
Adds elements to modernProcessors list.
- addAllModuleDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Adds elements to moduleDeps sortedSet.
- addAllModules(Iterable<String>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Adds elements to modules sortedSet.
- addAllNativeIncludes(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Adds elements to nativeIncludes list.
- addAllNeededCoverage(Iterable<? extends NeededCoverageSpec>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Adds elements to neededCoverage list.
- addAllNeededCoverage(Iterable<? extends Pair<Float, ImmutableSet<Path>>>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
-
Adds elements to neededCoverage list.
- addAllNoDx(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to noDx set.
- addAllNoDxClasspathEntries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Adds elements to noDxClasspathEntries set.
- addAllObjectFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
-
Adds elements to objectFiles list.
- addAllOcamlInput(Iterable<? extends OcamlLibrary>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Adds elements to ocamlInput list.
- addAllOperands(Iterable<? extends QueryExpression>) - Method in class com.facebook.buck.query.BinaryOperatorExpression.Builder
-
Adds elements to operands list.
- addAllOutputs(Iterable<String>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Adds elements to outputs sortedSet.
- addAllowedDuplicateResourceTypes(RDotTxtEntry.RType) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds one element to allowedDuplicateResourceTypes set.
- addAllowedDuplicateResourceTypes(RDotTxtEntry.RType...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to allowedDuplicateResourceTypes set.
- addAllPackages(Iterable<? extends HaskellPackage>) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
-
Adds elements to packages list.
- addAllParameters(Iterable<String>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
-
Adds elements to parameters sortedSet.
- addAllPathsChangedInWorkingDirectory(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
-
Adds elements to pathsChangedInWorkingDirectory set.
- addAllPathsToThirdPartyJars(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Adds elements to pathsToThirdPartyJars set.
- addAllPerRuleStats(Iterable<? extends DistBuildPostBuildAnalysis.AbstractPerRuleCumulativeStats>) - Method in class com.facebook.buck.distributed.AnalysisResults.Builder
-
Adds elements to perRuleStats list.
- addAllPerServerData(Iterable<? extends PerServerPingData>) - Method in class com.facebook.buck.slb.LoadBalancerPingEventData.Builder
-
Adds elements to perServerData list.
- addAllPerServerData(Iterable<? extends PerServerData>) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData.Builder
-
Adds elements to perServerData list.
- addAllPlatformFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
-
Adds elements to platformFlags list.
- addAllPlatforms(Iterable<String>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
-
Adds elements to platforms list.
- addAllPlatformWhitelist(Iterable<String>) - Method in class com.facebook.buck.cxx.HeaderVerification.Builder
-
Adds elements to platformWhitelist sortedSet.
- addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllPreloadDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Adds elements to preloadDeps set.
- addAllPreloadDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Adds elements to preloadDeps set.
- addAllPreprocessJavaClassesDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to preprocessJavaClassesDeps sortedSet.
- addAllPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addAllPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addAllPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addAllPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- addAllPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addAllPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- addAllPrimaryApkAssetZips(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
-
Adds elements to primaryApkAssetZips list.
- addAllPrimaryApkAssetZips(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Adds elements to primaryApkAssetZips list.
- addAllPrimaryDexPatterns(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to primaryDexPatterns list.
- addAllProcessorNames(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields.Builder
-
Adds elements to processorNames sortedSet.
- addAllProcessorNames(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
-
Adds elements to processorNames sortedSet.
- addAllProguardConfigs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Adds elements to proguardConfigs list.
- addAllProguardConfigs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Adds elements to proguardConfigs set.
- addAllProguardJvmArgs(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to proguardJvmArgs list.
- addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds elements to providedDeps sortedSet.
- addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds elements to providedDeps sortedSet.
- addAllRanlibflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to ranlibflags list.
- addAllRawKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
-
Adds elements to rawKeys set.
- addAllRedexExtraArgs(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to redexExtraArgs list.
- addAllRedexExtraArgs(Iterable<? extends Arg>) - Method in class com.facebook.buck.android.redex.RedexOptions.Builder
-
Adds elements to redexExtraArgs list.
- addAllRemoteBuilds(Iterable<? extends DistBuildPostBuildAnalysis.AbstractBuildRuleStats>) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats.Builder
-
Adds elements to remoteBuilds list.
- addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllResourceDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
-
Adds elements to resourceDirectories list.
- addAllResourceDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
-
Adds elements to resourceDirs set.
- addAllResourceFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
-
Adds elements to resourceFiles set.
- addAllResourceFilter(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to resourceFilter list.
- addAllResourcePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
-
Adds elements to resourcePaths set.
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllResources(Iterable<? extends Path>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds elements to resources sortedSet.
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Adds elements to resources sortedSet.
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds elements to resources sortedSet.
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds elements to resources sortedSet.
- addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Adds elements to resources set.
- addAllResources(Iterable<? extends Path>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Adds elements to resources sortedSet.
- addAllResourcesPaths(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rules.ExopackageInfo.ResourcesInfo.Builder
-
Adds elements to resourcesPaths list.
- addAllResourcesWithEmptyResButNonEmptyAssetsDir(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
-
Adds elements to resourcesWithEmptyResButNonEmptyAssetsDir set.
- addAllResourcesWithNonEmptyResDir(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
-
Adds elements to resourcesWithNonEmptyResDir list.
- addAllResourceVariantFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
-
Adds elements to resourceVariantFiles set.
- addAllResPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep.Builder
-
Adds elements to resPaths list.
- addAllRuleFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
-
Adds elements to ruleFlags list.
- addAllRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
-
Adds elements to ruleKeys set.
- addAllRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
-
Adds elements to ruleKeys set.
- addAllRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
-
Adds elements to ruleKeys set.
- addAllRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
-
Adds elements to ruleKeys set.
- addAllRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
-
Adds elements to ruleKeys set.
- addAllRules(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
-
Adds elements to rules set.
- addAllRules(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
-
Adds elements to rules list.
- addAllRustcFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Adds elements to rustcFlags list.
- addAllRustcFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Adds elements to rustcFlags list.
- addAllRustcFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Adds elements to rustcFlags list.
- addAllSafeAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
-
Adds elements to safeAnnotationProcessors set.
- addAllServerPool(Iterable<? extends URI>) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
-
Adds elements to serverPool list.
- addAllSharedLink(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds elements to sharedLink list.
- addAllSlaveStatuses(Iterable<? extends BuildSlaveStatus>) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
-
Adds elements to slaveStatuses list.
- addAllSourceJars(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
-
Adds elements to sourceJars set.
- addAllSourcePaths(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseDependencies.Builder
-
Adds elements to sourcePaths set.
- addAllSourcePaths(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.FrameworkDependencies.Builder
-
Adds elements to sourcePaths set.
- addAllSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DIncludes.Builder
-
Adds elements to sources sortedSet.
- addAllSourcesSet(Iterable<? extends Map.Entry<String, CxxSource>>) - Method in class com.facebook.buck.cxx.CxxSourceSet.Builder
-
Adds elements to sourcesSet set.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Adds elements to
srcs list.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Adds elements to
srcs list.
- addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends Either<SourcePath, Pair<SourcePath, String>>>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
-
Adds elements to srcs set.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends OcamlSource>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Adds elements to srcs list.
- addAllSrcs(Iterable<? extends OcamlSource>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Adds elements to srcs list.
- addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Adds elements to
srcs list.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addAllStaticLibs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds elements to staticLibs list.
- addAllStaticLibs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds elements to staticLibs list.
- addAllStaticLink(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds elements to staticLink list.
- addAllStaticPicLibs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds elements to staticPicLibs list.
- addAllStaticPicLink(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds elements to staticPicLink list.
- addAllSteps(Iterable<? extends Step>) - Method in class com.facebook.buck.cli.TestRun.Builder
-
Adds elements to steps list.
- addAllStripFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to stripFlags list.
- addAllSuggestions(Iterable<? extends DoctorSuggestion>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse.Builder
-
Adds elements to suggestions list.
- addAllSupportedArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
-
Adds elements to supportedArchitectures set.
- addAllSupportedProductFamilyIDs(Iterable<Integer>) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
-
Adds elements to supportedProductFamilyIDs set.
- addAllSwiftCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addAllSwiftCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addAllSwiftCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addAllSwiftRuntimePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
-
Adds elements to swiftRuntimePaths set.
- addAllSwiftStaticRuntimePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
-
Adds elements to swiftStaticRuntimePaths set.
- addAllTargets(Iterable<? extends TargetNode<?, ?>>) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule.Builder
-
Adds elements to targets set.
- addAllTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
-
Adds elements to targets set.
- addAllTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Adds elements to targets set.
- addAllTestCases(Iterable<? extends TestCaseSummary>) - Method in class com.facebook.buck.test.TestResults.Builder
-
Adds elements to testCases list.
- addAllTestClasses(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Adds elements to testClasses list.
- addAllTestLogPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.test.TestResults.Builder
-
Adds elements to testLogPaths list.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addAllThinTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.MultiarchFileInfo.Builder
-
Adds elements to thinTargets list.
- addAllToIndex(C) - Method in class com.facebook.buck.rules.BuildRuleResolver
-
Adds an iterable of build rules to the index.
- addAllToolchainPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
-
Adds elements to toolchainPaths set.
- addAllToolchains(Iterable<? extends AppleToolchain>) - Method in class com.facebook.buck.apple.AppleSdk.Builder
-
Adds elements to toolchains list.
- addAllVariants(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Adds elements to variants set.
- addAllVerificationErrors(Iterable<String>) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult.Builder
-
- addAllVmArgs(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAllVmArgs(Iterable<String>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Adds elements to vmArgs list.
- addAllVmArgs(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds elements to vmArgs list.
- addAllVmArgs(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAllVmArgs(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds elements to vmArgs list.
- addAllVmArgs(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds elements to vmArgs list.
- addAllWhitelist(Iterable<String>) - Method in class com.facebook.buck.cxx.HeaderVerification.Builder
-
Adds elements to whitelist sortedSet.
- addAllWhitelistedStringDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
-
Adds elements to whitelistedStringDirectories set.
- addAllWords(Iterable<? extends TargetLiteral>) - Method in class com.facebook.buck.query.SetExpression.Builder
-
Adds elements to words list.
- addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAnnotationProcessorParams(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAnnotationProcessorParams(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAnnotationProcessorParams(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAnnotationProcessorParams(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAnnotationProcessorParams(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAnnotationProcessorParams(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAnnotationProcessorParams(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAnnotationProcessorParams(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAnnotationProcessorParams(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAnnotationProcessors(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAnnotationProcessors(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addAnnotationProcessors(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAnnotationProcessors(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addAnnotationProcessors(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAnnotationProcessors(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addAppleBundleResources(AppleBundleResources.Builder, TargetNode<AppleResourceDescriptionArg, ?>, ProjectFilesystem, BuildRuleResolver) - Method in class com.facebook.buck.apple.AppleResourceDescription
-
- addAppleBundleResources(AppleBundleResources.Builder, TargetNode<T, ?>, ProjectFilesystem, BuildRuleResolver) - Method in interface com.facebook.buck.apple.HasAppleBundleResourcesDescription
-
- addAppleBundleResources(AppleBundleResources.Builder, TargetNode<ReactNativeLibraryArg, ?>, ProjectFilesystem, BuildRuleResolver) - Method in class com.facebook.buck.js.IosReactNativeLibraryDescription
-
- addAppleBundleResources(AppleBundleResources.Builder, TargetNode<JsBundleDescriptionArg, ?>, ProjectFilesystem, BuildRuleResolver) - Method in class com.facebook.buck.js.JsBundleDescription
-
- addApplicationModuleTargets(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds one element to applicationModuleTargets set.
- addApplicationModuleTargets(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to applicationModuleTargets set.
- addArchitectures(String) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
-
Adds one element to architectures list.
- addArchitectures(String...) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
-
Adds elements to architectures list.
- addArchitectures(String) - Method in class com.facebook.buck.apple.AppleSdk.Builder
-
Adds one element to architectures set.
- addArchitectures(String...) - Method in class com.facebook.buck.apple.AppleSdk.Builder
-
Adds elements to architectures set.
- addArflags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds one element to arflags list.
- addArflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to arflags list.
- addArg(Arg) - Method in class com.facebook.buck.rules.CommandTool.Builder
-
Adds an argument.
- addArg(String) - Method in class com.facebook.buck.rules.CommandTool.Builder
-
- addArgs(String) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds one element to args list.
- addArgs(String...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds elements to args list.
- addArgs(Arg) - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
-
Adds one element to args list.
- addArgs(Arg...) - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
-
Adds elements to args list.
- addArgs(QueryEnvironment.Argument) - Method in class com.facebook.buck.query.FunctionExpression.Builder
-
Adds one element to args list.
- addArgs(QueryEnvironment.Argument...) - Method in class com.facebook.buck.query.FunctionExpression.Builder
-
Adds elements to args list.
- addArgs(String) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Adds one element to args list.
- addArgs(String...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Adds elements to args list.
- addArguments(String) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry.Builder
-
Adds one element to arguments list.
- addArguments(String...) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry.Builder
-
Adds elements to arguments list.
- addAsDependency(DependencyType, IjDependencyListBuilder) - Method in interface com.facebook.buck.ide.intellij.model.IjProjectElement
-
- addAsflags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds one element to asflags list.
- addAsflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to asflags list.
- addAsmflags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds one element to asmflags list.
- addAsmflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to asmflags list.
- addAsmppflags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds one element to asmppflags list.
- addAsmppflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to asmppflags list.
- addAsppflags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds one element to asppflags list.
- addAsppflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to asppflags list.
- addAssemblerFlags(String) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Adds one element to assemblerFlags list.
- addAssemblerFlags(String...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Adds elements to assemblerFlags list.
- addAssemblerFlags(String) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Adds one element to assemblerFlags list.
- addAssemblerFlags(String...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Adds elements to assemblerFlags list.
- addAssemblerFlags(String) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Adds one element to assemblerFlags list.
- addAssemblerFlags(String...) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Adds elements to assemblerFlags list.
- addAssetPaths(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
-
Adds one element to assetPaths set.
- addAssetPaths(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
-
Adds elements to assetPaths set.
- addAssetsDirectories(SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Adds one element to assetsDirectories set.
- addAssetsDirectories(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Adds elements to assetsDirectories set.
- addAssetsDirectory(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollector
-
- addAssociatedRuleKeys(RuleKey) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
-
Adds one element to associatedRuleKeys set.
- addAssociatedRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
-
Adds elements to associatedRuleKeys set.
- addBannedDuplicateResourceTypes(RDotTxtEntry.RType) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds one element to bannedDuplicateResourceTypes set.
- addBannedDuplicateResourceTypes(RDotTxtEntry.RType...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to bannedDuplicateResourceTypes set.
- addBase64EncodedTestSelector(String) - Method in class com.facebook.buck.test.selectors.TestSelectorList.Builder
-
- addBaseBookmarks(String) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
-
Adds one element to baseBookmarks set.
- addBaseBookmarks(String...) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
-
Adds elements to baseBookmarks set.
- addBinaryJars(Path) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
-
Adds one element to binaryJars set.
- addBinaryJars(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
-
Adds elements to binaryJars set.
- addBlacklist(Pattern) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Adds one element to blacklist set.
- addBlacklist(Pattern...) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Adds elements to blacklist set.
- addBlacklistedWifiSsids(String) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
-
Adds one element to blacklistedWifiSsids set.
- addBlacklistedWifiSsids(String...) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
-
Adds elements to blacklistedWifiSsids set.
- addBuildAction(XCScheme.BuildActionEntry) - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildAction
-
- addBuildArgs(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Adds one element to buildArgs list.
- addBuildArgs(String...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Adds elements to buildArgs list.
- addBuildArgs(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Adds one element to buildArgs list.
- addBuildArgs(String...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Adds elements to buildArgs list.
- addBuildConfig(String, BuildConfigFields) - Method in class com.facebook.buck.android.AndroidPackageableCollector
-
- addBuildConfigDeps(BuildRuleParams, AndroidBinary.PackageType, EnumSet<AndroidBinary.ExopackageMode>, BuildConfigFields, Optional<SourcePath>, BuildRuleResolver, Javac, JavacOptions, AndroidPackageableCollection) - Static method in class com.facebook.buck.android.AndroidBinaryGraphEnhancer
-
- addBuildFileImportWhitelist(String) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Adds one element to buildFileImportWhitelist list.
- addBuildFileImportWhitelist(String...) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Adds elements to buildFileImportWhitelist list.
- addBuildMetadata(String, String) - Method in class com.facebook.buck.rules.BuildInfoRecorder
-
Used by the build engine to record metadata describing the build (e.g.
- addBuildMetadata(String, ImmutableMap<String, String>) - Method in class com.facebook.buck.rules.BuildInfoRecorder
-
- addBuildTargets(BuildTarget) - Method in class com.facebook.buck.android.APKModule.Builder
-
Adds one element to buildTargets set.
- addBuildTargets(BuildTarget...) - Method in class com.facebook.buck.android.APKModule.Builder
-
Adds elements to buildTargets set.
- addBuildTargets(BuildTarget) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets.Builder
-
Adds one element to buildTargets set.
- addBuildTargets(BuildTarget...) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets.Builder
-
Adds elements to buildTargets set.
- addBytecodeFlavor(BuildTarget) - Static method in class com.facebook.buck.ocaml.OcamlBuildRulesGenerator
-
- addBytecodeIncludes(String) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Adds one element to bytecodeIncludes list.
- addBytecodeIncludes(String...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Adds elements to bytecodeIncludes list.
- addCacheModes(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
-
Adds one element to cacheModes list.
- addCacheModes(String...) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
-
Adds elements to cacheModes list.
- addCflags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds one element to cflags list.
- addCflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to cflags list.
- addCFlags(String) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Adds one element to cFlags list.
- addCFlags(String...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Adds elements to cFlags list.
- addChildren(Path) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
-
Adds one element to children set.
- addChildren(Path...) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
-
Adds elements to children set.
- addClassesToRemoveFromJar(Pattern) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
-
Adds one element to classesToRemoveFromJar set.
- addClassesToRemoveFromJar(Pattern...) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
-
Adds elements to classesToRemoveFromJar set.
- addClassifier(String, String) - Static method in class com.facebook.buck.maven.AetherUtil
-
Transforms maven coordinates, adding the specified classifier
- addClasspath(URL) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields.Builder
-
Adds one element to classpath list.
- addClasspath(URL...) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields.Builder
-
Adds elements to classpath list.
- addClasspathDeps(BuildRule) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
-
Adds one element to classpathDeps list.
- addClasspathDeps(BuildRule...) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
-
Adds elements to classpathDeps list.
- addClasspathEntries(SourcePath) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
-
Adds one element to classpathEntries sortedSet.
- addClasspathEntries(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
-
Adds elements to classpathEntries sortedSet.
- addClasspathEntriesToDex(SourcePath) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Adds one element to classpathEntriesToDex set.
- addClasspathEntriesToDex(SourcePath...) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Adds elements to classpathEntriesToDex set.
- addClasspathEntriesToDex(SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Adds one element to classpathEntriesToDex set.
- addClasspathEntriesToDex(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Adds elements to classpathEntriesToDex set.
- addClasspathEntry(HasJavaClassHashes, SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollector
-
- addClassPaths(Path) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
-
Adds one element to classPaths set.
- addClassPaths(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
-
Adds elements to classPaths set.
- addCLibs(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Adds one element to cLibs list.
- addCLibs(String...) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Adds elements to cLibs list.
- addCommand(String) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
-
Adds one element to command list.
- addCommand(String...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
-
Adds elements to command list.
- addCommand(String) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
-
Adds one element to command list.
- addCommand(String...) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
-
Adds elements to command list.
- addCompiledShadow(String) - Method in class com.facebook.buck.ide.intellij.IjDependencyListBuilder
-
- addCompiledShadowIfNeeded(IjProjectConfig, TargetNode<T, ?>, ModuleBuildContext) - Static method in class com.facebook.buck.ide.intellij.lang.java.JavaLibraryRuleHelper
-
- addCompilerDeps(BuildTarget) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Adds one element to compilerDeps sortedSet.
- addCompilerDeps(BuildTarget...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Adds elements to compilerDeps sortedSet.
- addCompilerFlags(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addCompilerFlags(String...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addCompilerFlags(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addCompilerFlags(String...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addCompilerFlags(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addCompilerFlags(String...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addCompilerFlags(String) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addCompilerFlags(String...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addCompilerFlags(String) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addCompilerFlags(String...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addCompilerFlags(String) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addCompilerFlags(String...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addCompilerFlags(String) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Adds one element to compilerFlags list.
- addCompilerFlags(String...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Adds elements to compilerFlags list.
- addCompilerFlags(String) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Adds one element to compilerFlags list.
- addCompilerFlags(String...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Adds elements to compilerFlags list.
- addCompilerFlags(String) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Adds one element to compilerFlags list.
- addCompilerFlags(String...) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Adds elements to compilerFlags list.
- addCompilerFlags(String) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- addCompilerFlags(String...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- addCompilerFlags(String) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Adds one element to compilerFlags list.
- addCompilerFlags(String...) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Adds elements to compilerFlags list.
- addCompilerFlags(String) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
-
Adds one element to compilerFlags list.
- addCompilerFlags(String...) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
-
Adds elements to compilerFlags list.
- addCompilerFlags(String) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addCompilerFlags(String...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Adds one element to compilerFlags list.
- addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Adds elements to compilerFlags list.
- addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Adds one element to compilerFlags list.
- addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Adds elements to compilerFlags list.
- addCompilerFlags(String) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- addCompilerFlags(String...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- addCompilerFlags(String) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds one element to compilerFlags list.
- addCompilerFlags(String...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds elements to compilerFlags list.
- addCompilerInvocationFlags(String) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Adds one element to compilerInvocationFlags list.
- addCompilerInvocationFlags(String...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Adds elements to compilerInvocationFlags list.
- addCompileShadowDep(BuildTarget) - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
-
- addCompileToJarSteps(BuildContext, BuildableContext, BuildRule, Optional<Path>, SourcePathRuleFinder, ImmutableSortedSet<SourcePath>, ImmutableSortedSet<SourcePath>, ImmutableList<String>, ImmutableSortedSet<SourcePath>, boolean, Path, CompileToJarStepFactory, Optional<Path>, Optional<SourcePath>, ImmutableSet<Pattern>, ImmutableList.Builder<Step>) - Static method in class com.facebook.buck.jvm.java.JavaLibraryRules
-
- addContacts(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
-
Adds one element to contacts list.
- addContacts(String...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
-
Adds elements to contacts list.
- addContacts(String) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Adds one element to contacts set.
- addContacts(String...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Adds elements to contacts set.
- addContacts(String) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
- addContacts(String...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
- addContacts(String) - Method in class com.facebook.buck.test.TestResults.Builder
-
Adds one element to contacts set.
- addContacts(String...) - Method in class com.facebook.buck.test.TestResults.Builder
-
Adds elements to contacts set.
- addCppflags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds one element to cppflags list.
- addCppflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to cppflags list.
- addCpuFilters(NdkCxxPlatforms.TargetCpuType) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds one element to cpuFilters set.
- addCpuFilters(NdkCxxPlatforms.TargetCpuType...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to cpuFilters set.
- addCudaflags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds one element to cudaflags list.
- addCudaflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to cudaflags list.
- addCudappflags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds one element to cudappflags list.
- addCudappflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to cudappflags list.
- addCustomDrawableResourceIfNotPresent(RDotTxtEntry.RType, String) - Method in class com.facebook.buck.android.aapt.AaptResourceCollector
-
- addCustomResource(RDotTxtEntry.RType, RDotTxtEntry.IdType, String, String) - Method in class com.facebook.buck.android.aapt.AaptResourceCollector
-
- addCxxflags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds one element to cxxflags list.
- addCxxflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to cxxflags list.
- addCxxHeaderDirs(SourcePath) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds one element to cxxHeaderDirs sortedSet.
- addCxxHeaderDirs(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds elements to cxxHeaderDirs sortedSet.
- addCxxLibraryWhitelist(BuildTarget) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addCxxLibraryWhitelist(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addCxxLibraryWhitelist(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addCxxLibraryWhitelist(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addCxxLibraryWhitelist(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds one element to cxxLibraryWhitelist set.
- addCxxLibraryWhitelist(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds elements to cxxLibraryWhitelist set.
- addCxxppflags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds one element to cxxppflags list.
- addCxxppflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to cxxppflags list.
- addCxxPreprocessorInput(CxxPreprocessorInput) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
-
Adds one element to cxxPreprocessorInput list.
- addCxxPreprocessorInput(CxxPreprocessorInput...) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
-
Adds elements to cxxPreprocessorInput list.
- addDebugFlavor(BuildTarget) - Static method in class com.facebook.buck.ocaml.OcamlBuildRulesGenerator
-
- addDefaultIncludes(String) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Adds one element to defaultIncludes list.
- addDefaultIncludes(String...) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Adds elements to defaultIncludes list.
- addDep(BuildRule...) - Method in class com.facebook.buck.rules.CommandTool.Builder
-
- addDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Adds one element to deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Adds elements to deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Adds one element to deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Adds elements to deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(Either<BuildTarget, String>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
-
Adds one element to deps list.
- addDeps(Either<BuildTarget, String>...) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
-
Adds elements to deps list.
- addDeps(BuildTarget) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(Iterable<BuildTarget>, DependencyType) - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
-
- addDeps(ImmutableSet<Path>, Iterable<BuildTarget>, DependencyType) - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
-
- addDeps(BuildTarget) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.rules.CommandTool.Builder
-
Adds additional non-argument deps to the tool.
- addDeps(BuildTarget) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDeps(BuildTarget) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg.Builder
-
Adds one element to
deps sortedSet.
- addDeps(BuildTarget...) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg.Builder
-
Adds elements to
deps sortedSet.
- addDepsAndSources(TargetNode<T, ?>, boolean, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.BaseIjModuleRule
-
- addDepsAndTestSources(TargetNode<T, ?>, boolean, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.BaseIjModuleRule
-
- addDescriptions(Description<?>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Adds one element to descriptions set.
- addDescriptions(Description<?>...) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Adds elements to descriptions set.
- addDeveloperCertificateFingerprints(HashCode) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
-
Adds one element to developerCertificateFingerprints set.
- addDeveloperCertificateFingerprints(HashCode...) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
-
Adds elements to developerCertificateFingerprints set.
- addDex(DexWithClasses) - Method in class com.facebook.buck.android.PreDexedFilesSorter.DexStoreContents
-
- addDirCacheEntries(DirCacheEntry) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries.Builder
-
Adds one element to dirCacheEntries set.
- addDirCacheEntries(DirCacheEntry...) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries.Builder
-
Adds elements to dirCacheEntries set.
- addDirs(SourcePath) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Adds one element to dirs sortedSet.
- addDirs(SourcePath...) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Adds elements to dirs sortedSet.
- addDirs(SourcePath) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Adds one element to dirs set.
- addDirs(SourcePath...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Adds elements to dirs set.
- addDirsContainingResourceDirs(SourcePath) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
-
Adds one element to dirsContainingResourceDirs set.
- addDirsContainingResourceDirs(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
-
Adds elements to dirsContainingResourceDirs set.
- addEdge(T, T) - Method in class com.facebook.buck.graph.MutableDirectedGraph
-
Adds an edge between source and sink.
- addEdge(TargetNode<?, ?>, TargetNode<?, ?>) - Method in class com.facebook.buck.versions.VersionedTargetGraph.Builder
-
- addEnhancedDeps(BuildRule) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
-
Adds one element to enhancedDeps list.
- addEnhancedDeps(BuildRule...) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
-
Adds elements to enhancedDeps list.
- addEntry(InputStream, long, long, String, int, boolean) - Method in class com.facebook.buck.android.resources.ResourcesZipBuilder
-
- addEntry(BuildJobStateFileHashEntry) - Method in class com.facebook.buck.distributed.RecordedFileHashes
-
- addEntry(FileHashCache, RuleKey, SourcePathResolver, ImmutableSet<SourcePath>, ImmutableSet<SourcePath>) - Method in class com.facebook.buck.rules.Manifest
-
Adds a new output file to the manifest.
- addEntry(InputStream, long, long, String, int, boolean) - Method in class com.facebook.buck.zip.DeterministicZipBuilder
-
- addEntry(JarEntrySupplier) - Method in class com.facebook.buck.zip.JarBuilder
-
- addEntryContainer(JarEntryContainer) - Method in class com.facebook.buck.zip.JarBuilder
-
- addEnv(String, Arg) - Method in class com.facebook.buck.rules.CommandTool.Builder
-
Adds an environment variable key=arg.
- addEnv(String, String) - Method in class com.facebook.buck.rules.CommandTool.Builder
-
- addEnvironmentVariables(SourcePathResolver, ExecutionContext, ImmutableMap.Builder<String, String>) - Method in class com.facebook.buck.android.ApkGenrule
-
- addEnvironmentVariables(SourcePathResolver, ExecutionContext, ImmutableMap.Builder<String, String>) - Method in class com.facebook.buck.apple.ExternallyBuiltApplePackage
-
- addEnvironmentVariables(ExecutionContext, ImmutableMap.Builder<String, String>) - Method in class com.facebook.buck.shell.AbstractGenruleStep
-
- addEnvironmentVariables(SourcePathResolver, ExecutionContext, ImmutableMap.Builder<String, String>) - Method in class com.facebook.buck.shell.Genrule
-
- addEventBus(BuckEventBus) - Method in class com.facebook.buck.event.listener.BroadcastEventListener
-
- addExcludedResourcePaths(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Adds one element to excludedResourcePaths list.
- addExcludedResourcePaths(String...) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Adds elements to excludedResourcePaths list.
- addExcludes(Path) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule.Builder
-
Adds one element to excludes set.
- addExcludes(Path...) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule.Builder
-
Adds elements to excludes set.
- addExecutePermissionsIfReadable(Set<PosixFilePermission>) - Static method in class com.facebook.buck.io.MorePosixFilePermissions
-
Return a new set of permissions which include execute permission for each of the roles that
already have read permissions (e.g.
- addExopackageModes(AndroidBinary.ExopackageMode) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds one element to exopackageModes set.
- addExopackageModes(AndroidBinary.ExopackageMode...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to exopackageModes set.
- addExoResources(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
-
Adds one element to exoResources list.
- addExoResources(SourcePath...) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
-
Adds elements to exoResources list.
- addExoResources(SourcePath) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Adds one element to exoResources list.
- addExoResources(SourcePath...) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Adds elements to exoResources list.
- addExperimentalArgs(String) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Adds one element to experimentalArgs list.
- addExperimentalArgs(String...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Adds elements to experimentalArgs list.
- addExportedCompilerFlags(String) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds one element to exportedCompilerFlags list.
- addExportedCompilerFlags(String...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds elements to exportedCompilerFlags list.
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds one element to exportedDeps sortedSet.
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds elements to exportedDeps sortedSet.
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds one element to exportedDeps sortedSet.
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds elements to exportedDeps sortedSet.
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Adds one element to exportedDeps sortedSet.
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Adds elements to exportedDeps sortedSet.
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.go.GoLinkable.Builder
-
Adds one element to exportedDeps set.
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.go.GoLinkable.Builder
-
Adds elements to exportedDeps set.
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addExportedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addExportedLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addExportedLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addExportedLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addExportedLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addExportedLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addExportedLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addExportedLinkerFlags(String) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Adds one element to exportedLinkerFlags list.
- addExportedLinkerFlags(String...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Adds elements to exportedLinkerFlags list.
- addExportedLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addExportedLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addExportedLinkerFlags(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds one element to exportedLinkerFlags list.
- addExportedLinkerFlags(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds elements to exportedLinkerFlags list.
- addExportedLinkerFlags(String) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds one element to exportedLinkerFlags list.
- addExportedLinkerFlags(String...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds elements to exportedLinkerFlags list.
- addExportedPreprocessorFlags(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addExportedPreprocessorFlags(String...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addExportedPreprocessorFlags(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addExportedPreprocessorFlags(String...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addExportedPreprocessorFlags(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addExportedPreprocessorFlags(String...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addExportedPreprocessorFlags(String) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addExportedPreprocessorFlags(String...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addExportedPreprocessorFlags(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds one element to exportedPreprocessorFlags list.
- addExportedPreprocessorFlags(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds elements to exportedPreprocessorFlags list.
- addExportedPreprocessorFlags(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds one element to exportedPreprocessorFlags list.
- addExportedPreprocessorFlags(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds elements to exportedPreprocessorFlags list.
- addExtraArgs(String) - Method in class com.facebook.buck.rules.VersionedTool.Builder
-
Adds one element to extraArgs list.
- addExtraArgs(String...) - Method in class com.facebook.buck.rules.VersionedTool.Builder
-
Adds elements to extraArgs list.
- addExtraArguments(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addExtraArguments(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addExtraArguments(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addExtraArguments(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addExtraArguments(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addExtraArguments(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addExtraArguments(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addExtraArguments(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addExtraArguments(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addExtraArguments(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addExtraArguments(String) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
-
Adds one element to extraArguments list.
- addExtraArguments(String...) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
-
Adds elements to extraArguments list.
- addExtraArguments(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addExtraArguments(String...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addExtraArguments(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addExtraArguments(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addExtraArguments(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addExtraArguments(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addExtraArguments(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addExtraArguments(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addExtraArguments(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds one element to extraArguments list.
- addExtraArguments(String...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds elements to extraArguments list.
- addExtraArguments(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds one element to extraArguments list.
- addExtraArguments(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds elements to extraArguments list.
- addExtraClassPathDependencies(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Adds one element to extraClassPathDependencies set.
- addExtraClassPathDependencies(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Adds elements to extraClassPathDependencies set.
- addExtraClassPathDependency(Path) - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
-
- addExtraFiles(Path) - Method in class com.facebook.buck.rage.ExtraInfoResult.Builder
-
- addExtraFiles(Path...) - Method in class com.facebook.buck.rage.ExtraInfoResult.Builder
-
- addExtraGroovycArguments(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addExtraGroovycArguments(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addExtraGroovycArguments(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addExtraGroovycArguments(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addExtraKotlincArguments(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addExtraKotlincArguments(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addExtraKotlincArguments(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addExtraKotlincArguments(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addExtras(Collection<String>) - Method in interface com.facebook.buck.jvm.java.OptionsConsumer
-
- addExtraTargets(BuildTarget) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Adds one element to extraTargets sortedSet.
- addExtraTargets(BuildTarget...) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Adds elements to extraTargets sortedSet.
- addExtraTests(BuildTarget) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Adds one element to extraTests sortedSet.
- addExtraTests(BuildTarget...) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Adds elements to extraTests sortedSet.
- addExtraXcodeFiles(SourcePath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addExtraXcodeFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addExtraXcodeFiles(SourcePath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addExtraXcodeFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addExtraXcodeFiles(SourcePath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addExtraXcodeFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addExtraXcodeFiles(SourcePath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addExtraXcodeFiles(SourcePath...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addExtraXcodeSources(SourcePath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addExtraXcodeSources(SourcePath...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addExtraXcodeSources(SourcePath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addExtraXcodeSources(SourcePath...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addExtraXcodeSources(SourcePath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addExtraXcodeSources(SourcePath...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addExtraXcodeSources(SourcePath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addExtraXcodeSources(SourcePath...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addFailures(BuildResult) - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
-
Adds one element to failures set.
- addFailures(BuildResult...) - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
-
Adds elements to failures set.
- addFeatures(String) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Adds one element to features sortedSet.
- addFeatures(String...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Adds elements to features sortedSet.
- addFeatures(BuildTarget, Iterable<String>, ImmutableList.Builder<String>) - Static method in class com.facebook.buck.rust.RustCompileUtils
-
- addFeatures(String) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Adds one element to features sortedSet.
- addFeatures(String...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Adds elements to features sortedSet.
- addFeatures(String) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Adds one element to features sortedSet.
- addFeatures(String...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Adds elements to features sortedSet.
- addField(String, PBXObject) - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
-
- addField(String, int) - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
-
- addField(String, String) - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
-
- addField(String, boolean) - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
-
- addField(String, List<? extends PBXObject>) - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
-
- addField(String, NSObject) - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
-
- addFiles(SourcePath) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Adds one element to files set.
- addFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Adds elements to files set.
- addFlag(String) - Method in interface com.facebook.buck.jvm.java.OptionsConsumer
-
- addFlags(String) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Adds one element to flags list.
- addFlags(String...) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Adds elements to flags list.
- addFlags(String) - Method in class com.facebook.buck.cxx.CxxSource.Builder
-
Adds one element to
flags list.
- addFlags(String...) - Method in class com.facebook.buck.cxx.CxxSource.Builder
-
Adds elements to
flags list.
- addFlags(String) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
-
Adds one element to flags list.
- addFlags(String...) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
-
Adds elements to flags list.
- addFlags(Arg) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Adds one element to flags list.
- addFlags(Arg...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Adds elements to flags list.
- addFlags(String) - Method in class com.facebook.buck.rules.SourceWithFlags.Builder
-
Adds one element to flags list.
- addFlags(String...) - Method in class com.facebook.buck.rules.SourceWithFlags.Builder
-
Adds elements to flags list.
- addFlavors(Flavor) - Method in class com.facebook.buck.model.BuildTarget.Builder
-
Adds one element to flavors sortedSet.
- addFlavors(Flavor...) - Method in class com.facebook.buck.model.BuildTarget.Builder
-
Adds elements to flavors sortedSet.
- addFolders(IjSourceFolder) - Method in class com.facebook.buck.ide.intellij.model.ContentRoot.Builder
-
Adds one element to folders list.
- addFolders(IjSourceFolder...) - Method in class com.facebook.buck.ide.intellij.model.ContentRoot.Builder
-
Adds elements to folders list.
- addFolders(IjFolder) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Adds one element to folders list.
- addFolders(IjFolder...) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Adds elements to folders list.
- addFrameworkPaths(FrameworkPath) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
-
Adds one element to frameworkPaths set.
- addFrameworkPaths(FrameworkPath...) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
-
Adds elements to frameworkPaths set.
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
-
Adds one element to frameworks set.
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
-
Adds elements to frameworks set.
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
-
Adds one element to frameworks set.
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
-
Adds elements to frameworks set.
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds one element to frameworks sortedSet.
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds elements to frameworks sortedSet.
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- addFrameworks(FrameworkPath) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds one element to frameworks sortedSet.
- addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds elements to frameworks sortedSet.
- addGeneratedSourceCodeFolder(IjFolder) - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
-
- addGeneratedSourceCodeFolders(IjFolder) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Adds one element to generatedSourceCodeFolders list.
- addGeneratedSourceCodeFolders(IjFolder...) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Adds elements to generatedSourceCodeFolders list.
- addGrayscaleImageResource(RDotTxtEntry.RType, RDotTxtEntry.IdType, String, String) - Method in class com.facebook.buck.android.aapt.AaptResourceCollector
-
- addGrayscaleImageResourceIfNotPresent(RDotTxtEntry.RType, String) - Method in class com.facebook.buck.android.aapt.AaptResourceCollector
-
- addHandler(Handler) - Method in class com.facebook.buck.log.Logger
-
- addHeader(SourcePath, Path...) - Method in class com.facebook.buck.cxx.HeaderPathNormalizer.Builder
-
- addHeaderDir(SourcePath) - Method in class com.facebook.buck.cxx.HeaderPathNormalizer.Builder
-
- addHeaderSymlinkTree(CxxPreprocessorInput.Builder, BuildTarget, BuildRuleResolver, CxxPlatform, HeaderVisibility, CxxPreprocessables.IncludeType) - Static method in class com.facebook.buck.cxx.CxxPreprocessables
-
- addHighlightedBuildIds(BuildId) - Method in class com.facebook.buck.rage.DefectReport.Builder
-
- addHighlightedBuildIds(BuildId...) - Method in class com.facebook.buck.rage.DefectReport.Builder
-
- addHttpCacheEntries(HttpCacheEntry) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries.Builder
-
Adds one element to httpCacheEntries set.
- addHttpCacheEntries(HttpCacheEntry...) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries.Builder
-
Adds elements to httpCacheEntries set.
- addIfPresent(Optional<T>, ImmutableCollection.Builder<T>) - Static method in class com.facebook.buck.util.Optionals
-
- addIgnoredPaths(Path) - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig.Builder
-
- addIgnoredPaths(Path...) - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig.Builder
-
- addIgnoredTargetLabels(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Adds one element to ignoredTargetLabels set.
- addIgnoredTargetLabels(String...) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Adds elements to ignoredTargetLabels set.
- addIgnorePaths(PathOrGlobMatcher) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Adds one element to ignorePaths set.
- addIgnorePaths(PathOrGlobMatcher...) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Adds elements to ignorePaths set.
- addImplicitFlavors(ImmutableSortedSet<Flavor>) - Method in class com.facebook.buck.apple.AppleBinaryDescription
-
- addImplicitFlavors(ImmutableSortedSet<Flavor>) - Method in class com.facebook.buck.apple.AppleLibraryDescription
-
- addImplicitFlavors(ImmutableSortedSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
-
- addImplicitFlavors(ImmutableSortedSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxLibraryDescription
-
- addImplicitFlavors(ImmutableSortedSet<Flavor>) - Method in interface com.facebook.buck.rules.ImplicitFlavorsInferringDescription
-
- addImplicitFlavorsForRuleTypes(ImmutableSortedSet<Flavor>, BuildRuleType...) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
-
- addImplicitFlavorsForRuleTypes(ImmutableSortedSet<Flavor>, BuildRuleType...) - Method in class com.facebook.buck.cxx.CxxLibraryDescription
-
- addImportDirs(SourcePath) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds one element to importDirs list.
- addImportDirs(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds elements to importDirs list.
- addIncludeDirs(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addIncludeDirs(String...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addIncludeDirs(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addIncludeDirs(String...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addIncludeDirs(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addIncludeDirs(String...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addIncludeDirs(String) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addIncludeDirs(String...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addIncludeDirs(String) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addIncludeDirs(String...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addIncludeDirs(String) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addIncludeDirs(String...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addIncludeDirs(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds one element to includeDirs list.
- addIncludeDirs(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds elements to includeDirs list.
- addIncludeDirs(SourcePath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds one element to includeDirs list.
- addIncludeDirs(SourcePath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds elements to includeDirs list.
- addIncludeDirs(String) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- addIncludeDirs(String...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- addIncludeDirs(String) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addIncludeDirs(String...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addIncludeDirs(String) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- addIncludeDirs(String...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- addIncludedPaths(Path) - Method in class com.facebook.buck.rage.DefectReport.Builder
-
- addIncludedPaths(Path...) - Method in class com.facebook.buck.rage.DefectReport.Builder
-
- addIncludes(CxxHeaders) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
-
Adds one element to includes list.
- addIncludes(CxxHeaders...) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
-
Adds elements to includes list.
- addIncludes(CxxHeaders) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
-
Adds one element to includes set.
- addIncludes(CxxHeaders...) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
-
Adds elements to includes set.
- addIncludes(SourcePath) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
-
Adds one element to includes list.
- addIncludes(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
-
Adds elements to includes list.
- addInput(SourcePath) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Adds one element to input list.
- addInput(SourcePath...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Adds elements to input list.
- addInput(SourcePath...) - Method in class com.facebook.buck.rules.CommandTool.Builder
-
- addInputs(BuildRuleParams, SourcePathRuleFinder) - Method in interface com.facebook.buck.jvm.java.CompileToJarStepFactory
-
- addInputs(SourcePath) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
-
Adds one element to inputs sortedSet.
- addInputs(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
-
Adds elements to inputs sortedSet.
- addInputs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rules.CommandTool.Builder
-
Adds additional non-argument inputs to the tool.
- addIntArrayResourceIfNotPresent(RDotTxtEntry.RType, String, int) - Method in class com.facebook.buck.android.aapt.AaptResourceCollector
-
- addIntellijPluginLabels(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Adds one element to intellijPluginLabels set.
- addIntellijPluginLabels(String...) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Adds elements to intellijPluginLabels set.
- addInterfaces(SourcePath) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
-
Adds one element to interfaces sortedSet.
- addInterfaces(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
-
Adds elements to interfaces sortedSet.
- addIntResourceIfNotPresent(RDotTxtEntry.RType, String) - Method in class com.facebook.buck.android.aapt.AaptResourceCollector
-
- AdditionalOptions - Annotation Type in com.facebook.buck.cli
-
If this annotation is used on a field in one of the ..Options classes (e.g.
- AdditionalOptionsCmdLineParser - Class in com.facebook.buck.cli
-
- AdditionalOptionsCmdLineParser(Object) - Constructor for class com.facebook.buck.cli.AdditionalOptionsCmdLineParser
-
Creates a new command line owner that parses arguments/options and set them into the given
object.
- AdditionalOptionsSubCommandHandler - Class in com.facebook.buck.cli
-
- AdditionalOptionsSubCommandHandler(CmdLineParser, OptionDef, Setter<Object>) - Constructor for class com.facebook.buck.cli.AdditionalOptionsSubCommandHandler
-
- addJavadocUrls(String) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
-
Adds one element to javadocUrls set.
- addJavadocUrls(String...) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
-
Adds elements to javadocUrls set.
- addJavaLibrariesToDex(BuildTarget) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Adds one element to javaLibrariesToDex set.
- addJavaLibrariesToDex(BuildTarget...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Adds elements to javaLibrariesToDex set.
- addLabels(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
-
Adds one element to labels list.
- addLabels(String...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
-
Adds elements to labels list.
- addLabels(String) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.test.TestResults.Builder
-
Adds one element to labels set.
- addLabels(String...) - Method in class com.facebook.buck.test.TestResults.Builder
-
Adds elements to labels set.
- addLabels(String) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLabels(String) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg.Builder
-
Adds one element to
labels sortedSet.
- addLabels(String...) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg.Builder
-
Adds elements to
labels sortedSet.
- addLdflags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds one element to ldflags list.
- addLdflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to ldflags list.
- addLdFlags(String) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Adds one element to ldFlags list.
- addLdFlags(String...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Adds elements to ldFlags list.
- addLegacyAnnotationProcessorDeps(BuildRule) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
-
Adds one element to legacyAnnotationProcessorDeps list.
- addLegacyAnnotationProcessorDeps(BuildRule...) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
-
Adds elements to legacyAnnotationProcessorDeps list.
- addLegacyAnnotationProcessorNames(String) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
-
Adds one element to legacyAnnotationProcessorNames sortedSet.
- addLegacyAnnotationProcessorNames(String...) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
-
Adds elements to legacyAnnotationProcessorNames sortedSet.
- addLegacyProcessors(AnnotationProcessingParams.Builder, BuildRuleResolver) - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
- addLegacySafeAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
-
Adds one element to legacySafeAnnotationProcessors set.
- addLegacySafeAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
-
Adds elements to legacySafeAnnotationProcessors set.
- addLibraries(FrameworkPath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addLibraries(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addLibraries(FrameworkPath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addLibraries(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addLibraries(FrameworkPath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addLibraries(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addLibraries(FrameworkPath) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
- addLibraries(FrameworkPath...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
- addLibraries(FrameworkPath) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addLibraries(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addLibraries(FrameworkPath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addLibraries(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addLibraries(FrameworkPath) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addLibraries(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addLibraries(FrameworkPath) - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
-
Adds one element to libraries set.
- addLibraries(FrameworkPath...) - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
-
Adds elements to libraries set.
- addLibraries(OmnibusLibrary) - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
-
Adds one element to libraries list.
- addLibraries(OmnibusLibrary...) - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
-
Adds elements to libraries list.
- addLibraries(FrameworkPath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds one element to libraries sortedSet.
- addLibraries(FrameworkPath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Adds elements to libraries sortedSet.
- addLibraries(FrameworkPath) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- addLibraries(FrameworkPath...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- addLibraries(SourcePath) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
-
Adds one element to libraries sortedSet.
- addLibraries(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
-
Adds elements to libraries sortedSet.
- addLibraries(FrameworkPath) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addLibraries(FrameworkPath...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addLibraries(FrameworkPath) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- addLibraries(FrameworkPath...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- addLibraries(FrameworkPath) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds one element to libraries sortedSet.
- addLibraries(FrameworkPath...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds elements to libraries sortedSet.
- addLibrary(String, IjDependencyListBuilder.Scope, boolean) - Method in class com.facebook.buck.ide.intellij.IjDependencyListBuilder
-
- addLibs(BuildTarget) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
-
Adds one element to libs sortedSet.
- addLibs(BuildTarget...) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
-
Adds elements to libs sortedSet.
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
-
- addLicenses(SourcePath) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg.Builder
-
- addLicenses(SourcePath...) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg.Builder
-
- addLines(String) - Method in class com.facebook.buck.util.network.offline.ScribeData.Builder
-
Adds one element to lines list.
- addLines(String...) - Method in class com.facebook.buck.util.network.offline.ScribeData.Builder
-
Adds elements to lines list.
- addLinkables(NativeLinkable) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents.Builder
-
Adds one element to linkables set.
- addLinkables(NativeLinkable...) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents.Builder
-
Adds elements to linkables set.
- addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addLinkerFlags(String) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
-
Adds one element to linkerFlags list.
- addLinkerFlags(String...) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
-
Adds elements to linkerFlags list.
- addLinkerFlags(String) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
-
Adds one element to linkerFlags list.
- addLinkerFlags(String...) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
-
Adds elements to linkerFlags list.
- addLinkerFlags(String) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
Adds one element to linkerFlags list.
- addLinkerFlags(String...) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
Adds elements to linkerFlags list.
- addLinkerFlags(String) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Adds one element to linkerFlags list.
- addLinkerFlags(String...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Adds elements to linkerFlags list.
- addLinkerFlags(String) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Adds one element to linkerFlags list.
- addLinkerFlags(String...) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Adds elements to linkerFlags list.
- addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addLinkerFlags(String) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Adds one element to linkerFlags list.
- addLinkerFlags(String...) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Adds elements to linkerFlags list.
- addLinkerFlags(String) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Adds one element to linkerFlags list.
- addLinkerFlags(String...) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Adds elements to linkerFlags list.
- addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- addLinkerFlags(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Adds one element to linkerFlags list.
- addLinkerFlags(String...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Adds elements to linkerFlags list.
- addLinkerFlags(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Adds one element to linkerFlags list.
- addLinkerFlags(String...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Adds elements to linkerFlags list.
- addLinkerFlags(String) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Adds one element to linkerFlags list.
- addLinkerFlags(String...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Adds elements to linkerFlags list.
- addLinkerFlags(String) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Adds one element to linkerFlags list.
- addLinkerFlags(String...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Adds elements to linkerFlags list.
- addListenableCallback(ListenableFuture<V>, FutureCallback<? super V>, Executor) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
-
- addListenableCallback(ListenableFuture<V>, FutureCallback<? super V>) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
-
- addLocales(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds one element to locales set.
- addLocales(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to locales set.
- addLogs(String) - Method in class com.facebook.buck.log.ErrorLogRecord.Builder
-
Adds one element to logs list.
- addLogs(String...) - Method in class com.facebook.buck.log.ErrorLogRecord.Builder
-
Adds elements to logs list.
- addMacroInput(String) - Method in class com.facebook.buck.model.MacroMatchResult.Builder
-
Adds one element to macroInput list.
- addMacroInput(String...) - Method in class com.facebook.buck.model.MacroMatchResult.Builder
-
Adds elements to macroInput list.
- addMetadata(String, String) - Method in interface com.facebook.buck.rules.BuildableContext
-
When building a
BuildRule, any metadata about the output files for the rule should be
recorded via this method.
- addMetadata(String, ImmutableList<String>) - Method in interface com.facebook.buck.rules.BuildableContext
-
- addMetadata(String, String) - Method in class com.facebook.buck.rules.BuildInfoRecorder
-
- addMetadata(String, ImmutableList<String>) - Method in class com.facebook.buck.rules.BuildInfoRecorder
-
- addMetadata(String, String) - Method in class com.facebook.buck.rules.DefaultBuildableContext
-
- addMetadata(String, ImmutableList<String>) - Method in class com.facebook.buck.rules.DefaultBuildableContext
-
- addMissingInitModules(ImmutableMap<Path, SourcePath>, SourcePath) - Static method in class com.facebook.buck.python.PythonBinaryDescription
-
- addModernProcessors(ResolvedJavacPluginProperties) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
-
Adds one element to modernProcessors list.
- addModernProcessors(ResolvedJavacPluginProperties...) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
-
Adds elements to modernProcessors list.
- addModule(Path, AggregationModule) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationTree
-
- addModule(String, IjDependencyListBuilder.Scope, boolean) - Method in class com.facebook.buck.ide.intellij.IjDependencyListBuilder
-
- addModuleDeps(BuildTarget) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Adds one element to moduleDeps sortedSet.
- addModuleDeps(BuildTarget...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Adds elements to moduleDeps sortedSet.
- addModules(String) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Adds one element to modules sortedSet.
- addModules(String...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Adds elements to modules sortedSet.
- addNativeIncludes(String) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Adds one element to nativeIncludes list.
- addNativeIncludes(String...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Adds elements to nativeIncludes list.
- addNativeLibAssetsDirectory(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollector
-
- addNativeLibsDirectory(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollector
-
- addNativeLinkable(NativeLinkable) - Method in class com.facebook.buck.android.AndroidPackageableCollector
-
- addNativeLinkableAsset(NativeLinkable) - Method in class com.facebook.buck.android.AndroidPackageableCollector
-
- addNeededCoverage(NeededCoverageSpec) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Adds one element to neededCoverage list.
- addNeededCoverage(NeededCoverageSpec...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Adds elements to neededCoverage list.
- addNeededCoverage(Pair<Float, ImmutableSet<Path>>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
-
Adds one element to neededCoverage list.
- addNeededCoverage(Pair<Float, ImmutableSet<Path>>...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
-
Adds elements to neededCoverage list.
- addNode(T) - Method in class com.facebook.buck.graph.MutableDirectedGraph
-
Adds the specified node to the graph.
- addNode(BuildTarget, TargetNode<?, ?>) - Method in class com.facebook.buck.versions.VersionedTargetGraph.Builder
-
- addNoDx(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds one element to noDx set.
- addNoDx(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to noDx set.
- addNoDxClasspathEntries(SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Adds one element to noDxClasspathEntries set.
- addNoDxClasspathEntries(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Adds elements to noDxClasspathEntries set.
- addObjectFiles(SourcePath) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
-
Adds one element to objectFiles list.
- addObjectFiles(SourcePath...) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
-
Adds elements to objectFiles list.
- addOcamlInput(OcamlLibrary) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Adds one element to ocamlInput list.
- addOcamlInput(OcamlLibrary...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Adds elements to ocamlInput list.
- addOperands(QueryExpression) - Method in class com.facebook.buck.query.BinaryOperatorExpression.Builder
-
Adds one element to operands list.
- addOperands(QueryExpression...) - Method in class com.facebook.buck.query.BinaryOperatorExpression.Builder
-
Adds elements to operands list.
- addOptions(ExecutionContext, ImmutableSet.Builder<ProcessExecutor.Option>) - Method in class com.facebook.buck.ocaml.OcamlDepToolStep
-
- addOptions(ExecutionContext, ImmutableSet.Builder<ProcessExecutor.Option>) - Method in class com.facebook.buck.shell.ShellStep
-
- addOptionValue(String, String) - Method in interface com.facebook.buck.jvm.java.OptionsConsumer
-
- addOutputs(String) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Adds one element to outputs sortedSet.
- addOutputs(String...) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Adds elements to outputs sortedSet.
- addPackageables(Iterable<AndroidPackageable>) - Method in class com.facebook.buck.android.AndroidPackageableCollector
-
- addPackages(HaskellPackage) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
-
Adds one element to packages list.
- addPackages(HaskellPackage...) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
-
Adds elements to packages list.
- addParameters(String) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
-
Adds one element to parameters sortedSet.
- addParameters(String...) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
-
Adds elements to parameters sortedSet.
- addPathsChangedInWorkingDirectory(String) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
-
Adds one element to pathsChangedInWorkingDirectory set.
- addPathsChangedInWorkingDirectory(String...) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
-
Adds elements to pathsChangedInWorkingDirectory set.
- addPathsToThirdPartyJars(SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Adds one element to pathsToThirdPartyJars set.
- addPathsToThirdPartyJars(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Adds elements to pathsToThirdPartyJars set.
- addPathToThirdPartyJar(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollector
-
- addPerRuleStats(DistBuildPostBuildAnalysis.AbstractPerRuleCumulativeStats) - Method in class com.facebook.buck.distributed.AnalysisResults.Builder
-
Adds one element to perRuleStats list.
- addPerRuleStats(DistBuildPostBuildAnalysis.AbstractPerRuleCumulativeStats...) - Method in class com.facebook.buck.distributed.AnalysisResults.Builder
-
Adds elements to perRuleStats list.
- addPerServerData(PerServerPingData) - Method in class com.facebook.buck.slb.LoadBalancerPingEventData.Builder
-
Adds one element to perServerData list.
- addPerServerData(PerServerPingData...) - Method in class com.facebook.buck.slb.LoadBalancerPingEventData.Builder
-
Adds elements to perServerData list.
- addPerServerData(PerServerData) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData.Builder
-
Adds one element to perServerData list.
- addPerServerData(PerServerData...) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData.Builder
-
Adds elements to perServerData list.
- addPlatformFlags(String) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
-
Adds one element to platformFlags list.
- addPlatformFlags(String...) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
-
Adds elements to platformFlags list.
- addPlatforms(String) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
-
Adds one element to platforms list.
- addPlatforms(String...) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
-
Adds elements to platforms list.
- addPlatformWhitelist(String) - Method in class com.facebook.buck.cxx.HeaderVerification.Builder
-
Adds one element to platformWhitelist sortedSet.
- addPlatformWhitelist(String...) - Method in class com.facebook.buck.cxx.HeaderVerification.Builder
-
Adds elements to platformWhitelist sortedSet.
- addPlugin(BuckJavacPlugin, String...) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
-
- addPlugins(BuildTarget) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addPlugins(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addPlugins(BuildTarget) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addPlugins(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addPlugins(BuildTarget) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addPlugins(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addPlugins(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addPlugins(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addPlugins(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addPlugins(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addPlugins(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addPlugins(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addPostEnterCallback(Consumer<Set<Element>>) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
-
- addPostEnterCallback(Consumer<Set<Element>>) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
-
- addPostEnterCallback(Consumer<Set<Element>>) - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
-
- addPostprocessClassesCommands(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addPostprocessClassesCommands(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addPostprocessClassesCommands(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addPostprocessClassesCommands(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addPostprocessClassesCommands(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addPostprocessClassesCommands(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addPostprocessClassesCommands(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addPostprocessClassesCommands(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addPostprocessClassesCommands(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addPrefixHeader(SourcePath) - Method in class com.facebook.buck.cxx.HeaderPathNormalizer.Builder
-
- addPreloadDeps(BuildTarget) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Adds one element to preloadDeps set.
- addPreloadDeps(BuildTarget...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Adds elements to preloadDeps set.
- addPreloadDeps(BuildTarget) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Adds one element to preloadDeps set.
- addPreloadDeps(BuildTarget...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Adds elements to preloadDeps set.
- addPreprocessJavaClassesDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds one element to preprocessJavaClassesDeps sortedSet.
- addPreprocessJavaClassesDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to preprocessJavaClassesDeps sortedSet.
- addPreprocessorFlags(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addPreprocessorFlags(String...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addPreprocessorFlags(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addPreprocessorFlags(String...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addPreprocessorFlags(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addPreprocessorFlags(String...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addPreprocessorFlags(String) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addPreprocessorFlags(String...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- addPreprocessorFlags(String) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addPreprocessorFlags(String...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- addPreprocessorFlags(String) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addPreprocessorFlags(String...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- addPreprocessorFlags(String) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- addPreprocessorFlags(String...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- addPreprocessorFlags(String) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addPreprocessorFlags(String...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- addPreprocessorFlags(String) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- addPreprocessorFlags(String...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- addPrimaryApkAssetZips(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
-
Adds one element to primaryApkAssetZips list.
- addPrimaryApkAssetZips(SourcePath...) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
-
Adds elements to primaryApkAssetZips list.
- addPrimaryApkAssetZips(SourcePath) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Adds one element to primaryApkAssetZips list.
- addPrimaryApkAssetZips(SourcePath...) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Adds elements to primaryApkAssetZips list.
- addPrimaryDex(DexWithClasses) - Method in class com.facebook.buck.android.PreDexedFilesSorter.DexStoreContents
-
- addPrimaryDexPatterns(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds one element to primaryDexPatterns list.
- addPrimaryDexPatterns(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to primaryDexPatterns list.
- addProcessorNames(String) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields.Builder
-
Adds one element to processorNames sortedSet.
- addProcessorNames(String...) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields.Builder
-
Adds elements to processorNames sortedSet.
- addProcessorNames(String) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
-
Adds one element to processorNames sortedSet.
- addProcessorNames(String...) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
-
Adds elements to processorNames sortedSet.
- addProcessors(AnnotationProcessingParams.Builder, BuildRuleResolver, BuildTarget) - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
-
- addProguardConfig(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollector
-
- addProguardConfigs(SourcePath) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Adds one element to proguardConfigs list.
- addProguardConfigs(SourcePath...) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Adds elements to proguardConfigs list.
- addProguardConfigs(SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Adds one element to proguardConfigs set.
- addProguardConfigs(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Adds elements to proguardConfigs set.
- addProguardJvmArgs(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds one element to proguardJvmArgs list.
- addProguardJvmArgs(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to proguardJvmArgs list.
- addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds one element to providedDeps sortedSet.
- addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds elements to providedDeps sortedSet.
- addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds one element to providedDeps sortedSet.
- addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds elements to providedDeps sortedSet.
- addRanlibflags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds one element to ranlibflags list.
- addRanlibflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to ranlibflags list.
- addRawKeys(RuleKey) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
-
Adds one element to rawKeys set.
- addRawKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
-
Adds elements to rawKeys set.
- addRawSelectors(String...) - Method in class com.facebook.buck.test.selectors.TestSelectorList.Builder
-
- addRawSelectors(Collection<String>) - Method in class com.facebook.buck.test.selectors.TestSelectorList.Builder
-
- addRedexExtraArgs(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds one element to redexExtraArgs list.
- addRedexExtraArgs(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to redexExtraArgs list.
- addRedexExtraArgs(Arg) - Method in class com.facebook.buck.android.redex.RedexOptions.Builder
-
Adds one element to redexExtraArgs list.
- addRedexExtraArgs(Arg...) - Method in class com.facebook.buck.android.redex.RedexOptions.Builder
-
Adds elements to redexExtraArgs list.
- addRef() - Method in class com.facebook.buck.util.ClassLoaderCache
-
- addRemoteBuilds(DistBuildPostBuildAnalysis.AbstractBuildRuleStats) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats.Builder
-
Adds one element to remoteBuilds list.
- addRemoteBuilds(DistBuildPostBuildAnalysis.AbstractBuildRuleStats...) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats.Builder
-
Adds elements to remoteBuilds list.
- addRemoveClasses(Pattern) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addRemoveClasses(Pattern...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addRemoveClasses(Pattern) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addRemoveClasses(Pattern...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addRemoveClasses(Pattern) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addRemoveClasses(Pattern...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addRemoveClasses(Pattern) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addRemoveClasses(Pattern) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addRemoveClasses(Pattern) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addRemoveClasses(Pattern) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addRemoveClasses(Pattern) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addRemoveClasses(Pattern) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addResource(RDotTxtEntry.RType, RDotTxtEntry.IdType, String, String, String) - Method in class com.facebook.buck.android.aapt.AaptResourceCollector
-
- addResourceDirectories(SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
-
Adds one element to resourceDirectories list.
- addResourceDirectories(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
-
Adds elements to resourceDirectories list.
- addResourceDirectory(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollector
-
- addResourceDirs(SourcePath) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
-
Adds one element to resourceDirs set.
- addResourceDirs(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
-
Adds elements to resourceDirs set.
- addResourceFiles(SourcePath) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
-
Adds one element to resourceFiles set.
- addResourceFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
-
Adds elements to resourceFiles set.
- addResourceFilter(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds one element to resourceFilter list.
- addResourceFilter(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to resourceFilter list.
- addResourceIfNotPresent(RDotTxtEntry) - Method in class com.facebook.buck.android.aapt.AaptResourceCollector
-
- addResourcePaths(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
-
Adds one element to resourcePaths set.
- addResourcePaths(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
-
Adds elements to resourcePaths set.
- addResources(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addResources(SourcePath...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- addResources(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addResources(SourcePath...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- addResources(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addResources(SourcePath...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addResources(Path) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds one element to resources sortedSet.
- addResources(Path...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds elements to resources sortedSet.
- addResources(SourcePath) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Adds one element to resources sortedSet.
- addResources(SourcePath...) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Adds elements to resources sortedSet.
- addResources(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addResources(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- addResources(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addResources(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- addResources(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addResources(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- addResources(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addResources(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addResources(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addResources(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- addResources(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addResources(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- addResources(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds one element to resources sortedSet.
- addResources(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds elements to resources sortedSet.
- addResources(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds one element to resources sortedSet.
- addResources(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds elements to resources sortedSet.
- addResources(SourcePath) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Adds one element to resources set.
- addResources(SourcePath...) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Adds elements to resources set.
- addResources(Path) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Adds one element to resources sortedSet.
- addResources(Path...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Adds elements to resources sortedSet.
- addResourcesPaths(SourcePath) - Method in class com.facebook.buck.rules.ExopackageInfo.ResourcesInfo.Builder
-
Adds one element to resourcesPaths list.
- addResourcesPaths(SourcePath...) - Method in class com.facebook.buck.rules.ExopackageInfo.ResourcesInfo.Builder
-
Adds elements to resourcesPaths list.
- addResourcesWithEmptyResButNonEmptyAssetsDir(BuildTarget) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
-
Adds one element to resourcesWithEmptyResButNonEmptyAssetsDir set.
- addResourcesWithEmptyResButNonEmptyAssetsDir(BuildTarget...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
-
Adds elements to resourcesWithEmptyResButNonEmptyAssetsDir set.
- addResourcesWithNonEmptyResDir(BuildTarget) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
-
Adds one element to resourcesWithNonEmptyResDir list.
- addResourcesWithNonEmptyResDir(BuildTarget...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
-
Adds elements to resourcesWithNonEmptyResDir list.
- addResourceVariantFiles(SourcePath) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
-
Adds one element to resourceVariantFiles set.
- addResourceVariantFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
-
Adds elements to resourceVariantFiles set.
- addResPaths(Path) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep.Builder
-
Adds one element to resPaths list.
- addResPaths(Path...) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep.Builder
-
Adds elements to resPaths list.
- addRuleFlags(String) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
-
Adds one element to ruleFlags list.
- addRuleFlags(String...) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
-
Adds elements to ruleFlags list.
- addRuleKeys(RuleKey) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
-
Adds one element to ruleKeys set.
- addRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
-
Adds elements to ruleKeys set.
- addRuleKeys(RuleKey) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
-
Adds one element to ruleKeys set.
- addRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
-
Adds elements to ruleKeys set.
- addRuleKeys(RuleKey) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
-
Adds one element to ruleKeys set.
- addRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
-
Adds elements to ruleKeys set.
- addRuleKeys(RuleKey) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
-
Adds one element to ruleKeys set.
- addRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
-
Adds elements to ruleKeys set.
- addRuleKeys(RuleKey) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
-
Adds one element to ruleKeys set.
- addRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
-
Adds elements to ruleKeys set.
- addRules(BuildTarget) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
-
Adds one element to rules set.
- addRules(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
-
Adds elements to rules set.
- addRules(BuildRule) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
-
Adds one element to rules list.
- addRules(BuildRule...) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
-
Adds elements to rules list.
- addRustcFlags(String) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Adds one element to rustcFlags list.
- addRustcFlags(String...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Adds elements to rustcFlags list.
- addRustcFlags(String) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Adds one element to rustcFlags list.
- addRustcFlags(String...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Adds elements to rustcFlags list.
- addRustcFlags(String) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Adds one element to rustcFlags list.
- addRustcFlags(String...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Adds elements to rustcFlags list.
- addSafeAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
-
Adds one element to safeAnnotationProcessors set.
- addSafeAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
-
Adds elements to safeAnnotationProcessors set.
- addSample(long) - Method in class com.facebook.buck.counters.SamplingCounter
-
- addServerPool(URI) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
-
Adds one element to serverPool list.
- addServerPool(URI...) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
-
Adds elements to serverPool list.
- addSharedLink(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds one element to sharedLink list.
- addSharedLink(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds elements to sharedLink list.
- addSimpleTestSelector(String) - Method in class com.facebook.buck.test.selectors.TestSelectorList.Builder
-
- addSlaveStatuses(BuildSlaveStatus) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
-
Adds one element to slaveStatuses list.
- addSlaveStatuses(BuildSlaveStatus...) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
-
Adds elements to slaveStatuses list.
- addSourceFolder(IjFolder) - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
-
Adds a source folder to the context.
- addSourceFolders(IJFolderFactory, ImmutableMultimap<Path, Path>, boolean, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.BaseIjModuleRule
-
Add the set of input paths to the IjModule.Builder as source folders.
- addSourceJars(Path) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
-
Adds one element to sourceJars set.
- addSourceJars(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
-
Adds elements to sourceJars set.
- addSourcePaths(SourcePath) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseDependencies.Builder
-
Adds one element to sourcePaths set.
- addSourcePaths(SourcePath...) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseDependencies.Builder
-
Adds elements to sourcePaths set.
- addSourcePaths(SourcePath) - Method in class com.facebook.buck.cxx.FrameworkDependencies.Builder
-
Adds one element to sourcePaths set.
- addSourcePaths(SourcePath...) - Method in class com.facebook.buck.cxx.FrameworkDependencies.Builder
-
Adds elements to sourcePaths set.
- addSources(SourcePath) - Method in class com.facebook.buck.d.DIncludes.Builder
-
Adds one element to sources sortedSet.
- addSources(SourcePath...) - Method in class com.facebook.buck.d.DIncludes.Builder
-
Adds elements to sources sortedSet.
- addSourcesSet(Map.Entry<String, CxxSource>) - Method in class com.facebook.buck.cxx.CxxSourceSet.Builder
-
Adds one element to sourcesSet set.
- addSourcesSet(Map.Entry<String, CxxSource>...) - Method in class com.facebook.buck.cxx.CxxSourceSet.Builder
-
Adds elements to sourcesSet set.
- addSrcs(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Adds one element to
srcs list.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Adds elements to
srcs list.
- addSrcs(SourcePath) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourceWithFlags) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourceWithFlags) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourceWithFlags) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourceWithFlags) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Adds one element to
srcs list.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Adds elements to
srcs list.
- addSrcs(SourceWithFlags) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourceWithFlags) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourceWithFlags) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(Either<SourcePath, Pair<SourcePath, String>>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
-
Adds one element to srcs set.
- addSrcs(Either<SourcePath, Pair<SourcePath, String>>...) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
-
Adds elements to srcs set.
- addSrcs(SourcePath) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourceWithFlags) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(OcamlSource) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Adds one element to srcs list.
- addSrcs(OcamlSource...) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Adds elements to srcs list.
- addSrcs(OcamlSource) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Adds one element to srcs list.
- addSrcs(OcamlSource...) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Adds elements to srcs list.
- addSrcs(SourceWithFlags) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Adds one element to
srcs list.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Adds elements to
srcs list.
- addSrcs(SourcePath) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addSrcs(SourcePath) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg.Builder
-
Adds one element to
srcs sortedSet.
- addSrcs(SourcePath...) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg.Builder
-
Adds elements to
srcs sortedSet.
- addStaticLibs(SourcePath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds one element to staticLibs list.
- addStaticLibs(SourcePath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds elements to staticLibs list.
- addStaticLibs(SourcePath) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds one element to staticLibs list.
- addStaticLibs(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Adds elements to staticLibs list.
- addStaticLink(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds one element to staticLink list.
- addStaticLink(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds elements to staticLink list.
- addStaticPicLibs(SourcePath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds one element to staticPicLibs list.
- addStaticPicLibs(SourcePath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds elements to staticPicLibs list.
- addStaticPicLink(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds one element to staticPicLink list.
- addStaticPicLink(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Adds elements to staticPicLink list.
- addSteps(Step) - Method in class com.facebook.buck.cli.TestRun.Builder
-
Adds one element to steps list.
- addSteps(Step...) - Method in class com.facebook.buck.cli.TestRun.Builder
-
Adds elements to steps list.
- addStringWhitelistedResourceDirectory(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollector
-
- addStripFlags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds one element to stripFlags list.
- addStripFlags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Adds elements to stripFlags list.
- addSuggestions(DoctorSuggestion) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse.Builder
-
Adds one element to suggestions list.
- addSuggestions(DoctorSuggestion...) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse.Builder
-
Adds elements to suggestions list.
- addSupportedArchitectures(String) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
-
Adds one element to supportedArchitectures set.
- addSupportedArchitectures(String...) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
-
Adds elements to supportedArchitectures set.
- addSupportedProductFamilyIDs(int) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
-
Adds one element to supportedProductFamilyIDs set.
- addSupportedProductFamilyIDs(int...) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
-
Adds elements to supportedProductFamilyIDs set.
- addSwiftCompilerFlags(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addSwiftCompilerFlags(String...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- addSwiftCompilerFlags(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addSwiftCompilerFlags(String...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- addSwiftCompilerFlags(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addSwiftCompilerFlags(String...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- addSwiftRuntimePaths(Path) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
-
Adds one element to swiftRuntimePaths set.
- addSwiftRuntimePaths(Path...) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
-
Adds elements to swiftRuntimePaths set.
- addSwiftStaticRuntimePaths(Path) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
-
Adds one element to swiftStaticRuntimePaths set.
- addSwiftStaticRuntimePaths(Path...) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
-
Adds elements to swiftStaticRuntimePaths set.
- addSwiftStdlibStepIfNeeded(SourcePathResolver, Path, Optional<Supplier<CodeSignIdentity>>, ImmutableList.Builder<Step>, boolean) - Method in class com.facebook.buck.apple.AppleBundle
-
- addSymlinkTree(SourcePath, ImmutableMap<Path, SourcePath>) - Method in class com.facebook.buck.cxx.HeaderPathNormalizer.Builder
-
- addTargets(TargetNode<?, ?>) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule.Builder
-
Adds one element to targets set.
- addTargets(TargetNode<?, ?>...) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule.Builder
-
Adds elements to targets set.
- addTargets(BuildTarget) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
-
Adds one element to targets set.
- addTargets(BuildTarget...) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
-
Adds elements to targets set.
- addTargets(BuildTarget) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Adds one element to targets set.
- addTargets(BuildTarget...) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Adds elements to targets set.
- addTaskListener(TaskListener) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
-
- addTaskListener(BuckJavacTaskListener) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
-
- addTaskListener(BuckJavacTaskListener) - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
-
- addTestableReference(XCScheme.TestableReference) - Method in class com.facebook.buck.apple.xcode.XCScheme.TestAction
-
- addTestCases(TestCaseSummary) - Method in class com.facebook.buck.test.TestResults.Builder
-
Adds one element to testCases list.
- addTestCases(TestCaseSummary...) - Method in class com.facebook.buck.test.TestResults.Builder
-
Adds elements to testCases list.
- addTestClasses(String) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Adds one element to testClasses list.
- addTestClasses(String...) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Adds elements to testClasses list.
- addTestLogPaths(Path) - Method in class com.facebook.buck.test.TestResults.Builder
-
Adds one element to testLogPaths list.
- addTestLogPaths(Path...) - Method in class com.facebook.buck.test.TestResults.Builder
-
Adds elements to testLogPaths list.
- addTests(BuildTarget) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addTests(BuildTarget) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Adds one element to
tests sortedSet.
- addTests(BuildTarget...) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Adds elements to
tests sortedSet.
- addThinTargets(BuildTarget) - Method in class com.facebook.buck.apple.MultiarchFileInfo.Builder
-
Adds one element to thinTargets list.
- addThinTargets(BuildTarget...) - Method in class com.facebook.buck.apple.MultiarchFileInfo.Builder
-
Adds elements to thinTargets list.
- addToCollector(AndroidPackageableCollector) - Method in interface com.facebook.buck.android.AndroidPackageable
-
Add concrete resources to the given collector.
- addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.android.AndroidPrebuiltAar
-
- addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.android.AndroidResource
-
- addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.android.NdkLibrary
-
- addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.android.PrebuiltNativeLibrary
-
- addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.cxx.CxxLibrary
-
- addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.js.AndroidReactNativeLibrary
-
- addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.js.JsBundleAndroid
-
- addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
-
- addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.jvm.java.PrebuiltJar
-
- addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.lua.SystemLuaCxxLibrary
-
- addToHeaderPathNormalizer(HeaderPathNormalizer.Builder) - Method in class com.facebook.buck.cxx.CxxHeaders
-
- addToIndex(T) - Method in class com.facebook.buck.rules.BuildRuleResolver
-
Adds to the index a mapping from buildRule's target to itself and returns buildRule.
- addToMap(Map, String, String) - Method in class com.facebook.buck.cli.EnvironmentOverrideOptionHandler
-
- addToolchainPaths(Path) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
-
Adds one element to toolchainPaths set.
- addToolchainPaths(Path...) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
-
Adds elements to toolchainPaths set.
- addToolchains(AppleToolchain) - Method in class com.facebook.buck.apple.AppleSdk.Builder
-
Adds one element to toolchains list.
- addToolchains(AppleToolchain...) - Method in class com.facebook.buck.apple.AppleSdk.Builder
-
Adds elements to toolchains list.
- addToolFlagsFromConfig(CxxBuckConfig, CxxPlatform.Builder) - Static method in class com.facebook.buck.cxx.CxxPlatforms
-
- AddToRuleKey - Annotation Type in com.facebook.buck.rules
-
- addToSparseProfile(Path) - Method in interface com.facebook.buck.util.autosparse.AutoSparseState
-
Add a path that should, at some point in the future, be part of the working copy sparse
profile.
- addToSparseProfile(Path) - Method in class com.facebook.buck.util.autosparse.HgAutoSparseState
-
- addTypesAndDependencies(Iterable<Type>, Iterable<ClassNode>, ImmutableSet.Builder<String>) - Static method in class com.facebook.buck.dalvik.firstorder.FirstOrderHelper
-
- addVariants(SourcePath) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Adds one element to variants set.
- addVariants(SourcePath...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Adds elements to variants set.
- addVerificationErrors(String) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult.Builder
-
- addVerificationErrors(String...) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult.Builder
-
- addVmArgs(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Adds one element to
vmArgs list.
- addVmArgs(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- addVmArgs(String) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Adds one element to vmArgs list.
- addVmArgs(String...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Adds elements to vmArgs list.
- addVmArgs(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds one element to vmArgs list.
- addVmArgs(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Adds elements to vmArgs list.
- addVmArgs(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Adds one element to
vmArgs list.
- addVmArgs(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- addVmArgs(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds one element to vmArgs list.
- addVmArgs(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Adds elements to vmArgs list.
- addVmArgs(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds one element to vmArgs list.
- addVmArgs(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Adds elements to vmArgs list.
- addWhitelist(String) - Method in class com.facebook.buck.cxx.HeaderVerification.Builder
-
Adds one element to whitelist sortedSet.
- addWhitelist(String...) - Method in class com.facebook.buck.cxx.HeaderVerification.Builder
-
Adds elements to whitelist sortedSet.
- addWhitelistedStringDirectories(SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
-
Adds one element to whitelistedStringDirectories set.
- addWhitelistedStringDirectories(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
-
Adds elements to whitelistedStringDirectories set.
- addWords(TargetLiteral) - Method in class com.facebook.buck.query.SetExpression.Builder
-
Adds one element to words list.
- addWords(TargetLiteral...) - Method in class com.facebook.buck.query.SetExpression.Builder
-
Adds elements to words list.
- AetherUtil - Class in com.facebook.buck.maven
-
- AGENT_PACKAGE_NAME - Static variable in class com.facebook.buck.android.agent.util.AgentUtil
-
- AGENT_VERSION_CODE - Static variable in class com.facebook.buck.android.agent.util.AgentUtil
-
- AgentMain - Class in com.facebook.buck.android.agent
-
Main class for an agent that runs on an Android device to aid app installation.
- AgentUtil - Class in com.facebook.buck.android.agent.util
-
Non-instantiable class for holding functionality that runs both on the host and in the android
agent.
- aggregateFinishedEvent(ConcurrentHashMap<EventKey, EventPair>, BuckEvent) - Static method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- aggregateModules(int) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationTree
-
- aggregateStartedEvent(ConcurrentHashMap<EventKey, EventPair>, BuckEvent) - Static method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- AggregationContext - Class in com.facebook.buck.ide.intellij.aggregation
-
- AggregationContext() - Constructor for class com.facebook.buck.ide.intellij.aggregation.AggregationContext
-
- AggregationKeys - Class in com.facebook.buck.ide.intellij.aggregation
-
- AggregationMode - Class in com.facebook.buck.ide.intellij.aggregation
-
- AggregationModeOptionHandler(CmdLineParser, OptionDef, Setter<? super AggregationMode>) - Constructor for class com.facebook.buck.cli.ProjectCommand.AggregationModeOptionHandler
-
- AggregationModule - Class in com.facebook.buck.ide.intellij.aggregation
-
Represents a module during aggregation.
- AggregationModule.Builder - Class in com.facebook.buck.ide.intellij.aggregation
-
- AggregationModuleFactory - Interface in com.facebook.buck.ide.intellij.aggregation
-
- AggregationTree - Class in com.facebook.buck.ide.intellij.aggregation
-
A tree that is responsible for managing and aggregating modules.
- AggregationTree(IjProjectConfig, AggregationModule) - Constructor for class com.facebook.buck.ide.intellij.aggregation.AggregationTree
-
- AidlStep - Class in com.facebook.buck.android
-
- AidlStep(ProjectFilesystem, BuildTarget, Path, Set<String>, Path) - Constructor for class com.facebook.buck.android.AidlStep
-
- alignCodeSignatureOffsetValue(int) - Static method in class com.facebook.buck.macho.LinkEditDataCommandUtils
-
- alignValue(int) - Static method in class com.facebook.buck.macho.SegmentCommandUtils
-
VM size field of the SegmentCommand needs to be aligned.
- all - Variable in class com.facebook.buck.android.relinker.Symbols
-
- allPaths - Variable in class com.facebook.buck.cxx.PrefixMapDebugPathSanitizer
-
- AllPathsFunction - Class in com.facebook.buck.query
-
A allpaths(from, to) expression, which computes all paths between the build targets in the set
'from' and the build targets in the set 'to', by following the dependencies between nodes in the
target graph.
- AllPathsFunction() - Constructor for class com.facebook.buck.query.AllPathsFunction
-
- amend(JavacOptions, BuildContext) - Method in interface com.facebook.buck.jvm.java.JavacOptionsAmender
-
- AnalysisResults - Class in com.facebook.buck.distributed
-
Immutable implementation of DistBuildPostBuildAnalysis.AbstractAnalysisResults.
- AnalysisResults.Builder - Class in com.facebook.buck.distributed
-
- analyze() - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
-
- analyze() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
-
- analyze() - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
-
- ANALYZE - Static variable in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
-
- analyze(ImmutableMap<String, ClassNode>) - Static method in class com.facebook.buck.tools.dxanalysis.MutabilityAnalyzer
-
- analyze(ImmutableMap<String, ClassNode>) - Static method in class com.facebook.buck.tools.dxanalysis.RegisterSpecAnalyzer
-
- analyze(ImmutableMap<String, ClassNode>, MutabilityAnalyzer) - Static method in class com.facebook.buck.tools.dxanalysis.StaticStateAnalyzer
-
- AnalyzeAction(String) - Constructor for class com.facebook.buck.apple.xcode.XCScheme.AnalyzeAction
-
- ANDROID - Static variable in class com.facebook.buck.js.JsFlavors
-
- ANDROID_CLASSPATH_FROM_CONTEXT - Static variable in class com.facebook.buck.android.AndroidLibraryCompiler
-
- ANDROID_MANIFEST_XML - Static variable in class com.facebook.buck.android.resources.ResourcesZipBuilder
-
- ANDROID_NDK_ROOT - Static variable in class com.facebook.buck.android.NdkCxxPlatforms
-
Magic path prefix we use to denote the machine-specific location of the Android NDK.
- ANDROID_RESOURCES - Static variable in class com.facebook.buck.js.JsFlavors
-
- AndroidAar - Class in com.facebook.buck.android
-
- AndroidAar(BuildRuleParams, AndroidManifest, AndroidResource, SourcePath, SourcePath, Optional<Path>, ImmutableSet<SourcePath>, ImmutableSortedSet<SourcePath>) - Constructor for class com.facebook.buck.android.AndroidAar
-
- AndroidAarDescription - Class in com.facebook.buck.android
-
Description for a
BuildRule that generates an
.aar file.
- AndroidAarDescription(AndroidManifestDescription, CxxBuckConfig, JavaBuckConfig, JavacOptions, ImmutableMap<NdkCxxPlatforms.TargetCpuType, NdkCxxPlatform>) - Constructor for class com.facebook.buck.android.AndroidAarDescription
-
- AndroidAarDescriptionArg - Class in com.facebook.buck.android
-
Immutable implementation of AndroidAarDescription.AbstractAndroidAarDescriptionArg.
- AndroidAarDescriptionArg.Builder - Class in com.facebook.buck.android
-
- AndroidBinary - Class in com.facebook.buck.android
-
android_binary(
name = 'messenger',
manifest = 'AndroidManifest.xml',
deps = [
'//src/com/facebook/messenger:messenger_library',
],
)
- AndroidBinaryDescription - Class in com.facebook.buck.android
-
- AndroidBinaryDescription(JavaBuckConfig, JavaOptions, JavacOptions, ProGuardConfig, ImmutableMap<NdkCxxPlatforms.TargetCpuType, NdkCxxPlatform>, ListeningExecutorService, BuckConfig, CxxBuckConfig, DxConfig) - Constructor for class com.facebook.buck.android.AndroidBinaryDescription
-
- AndroidBinaryDescriptionArg - Class in com.facebook.buck.android
-
Immutable implementation of AndroidBinaryDescription.AbstractAndroidBinaryDescriptionArg.
- AndroidBinaryDescriptionArg.Builder - Class in com.facebook.buck.android
-
- AndroidBinaryGraphEnhancer - Class in com.facebook.buck.android
-
- AndroidBinaryModuleRule - Class in com.facebook.buck.ide.intellij.lang.android
-
- AndroidBinaryModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig) - Constructor for class com.facebook.buck.ide.intellij.lang.android.AndroidBinaryModuleRule
-
- AndroidBinaryResourcesGraphEnhancementResult - Class in com.facebook.buck.android
-
Immutable implementation of AndroidBinaryResourcesGraphEnhancer.AbstractAndroidBinaryResourcesGraphEnhancementResult.
- AndroidBinaryResourcesGraphEnhancementResult.Builder - Class in com.facebook.buck.android
-
- AndroidBuckConfig - Class in com.facebook.buck.android
-
- AndroidBuckConfig(BuckConfig, Platform) - Constructor for class com.facebook.buck.android.AndroidBuckConfig
-
- AndroidBuildConfig - Class in com.facebook.buck.android
-
BuildRule that can generate a
BuildConfig.java file and compile it so it can be
used as a Java library.
- AndroidBuildConfig(BuildRuleParams, String, BuildConfigFields, Optional<SourcePath>, boolean) - Constructor for class com.facebook.buck.android.AndroidBuildConfig
-
- AndroidBuildConfigDescription - Class in com.facebook.buck.android
-
- AndroidBuildConfigDescription(JavaBuckConfig, JavacOptions) - Constructor for class com.facebook.buck.android.AndroidBuildConfigDescription
-
- AndroidBuildConfigDescriptionArg - Class in com.facebook.buck.android
-
Immutable implementation of AndroidBuildConfigDescription.AbstractAndroidBuildConfigDescriptionArg.
- AndroidBuildConfigDescriptionArg.Builder - Class in com.facebook.buck.android
-
- AndroidDirectoryResolver - Interface in com.facebook.buck.android
-
Defines an implementation capable of locating Android SDK and NDK directories.
- AndroidGraphEnhancementResult - Class in com.facebook.buck.android
-
Immutable implementation of AbstractAndroidGraphEnhancementResult.
- AndroidGraphEnhancementResult.Builder - Class in com.facebook.buck.android
-
- AndroidInstrumentationApk - Class in com.facebook.buck.android
-
Apk that functions as a test package in Android.
- AndroidInstrumentationApkDescription - Class in com.facebook.buck.android
-
- AndroidInstrumentationApkDescription(JavaBuckConfig, ProGuardConfig, JavacOptions, ImmutableMap<NdkCxxPlatforms.TargetCpuType, NdkCxxPlatform>, ListeningExecutorService, CxxBuckConfig, DxConfig) - Constructor for class com.facebook.buck.android.AndroidInstrumentationApkDescription
-
- AndroidInstrumentationApkDescriptionArg - Class in com.facebook.buck.android
-
Immutable implementation of AndroidInstrumentationApkDescription.AbstractAndroidInstrumentationApkDescriptionArg.
- AndroidInstrumentationApkDescriptionArg.Builder - Class in com.facebook.buck.android
-
- AndroidInstrumentationTest - Class in com.facebook.buck.android
-
- AndroidInstrumentationTest(BuildRuleParams, HasInstallableApk, Set<String>, Set<String>, JavaRuntimeLauncher, Optional<Long>) - Constructor for class com.facebook.buck.android.AndroidInstrumentationTest
-
- AndroidInstrumentationTestDescription - Class in com.facebook.buck.android
-
- AndroidInstrumentationTestDescription(JavaOptions, Optional<Long>) - Constructor for class com.facebook.buck.android.AndroidInstrumentationTestDescription
-
- AndroidInstrumentationTestDescriptionArg - Class in com.facebook.buck.android
-
Immutable implementation of AndroidInstrumentationTestDescription.AbstractAndroidInstrumentationTestDescriptionArg.
- AndroidInstrumentationTestDescriptionArg.Builder - Class in com.facebook.buck.android
-
- AndroidInstrumentationTestJVMArgs - Class in com.facebook.buck.android
-
Immutable implementation of AbstractAndroidInstrumentationTestJVMArgs.
- AndroidInstrumentationTestJVMArgs.Builder - Class in com.facebook.buck.android
-
- AndroidLibrary - Class in com.facebook.buck.android
-
- AndroidLibrary.Builder - Class in com.facebook.buck.android
-
- AndroidLibrary.Builder.BuilderHelper - Class in com.facebook.buck.android
-
- AndroidLibraryCompiler - Class in com.facebook.buck.android
-
Jvm compiler abstraction for android.
- AndroidLibraryCompiler() - Constructor for class com.facebook.buck.android.AndroidLibraryCompiler
-
- AndroidLibraryCompilerFactory - Interface in com.facebook.buck.android
-
- AndroidLibraryDescription - Class in com.facebook.buck.android
-
- AndroidLibraryDescription(JavaBuckConfig, JavacOptions, AndroidLibraryCompilerFactory) - Constructor for class com.facebook.buck.android.AndroidLibraryDescription
-
- AndroidLibraryDescription.CoreArg - Interface in com.facebook.buck.android
-
- AndroidLibraryDescription.JvmLanguage - Enum in com.facebook.buck.android
-
- AndroidLibraryDescriptionArg - Class in com.facebook.buck.android
-
Immutable implementation of AndroidLibraryDescription.AbstractAndroidLibraryDescriptionArg.
- AndroidLibraryDescriptionArg.Builder - Class in com.facebook.buck.android
-
- AndroidLibraryGraphEnhancer - Class in com.facebook.buck.android
-
- AndroidLibraryGraphEnhancer(BuildTarget, BuildRuleParams, Javac, JavacOptions, DependencyMode, boolean, Optional<String>, Optional<String>, boolean) - Constructor for class com.facebook.buck.android.AndroidLibraryGraphEnhancer
-
- AndroidLibraryModuleRule - Class in com.facebook.buck.ide.intellij.lang.android
-
- AndroidLibraryModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig) - Constructor for class com.facebook.buck.ide.intellij.lang.android.AndroidLibraryModuleRule
-
- AndroidManifest - Class in com.facebook.buck.android
-
AndroidManifest is a
BuildRule that can generate an Android manifest from a
skeleton manifest and the library manifests from its dependencies.
- AndroidManifest(BuildRuleParams, SourcePath, Set<SourcePath>) - Constructor for class com.facebook.buck.android.AndroidManifest
-
- AndroidManifestDescription - Class in com.facebook.buck.android
-
- AndroidManifestDescription() - Constructor for class com.facebook.buck.android.AndroidManifestDescription
-
- AndroidManifestDescriptionArg - Class in com.facebook.buck.android
-
Immutable implementation of AndroidManifestDescription.AbstractAndroidManifestDescriptionArg.
- AndroidManifestDescriptionArg.Builder - Class in com.facebook.buck.android
-
- AndroidManifestReader - Interface in com.facebook.buck.android
-
Allows querying an Android manifest file for various types of information.
- AndroidModuleRule<T extends CommonDescriptionArg> - Class in com.facebook.buck.ide.intellij.lang.android
-
- AndroidModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig, boolean) - Constructor for class com.facebook.buck.ide.intellij.lang.android.AndroidModuleRule
-
- AndroidNativeLibsGraphEnhancementResult - Class in com.facebook.buck.android
-
Immutable implementation of AndroidNativeLibsPackageableGraphEnhancer.AbstractAndroidNativeLibsGraphEnhancementResult.
- AndroidNativeLibsGraphEnhancementResult.Builder - Class in com.facebook.buck.android
-
- AndroidNativeLibsPackageableGraphEnhancer - Class in com.facebook.buck.android
-
- AndroidNativeLibsPackageableGraphEnhancer(BuildRuleResolver, BuildRuleParams, ImmutableMap<NdkCxxPlatforms.TargetCpuType, NdkCxxPlatform>, ImmutableSet<NdkCxxPlatforms.TargetCpuType>, CxxBuckConfig, Optional<Map<String, List<Pattern>>>, Optional<BuildTarget>, Optional<ImmutableSortedSet<String>>, AndroidBinary.RelinkerMode, APKModuleGraph) - Constructor for class com.facebook.buck.android.AndroidNativeLibsPackageableGraphEnhancer
-
- AndroidPackageable - Interface in com.facebook.buck.android
-
Something (usually a
BuildRule) that can be included in an
Android package (android_binary or (hopefully soon) aar).
- AndroidPackageableCollection - Class in com.facebook.buck.android
-
A collection of Android content that should be included in an Android package (apk or aar).
- AndroidPackageableCollection.Builder - Class in com.facebook.buck.android
-
- AndroidPackageableCollection.ResourceDetails - Class in com.facebook.buck.android
-
Immutable implementation of AbstractAndroidPackageableCollection.AbstractResourceDetails.
- AndroidPackageableCollection.ResourceDetails.Builder - Class in com.facebook.buck.android
-
- AndroidPackageableCollector - Class in com.facebook.buck.android
-
- AndroidPackageableCollector(BuildTarget, ImmutableSet<BuildTarget>, ImmutableSet<BuildTarget>, APKModuleGraph) - Constructor for class com.facebook.buck.android.AndroidPackageableCollector
-
- AndroidPlatformTarget - Class in com.facebook.buck.android
-
Represents a platform to target for Android.
- AndroidPrebuiltAar - Class in com.facebook.buck.android
-
- AndroidPrebuiltAar(BuildRuleParams, SourcePathResolver, SourcePathRuleFinder, SourcePath, SourcePath, PrebuiltJar, UnzipAar, JavacOptions, CompileToJarStepFactory, Iterable<PrebuiltJar>, ImmutableSortedSet<SourcePath>) - Constructor for class com.facebook.buck.android.AndroidPrebuiltAar
-
- AndroidPrebuiltAarCollection - Class in com.facebook.buck.android
-
- AndroidPrebuiltAarCollection() - Constructor for class com.facebook.buck.android.AndroidPrebuiltAarCollection
-
- AndroidPrebuiltAarDescription - Class in com.facebook.buck.android
-
Description for a
BuildRule that wraps an
.aar file as an Android dependency.
- AndroidPrebuiltAarDescription(JavaBuckConfig, JavacOptions) - Constructor for class com.facebook.buck.android.AndroidPrebuiltAarDescription
-
- AndroidPrebuiltAarDescriptionArg - Class in com.facebook.buck.android
-
Immutable implementation of AndroidPrebuiltAarDescription.AbstractAndroidPrebuiltAarDescriptionArg.
- AndroidPrebuiltAarDescriptionArg.Builder - Class in com.facebook.buck.android
-
- AndroidReactNativeLibrary - Class in com.facebook.buck.js
-
- AndroidReactNativeLibrary(BuildRuleParams, ReactNativeBundle) - Constructor for class com.facebook.buck.js.AndroidReactNativeLibrary
-
- AndroidReactNativeLibraryDescription - Class in com.facebook.buck.js
-
- AndroidReactNativeLibraryDescription(ReactNativeBuckConfig) - Constructor for class com.facebook.buck.js.AndroidReactNativeLibraryDescription
-
- AndroidReactNativeLibraryDescriptionArg - Class in com.facebook.buck.js
-
Immutable implementation of AndroidReactNativeLibraryDescription.AbstractAndroidReactNativeLibraryDescriptionArg.
- AndroidReactNativeLibraryDescriptionArg.Builder - Class in com.facebook.buck.js
-
- androidResOnly(ImmutableSortedSet<BuildRule>) - Static method in class com.facebook.buck.android.AndroidResourceHelper
-
Filters out the set of android_resource() dependencies from deps.
- AndroidResource - Class in com.facebook.buck.android
-
An object that represents the resources of an android library.
- AndroidResource(BuildRuleParams, SourcePathRuleFinder, ImmutableSortedSet<BuildRule>, SourcePath, ImmutableSortedMap<Path, SourcePath>, String, SourcePath, ImmutableSortedMap<Path, SourcePath>, SourcePath, Supplier<ImmutableSortedSet<? extends SourcePath>>, boolean, boolean, boolean) - Constructor for class com.facebook.buck.android.AndroidResource
-
- AndroidResource(BuildRuleParams, SourcePathRuleFinder, ImmutableSortedSet<BuildRule>, SourcePath, ImmutableSortedMap<Path, SourcePath>, String, SourcePath, ImmutableSortedMap<Path, SourcePath>, SourcePath, boolean) - Constructor for class com.facebook.buck.android.AndroidResource
-
- AndroidResource(BuildRuleParams, SourcePathRuleFinder, ImmutableSortedSet<BuildRule>, SourcePath, ImmutableSortedMap<Path, SourcePath>, String, SourcePath, ImmutableSortedMap<Path, SourcePath>, SourcePath, boolean, boolean, boolean) - Constructor for class com.facebook.buck.android.AndroidResource
-
- AndroidResourceDescription - Class in com.facebook.buck.android
-
- AndroidResourceDescription(boolean) - Constructor for class com.facebook.buck.android.AndroidResourceDescription
-
- AndroidResourceDescriptionArg - Class in com.facebook.buck.android
-
Immutable implementation of AndroidResourceDescription.AbstractAndroidResourceDescriptionArg.
- AndroidResourceDescriptionArg.Builder - Class in com.facebook.buck.android
-
- AndroidResourceFolder - Class in com.facebook.buck.ide.intellij.lang.android
-
A path which contains a set of sources we wish to present to IntelliJ.
- AndroidResourceFolder(Path) - Constructor for class com.facebook.buck.ide.intellij.lang.android.AndroidResourceFolder
-
- AndroidResourceHelper - Class in com.facebook.buck.android
-
- AndroidResourceModuleRule - Class in com.facebook.buck.ide.intellij.lang.android
-
- AndroidResourceModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig) - Constructor for class com.facebook.buck.ide.intellij.lang.android.AndroidResourceModuleRule
-
- AndroidTransitiveDependencyGraph - Class in com.facebook.buck.android
-
- ANNOTATION_PROCESSING - Static variable in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
-
- ANNOTATION_PROCESSING_ROUND - Static variable in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
-
- AnnotationProcessingEvent - Class in com.facebook.buck.jvm.java
-
Base class for events about Java annotation processing.
- AnnotationProcessingEvent(EventKey, BuildTarget, String, AnnotationProcessingEvent.Operation, int, boolean) - Constructor for class com.facebook.buck.jvm.java.AnnotationProcessingEvent
-
- AnnotationProcessingEvent.Finished - Class in com.facebook.buck.jvm.java
-
- AnnotationProcessingEvent.Operation - Enum in com.facebook.buck.jvm.java
-
- AnnotationProcessingEvent.Started - Class in com.facebook.buck.jvm.java
-
- annotationProcessingFinished(AnnotationProcessingEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- AnnotationProcessingParams - Class in com.facebook.buck.jvm.java
-
Information for annotation processing.
- AnnotationProcessingParams.Builder - Class in com.facebook.buck.jvm.java
-
- annotationProcessingStarted(AnnotationProcessingEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- AnnotationValueScanner8<R,P> - Class in com.facebook.buck.jvm.java.abi
-
- AnnotationValueScanner8() - Constructor for class com.facebook.buck.jvm.java.abi.AnnotationValueScanner8
-
- AnnotationValueScanner8(R) - Constructor for class com.facebook.buck.jvm.java.abi.AnnotationValueScanner8
-
- ansi - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- Ansi - Class in com.facebook.buck.util
-
Encapsulates the specifics of writing to a particular kind of terminal.
- Ansi(boolean) - Constructor for class com.facebook.buck.util.Ansi
-
Construct an Ansi object and conditionally enable fancy escape sequences.
- Ansi.SeverityLevel - Enum in com.facebook.buck.util
-
- AnsiEnvironmentChecking - Class in com.facebook.buck.util
-
Utility class to check if the environment supports ANSI escape sequences.
- ApiStubber - Class in com.facebook.buck.jvm.java.abi
-
- ApkBuilderStep - Class in com.facebook.buck.android
-
Merges resources into a final APK.
- ApkBuilderStep(ProjectFilesystem, Path, Path, Path, ImmutableSet<Path>, ImmutableSet<Path>, ImmutableSet<Path>, ImmutableSet<Path>, Path, Supplier<KeystoreProperties>, boolean, JavaRuntimeLauncher) - Constructor for class com.facebook.buck.android.ApkBuilderStep
-
- ApkGenrule - Class in com.facebook.buck.android
-
A specialization of a genrule that specifically allows the modification of apks.
- ApkGenruleDescription - Class in com.facebook.buck.android
-
- ApkGenruleDescription() - Constructor for class com.facebook.buck.android.ApkGenruleDescription
-
- ApkGenruleDescriptionArg - Class in com.facebook.buck.android
-
Immutable implementation of ApkGenruleDescription.AbstractApkGenruleDescriptionArg.
- ApkGenruleDescriptionArg.Builder - Class in com.facebook.buck.android
-
- ApkInfo - Class in com.facebook.buck.android
-
- ApkInfo.Builder - Class in com.facebook.buck.android
-
- ApkInstallStep - Class in com.facebook.buck.android
-
- ApkInstallStep(SourcePathResolver, HasInstallableApk) - Constructor for class com.facebook.buck.android.ApkInstallStep
-
- APKModule - Class in com.facebook.buck.android
-
Immutable implementation of AbstractAPKModule.
- apkModule - Variable in class com.facebook.buck.android.PreDexedFilesSorter.Result
-
- APKModule.Builder - Class in com.facebook.buck.android
-
- APKModuleGraph - Class in com.facebook.buck.android
-
Utility class for grouping sets of targets and their dependencies into APK Modules containing
their exclusive dependencies.
- APKModuleGraph(Optional<Map<String, List<BuildTarget>>>, TargetGraph, BuildTarget) - Constructor for class com.facebook.buck.android.APKModuleGraph
-
Constructor for the APKModule graph generator object
- APKModuleGraph(TargetGraph, BuildTarget, Optional<Set<BuildTarget>>) - Constructor for class com.facebook.buck.android.APKModuleGraph
-
Constructor for the APKModule graph generator object
- apkPath - Variable in class com.facebook.buck.android.exopackage.PackageInfo
-
- APP_FLAVOR - Static variable in class com.facebook.buck.apple.AppleBinaryDescription
-
- APP_PACKAGE_ID - Static variable in class com.facebook.buck.android.resources.ResTablePackage
-
- append(CharSequence) - Method in class com.facebook.buck.log.ReferenceCountedWriter
-
- append(CharSequence, int, int) - Method in class com.facebook.buck.log.ReferenceCountedWriter
-
- append(char) - Method in class com.facebook.buck.log.ReferenceCountedWriter
-
- append(String) - Method in class com.facebook.buck.util.ChunkAccumulator
-
- append(CharSequence) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
-
- append(CharSequence, int, int) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
-
- append(char) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
-
- AppendableLogRecord - Class in com.facebook.buck.log
-
- AppendableLogRecord(Level, String, String) - Constructor for class com.facebook.buck.log.AppendableLogRecord
-
- appendables - Variable in class com.facebook.buck.rules.keys.RuleKeyDiagnostics.Result
-
- appendFinishedInfo(String, Object) - Method in interface com.facebook.buck.event.SimplePerfEvent.Scope
-
Appends information to the finished event which will be sent when control exits the scope.
- appendFormattedMessage(StringBuilder) - Method in class com.facebook.buck.log.AppendableLogRecord
-
- appendString(T) - Method in class com.facebook.buck.util.network.HiveRowFormatter
-
- appendStringIterable(Iterable<T>) - Method in class com.facebook.buck.util.network.HiveRowFormatter
-
- appendToCommandLine(ImmutableCollection.Builder<String>, SourcePathResolver) - Method in class com.facebook.buck.cxx.RelativeLinkArg
-
- appendToCommandLine(ImmutableCollection.Builder<String>, SourcePathResolver) - Method in interface com.facebook.buck.rules.args.Arg
-
Append the contents of the Arg to the supplied builder.
- appendToCommandLine(ImmutableCollection.Builder<String>, SourcePathResolver) - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
-
- appendToCommandLine(ImmutableCollection.Builder<String>, SourcePathResolver) - Method in class com.facebook.buck.rules.args.MacroArg
-
- appendToCommandLine(ImmutableCollection.Builder<String>, SourcePathResolver) - Method in class com.facebook.buck.rules.args.ProxyArg
-
- appendToCommandLine(ImmutableCollection.Builder<String>, SourcePathResolver) - Method in class com.facebook.buck.rules.args.SanitizedArg
-
- appendToCommandLine(ImmutableCollection.Builder<String>, SourcePathResolver) - Method in class com.facebook.buck.rust.RustLibraryArg
-
- appendToCommandLineRel(ImmutableCollection.Builder<String>, Path, SourcePathResolver) - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.android.FilterResourcesStep.ResourceFilter
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.apple.CodeSignIdentityStore
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.apple.ExternallyBuiltApplePackage
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.apple.ProvisioningProfileStore
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.AbstractPreprocessor
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.BsdArchiver
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.CxxInferCapture
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeader
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.DarwinLinker
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.DefaultCompiler
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.FrameworkPathArg
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.GnuArchiver
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.GnuLinker
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.InferBuckConfig
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.LazyDelegatingArchiver
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.RelativeLinkArg
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.WindowsArchiver
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.WindowsLinker
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.haskell.HaskellCompileRule
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.java.ConstantJavacProvider
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.java.ExternalJavac
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.java.ExternalOrJarBackedJavacProvider
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.java.JarBackedJavac
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.java.JarBackedJavacProvider
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.java.JavacToJarStepFactory
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.java.JdkProvidedInMemoryJavac
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.java.OutOfProcessJarBackedJavac
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.java.OutOfProcessJdkProvidedInMemoryJavac
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.java.ResolvedJavacPluginProperties
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.kotlin.ExternalKotlinc
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.kotlin.JarBackedReflectedKotlinc
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.kotlin.KotlincToJarStepFactory
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.scala.ScalacToJarStepFactory
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.ocaml.OcamlCCompileStep.Args
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.ocaml.OcamlDebugLauncherStep.Args
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.ocaml.OcamlMLCompileStep.Args
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.python.PythonEnvironment
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rules.args.MacroArg
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rules.args.ProxyArg
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rules.args.SanitizedArg
-
- appendToRuleKey(RuleKeyObjectSink) - Method in interface com.facebook.buck.rules.BuildRule
-
Add additional details when calculating this rule's
RuleKey which isn't available via
reflection.
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rules.CommandTool
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rules.HashedFileTool
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rules.LazyDelegatingTool
-
- appendToRuleKey(RuleKeyObjectSink) - Method in interface com.facebook.buck.rules.RuleKeyAppendable
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rules.SymlinkTree
-
- appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rust.RustLibraryArg
-
- APPLE_SECTION - Static variable in class com.facebook.buck.apple.AppleConfig
-
- AppleAssetCatalog - Class in com.facebook.buck.apple
-
- AppleAssetCatalogDescription - Class in com.facebook.buck.apple
-
Description for an apple_asset_catalog rule, which identifies an asset catalog for an iOS or Mac
OS X library or binary.
- AppleAssetCatalogDescription() - Constructor for class com.facebook.buck.apple.AppleAssetCatalogDescription
-
- AppleAssetCatalogDescription.Optimization - Enum in com.facebook.buck.apple
-
- AppleAssetCatalogDescriptionArg - Class in com.facebook.buck.apple
-
Immutable implementation of AppleAssetCatalogDescription.AbstractAppleAssetCatalogDescriptionArg.
- AppleAssetCatalogDescriptionArg.Builder - Class in com.facebook.buck.apple
-
- AppleBinaryDescription - Class in com.facebook.buck.apple
-
- AppleBinaryDescription(CxxBinaryDescription, SwiftLibraryDescription, FlavorDomain<AppleCxxPlatform>, CodeSignIdentityStore, ProvisioningProfileStore, AppleConfig) - Constructor for class com.facebook.buck.apple.AppleBinaryDescription
-
- AppleBinaryDescriptionArg - Class in com.facebook.buck.apple
-
Immutable implementation of AppleBinaryDescription.AbstractAppleBinaryDescriptionArg.
- AppleBinaryDescriptionArg.Builder - Class in com.facebook.buck.apple
-
- AppleBuildRules - Class in com.facebook.buck.apple
-
Helpers for reading properties of Apple target build rules.
- AppleBuildRules.RecursiveDependenciesMode - Enum in com.facebook.buck.apple
-
- AppleBundle - Class in com.facebook.buck.apple
-
Creates a bundle: a directory containing files and subdirectories, described by an Info.plist.
- AppleBundleDescription - Class in com.facebook.buck.apple
-
- AppleBundleDescription(AppleBinaryDescription, AppleLibraryDescription, FlavorDomain<CxxPlatform>, FlavorDomain<AppleCxxPlatform>, CxxPlatform, CodeSignIdentityStore, ProvisioningProfileStore, AppleConfig) - Constructor for class com.facebook.buck.apple.AppleBundleDescription
-
- AppleBundleDescriptionArg - Class in com.facebook.buck.apple
-
Immutable implementation of AppleBundleDescription.AbstractAppleBundleDescriptionArg.
- AppleBundleDescriptionArg.Builder - Class in com.facebook.buck.apple
-
- AppleBundleDestinations - Class in com.facebook.buck.apple
-
Immutable implementation of AbstractAppleBundleDestinations.
- AppleBundleDestinations.Builder - Class in com.facebook.buck.apple
-
- AppleBundleExtension - Enum in com.facebook.buck.apple
-
Known bundle extensions that have special handling.
- AppleBundleResources - Class in com.facebook.buck.apple
-
Resources to be bundled into a bundle.
- AppleBundleResources.Builder - Class in com.facebook.buck.apple
-
- AppleConfig - Class in com.facebook.buck.apple
-
- AppleCoreSimulatorServiceController - Class in com.facebook.buck.apple.simulator
-
Launches, queries, and kills Apple's CoreSimulator and related launchd services.
- AppleCoreSimulatorServiceController(ProcessExecutor) - Constructor for class com.facebook.buck.apple.simulator.AppleCoreSimulatorServiceController
-
- AppleCxxPlatform - Class in com.facebook.buck.apple
-
- AppleCxxPlatform.Builder - Class in com.facebook.buck.apple
-
- AppleCxxPlatforms - Class in com.facebook.buck.apple
-
Utility class to create Objective-C/C/C++/Objective-C++ platforms to support building iOS and Mac
OS X products with Xcode.
- AppleDebugFormat - Enum in com.facebook.buck.apple
-
- AppleDebuggableBinary - Class in com.facebook.buck.apple
-
This build rule wraps the usual build rule and should be treated as top-level binary rule for
apple platform.
- AppleDebuggableBinary(BuildRuleParams, BuildRule) - Constructor for class com.facebook.buck.apple.AppleDebuggableBinary
-
- AppleDependenciesCache - Class in com.facebook.buck.apple
-
- AppleDependenciesCache(TargetGraph) - Constructor for class com.facebook.buck.apple.AppleDependenciesCache
-
- AppleDescriptions - Class in com.facebook.buck.apple
-
Common logic for a
Description that creates Apple target rules.
- AppleDeviceHelper - Class in com.facebook.buck.apple.device
-
- AppleDeviceHelper(ProcessExecutor, Path) - Constructor for class com.facebook.buck.apple.device.AppleDeviceHelper
-
- AppleDsym - Class in com.facebook.buck.apple
-
Creates dSYM bundle for the given _unstripped_ binary.
- AppleDsym(BuildRuleParams, Tool, Tool, SourcePath, Path) - Constructor for class com.facebook.buck.apple.AppleDsym
-
- AppleHeaderVisibilities - Class in com.facebook.buck.apple
-
Utility class with methods working with
HeaderVisibility in the context of Apple rules.
- AppleInfoPlistParsing - Class in com.facebook.buck.apple
-
Utility class to parse Info.plist from an Apple bundle.
- AppleLibraryDescription - Class in com.facebook.buck.apple
-
- AppleLibraryDescription(CxxLibraryDescription, SwiftLibraryDescription, FlavorDomain<AppleCxxPlatform>, CxxPlatform, CodeSignIdentityStore, ProvisioningProfileStore, AppleConfig) - Constructor for class com.facebook.buck.apple.AppleLibraryDescription
-
- AppleLibraryDescriptionArg - Class in com.facebook.buck.apple
-
Immutable implementation of AppleLibraryDescription.AbstractAppleLibraryDescriptionArg.
- AppleLibraryDescriptionArg.Builder - Class in com.facebook.buck.apple
-
- AppleNativeTargetDescriptionArg - Interface in com.facebook.buck.apple
-
Arguments common to Apple targets.
- ApplePackageConfig - Class in com.facebook.buck.apple
-
Immutable implementation of AppleConfig.AbstractApplePackageConfig.
- ApplePackageConfigAndPlatformInfo - Class in com.facebook.buck.apple
-
Value type for tracking a package config and information about the platform.
- ApplePackageDescription - Class in com.facebook.buck.apple
-
- ApplePackageDescription(AppleConfig, CxxPlatform, FlavorDomain<AppleCxxPlatform>) - Constructor for class com.facebook.buck.apple.ApplePackageDescription
-
- ApplePackageDescriptionArg - Class in com.facebook.buck.apple
-
Immutable implementation of ApplePackageDescription.AbstractApplePackageDescriptionArg.
- ApplePackageDescriptionArg.Builder - Class in com.facebook.buck.apple
-
- ApplePlatform - Class in com.facebook.buck.apple
-
Immutable implementation of AbstractApplePlatform.
- ApplePlatform.Builder - Class in com.facebook.buck.apple
-
- ApplePlatforms - Class in com.facebook.buck.apple
-
- AppleResourceDescription - Class in com.facebook.buck.apple
-
Description for an apple_resource rule which copies resource files to the built bundle.
- AppleResourceDescription() - Constructor for class com.facebook.buck.apple.AppleResourceDescription
-
- AppleResourceDescriptionArg - Class in com.facebook.buck.apple
-
Immutable implementation of AppleResourceDescription.AbstractAppleResourceDescriptionArg.
- AppleResourceDescriptionArg.Builder - Class in com.facebook.buck.apple
-
- AppleResources - Class in com.facebook.buck.apple
-
- AppleSdk - Class in com.facebook.buck.apple
-
Metadata about an Apple SDK.
- AppleSdk.Builder - Class in com.facebook.buck.apple
-
- AppleSdkDiscovery - Class in com.facebook.buck.apple
-
Utility class to discover the location of SDKs contained inside an Xcode installation.
- AppleSdkPaths - Class in com.facebook.buck.apple
-
Paths to Apple SDK directories under an installation of Xcode.
- AppleSdkPaths.Builder - Class in com.facebook.buck.apple
-
- AppleSimulator - Class in com.facebook.buck.apple.simulator
-
Immutable implementation of AbstractAppleSimulator.
- AppleSimulator.Builder - Class in com.facebook.buck.apple.simulator
-
- AppleSimulatorController - Class in com.facebook.buck.apple.simulator
-
Utility class to manage starting the iOS simulator as well as installing and running applications
inside it.
- AppleSimulatorController(ProcessExecutor, Path, Path) - Constructor for class com.facebook.buck.apple.simulator.AppleSimulatorController
-
- AppleSimulatorController.LaunchBehavior - Enum in com.facebook.buck.apple.simulator
-
- AppleSimulatorDiscovery - Class in com.facebook.buck.apple.simulator
-
Utilty class to discover state about Apple simulators installed on the host system.
- AppleSimulatorProfile - Class in com.facebook.buck.apple.simulator
-
Immutable value type containing metadata about an Apple simulator.
- AppleSimulatorProfile.Builder - Class in com.facebook.buck.apple.simulator
-
- AppleSimulatorProfileParsing - Class in com.facebook.buck.apple.simulator
-
Utility class to parse profile.plist from an iPhone simulator platform.
- AppleSimulatorState - Enum in com.facebook.buck.apple.simulator
-
- AppleTest - Class in com.facebook.buck.apple
-
- AppleTestDescription - Class in com.facebook.buck.apple
-
- AppleTestDescription(AppleConfig, AppleLibraryDescription, FlavorDomain<CxxPlatform>, FlavorDomain<AppleCxxPlatform>, CxxPlatform, CodeSignIdentityStore, ProvisioningProfileStore, Supplier<Optional<Path>>, Optional<Long>) - Constructor for class com.facebook.buck.apple.AppleTestDescription
-
- AppleTestDescriptionArg - Class in com.facebook.buck.apple
-
Immutable implementation of AppleTestDescription.AbstractAppleTestDescriptionArg.
- AppleTestDescriptionArg.Builder - Class in com.facebook.buck.apple
-
- AppleToolchain - Class in com.facebook.buck.apple
-
Metadata about an Apple toolchain.
- AppleToolchain.Builder - Class in com.facebook.buck.apple
-
- AppleToolchainDiscovery - Class in com.facebook.buck.apple
-
Utility class to discover the location of toolchains contained inside an Xcode installation.
- AppleWrapperResourceArg - Class in com.facebook.buck.apple
-
A description for a resource defined by a single path.
- AppleWrapperResourceArg.Builder - Class in com.facebook.buck.apple
-
- apply(ExopackageDevice) - Method in interface com.facebook.buck.android.exopackage.ExopackageInstaller.AdbInterface.AdbCallable
-
- apply(String, String, String) - Method in interface com.facebook.buck.apple.clang.HeaderMap.HeaderMapVisitor
-
- apply(BuildId) - Method in class com.facebook.buck.cli.BuildIdSampler
-
- apply(SampleRate, BuildId) - Static method in class com.facebook.buck.cli.BuildIdSampler
-
- apply(BuildTarget, BuildRuleResolver, CxxPlatform, ImmutableSet<BuildRule>, CxxDeps) - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.TransitiveCxxPreprocessorInputFunction
-
- apply(TargetNode<AndroidBinaryDescriptionArg, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.android.AndroidBinaryModuleRule
-
- apply(TargetNode<AndroidLibraryDescription.CoreArg, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.android.AndroidLibraryModuleRule
-
- apply(TargetNode<T, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.android.AndroidModuleRule
-
- apply(TargetNode<AndroidResourceDescriptionArg, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.android.AndroidResourceModuleRule
-
- apply(TargetNode<RobolectricTestDescriptionArg, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.android.RobolectricTestModuleRule
-
- apply(TargetNode<CxxLibraryDescriptionArg, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.cxx.CxxLibraryModuleRule
-
- apply(TargetNode<GroovyLibraryDescription.CoreArg, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.groovy.GroovyLibraryModuleRule
-
- apply(TargetNode<GroovyTestDescriptionArg, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.groovy.GroovyTestModuleRule
-
- apply(TargetNode<JavaBinaryDescriptionArg, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.java.JavaBinaryModuleRule
-
- apply(TargetNode<JavaLibraryDescription.CoreArg, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.java.JavaLibraryModuleRule
-
- apply(TargetNode<JavaTestDescription.CoreArg, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.java.JavaTestModuleRule
-
- apply(TargetNode<KotlinLibraryDescriptionArg, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.kotlin.KotlinLibraryModuleRule
-
- apply(TargetNode<KotlinTestDescriptionArg, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.kotlin.KotlinTestModuleRule
-
- apply(TargetNode<T, ?>, ModuleBuildContext) - Method in interface com.facebook.buck.ide.intellij.model.IjModuleRule
-
- apply(T) - Method in interface com.facebook.buck.util.concurrent.ResourcePool.ThrowingFunction
-
- applyDuringAggregation(AggregationContext, TargetNode<T, ?>) - Method in class com.facebook.buck.ide.intellij.BaseIjModuleRule
-
- applyDuringAggregation(AggregationContext, TargetNode<AndroidLibraryDescription.CoreArg, ?>) - Method in class com.facebook.buck.ide.intellij.lang.android.AndroidLibraryModuleRule
-
- applyDuringAggregation(AggregationContext, TargetNode<AndroidResourceDescriptionArg, ?>) - Method in class com.facebook.buck.ide.intellij.lang.android.AndroidResourceModuleRule
-
- applyDuringAggregation(AggregationContext, TargetNode<JavaLibraryDescription.CoreArg, ?>) - Method in class com.facebook.buck.ide.intellij.lang.java.JavaLibraryModuleRule
-
- applyDuringAggregation(AggregationContext, TargetNode<T, ?>) - Method in interface com.facebook.buck.ide.intellij.model.IjModuleRule
-
- Architecture - Enum in com.facebook.buck.util.environment
-
Represents the CPU architecture of a system.
- Archive - Class in com.facebook.buck.cxx
-
- Archive.Contents - Enum in com.facebook.buck.cxx
-
How this archive packages its contents.
- ARCHIVE_MEMBER_PATH - Static variable in class com.facebook.buck.rules.keys.RuleKeyHasherTypes
-
- ArchiveAction(String) - Constructor for class com.facebook.buck.apple.xcode.XCScheme.ArchiveAction
-
- ArchiveDependencySupplier - Interface in com.facebook.buck.rules.keys
-
Supplies dependencies that are archives.
- ArchiveMemberPath - Class in com.facebook.buck.io
-
- ArchiveMemberSourcePath - Class in com.facebook.buck.rules
-
A
SourcePath that can reference a member within an archive.
- ArchiveMemberSourcePath.Builder - Class in com.facebook.buck.rules
-
- Archiver - Interface in com.facebook.buck.cxx
-
- ArchiveStep - Class in com.facebook.buck.cxx
-
Create an object archive with ar.
- ArchiveStep(ProjectFilesystem, ImmutableMap<String, String>, ImmutableList<String>, ImmutableList<String>, ImmutableList<String>, Path, ImmutableList<Path>, Archiver) - Constructor for class com.facebook.buck.cxx.ArchiveStep
-
- areTargetTypesEqual(Set<Class<? extends Description<?>>>) - Static method in class com.facebook.buck.ide.intellij.SupportedTargetTypeRegistry
-
- Arg - Interface in com.facebook.buck.rules.args
-
An abstraction for modeling the arguments that contribute to a command run by a
BuildRule, and also carry information for computing a rule key.
- arg - Variable in class com.facebook.buck.rules.args.ProxyArg
-
- ARGFILE_ESCAPER - Static variable in class com.facebook.buck.util.Escaper
-
Escaper for argfiles for clang and gcc.
- ARGFILES_ESCAPER - Static variable in interface com.facebook.buck.jvm.java.Javac
-
An escaper for arguments written to @argfiles.
- Args(ImmutableMap<String, String>, ImmutableList<String>, Tool, Optional<String>, Path, SourcePath, ImmutableList<String>, ImmutableList<CxxHeaders>) - Constructor for class com.facebook.buck.ocaml.OcamlCCompileStep.Args
-
- Args(Tool, Path, List<OcamlLibrary>, List<String>) - Constructor for class com.facebook.buck.ocaml.OcamlDebugLauncherStep.Args
-
- Args(Tool, Path, Path) - Constructor for class com.facebook.buck.ocaml.OcamlLexStep.Args
-
- Args(Function<Path, Path>, ImmutableMap<String, String>, ImmutableList<String>, Tool, Optional<String>, Path, Path, ImmutableList<Arg>) - Constructor for class com.facebook.buck.ocaml.OcamlMLCompileStep.Args
-
- Args(Tool, Path, Path) - Constructor for class com.facebook.buck.ocaml.OcamlYaccStep.Args
-
- ArrayIterable<T> - Class in com.facebook.buck.util.collect
-
Iterable of an array object that does not make a copy of the array.
- arrays - Variable in class com.facebook.buck.android.StringResources
-
- ARTIFACT_FILE_NAME_FORMAT - Static variable in class com.facebook.buck.maven.Resolver
-
- ARTIFACT_FILE_NAME_REGEX_FORMAT - Static variable in class com.facebook.buck.maven.Resolver
-
- ArtifactCache - Interface in com.facebook.buck.artifact_cache
-
- ArtifactCacheBuckConfig - Class in com.facebook.buck.artifact_cache
-
- ArtifactCacheBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
-
- ArtifactCacheBuckConfig.LoadBalancingType - Enum in com.facebook.buck.artifact_cache
-
- ArtifactCacheConnectEvent - Class in com.facebook.buck.artifact_cache
-
Base class for events about build rules.
- ArtifactCacheConnectEvent(EventKey) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent
-
- ArtifactCacheConnectEvent.Finished - Class in com.facebook.buck.artifact_cache
-
- ArtifactCacheConnectEvent.Started - Class in com.facebook.buck.artifact_cache
-
- ArtifactCacheEntries - Class in com.facebook.buck.artifact_cache
-
Immutable implementation of ArtifactCacheBuckConfig.AbstractArtifactCacheEntries.
- ArtifactCacheEntries.Builder - Class in com.facebook.buck.artifact_cache
-
- ArtifactCacheEvent - Class in com.facebook.buck.artifact_cache
-
- ArtifactCacheEvent(EventKey, ArtifactCacheEvent.CacheMode, ArtifactCacheEvent.Operation, Optional<String>, ImmutableSet<RuleKey>, ArtifactCacheEvent.InvocationType) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheEvent
-
- ArtifactCacheEvent.CacheMode - Enum in com.facebook.buck.artifact_cache
-
- ArtifactCacheEvent.Finished - Class in com.facebook.buck.artifact_cache
-
- ArtifactCacheEvent.InvocationType - Enum in com.facebook.buck.artifact_cache
-
- ArtifactCacheEvent.Operation - Enum in com.facebook.buck.artifact_cache
-
- ArtifactCacheEvent.Started - Class in com.facebook.buck.artifact_cache
-
- ArtifactCacheEventFactory - Interface in com.facebook.buck.artifact_cache
-
- artifactCacheEventFinished(ArtifactCacheEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- artifactCacheEventStarted(ArtifactCacheEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- ArtifactCacheFactory - Interface in com.facebook.buck.artifact_cache
-
- artifactCacheFinished(ArtifactCacheEvent.Finished) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- ArtifactCacheHandler - Class in com.facebook.buck.httpserver
-
Implements a really simple cache server on top of the local dircache.
- ArtifactCacheHandler(ProjectFilesystem) - Constructor for class com.facebook.buck.httpserver.ArtifactCacheHandler
-
- ArtifactCacheMode - Enum in com.facebook.buck.artifact_cache
-
- ArtifactCacheMode.CacheType - Enum in com.facebook.buck.artifact_cache
-
- ArtifactCaches - Class in com.facebook.buck.artifact_cache
-
- ArtifactCaches(ArtifactCacheBuckConfig, BuckEventBus, ProjectFilesystem, Optional<String>, ListeningExecutorService, Optional<AsyncCloseable>) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCaches
-
Creates a new instance of the cache factory for use during a build.
- artifactCacheStarted(ArtifactCacheEvent.Started) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- ArtifactCompressionEvent - Class in com.facebook.buck.event
-
- ArtifactCompressionEvent(EventKey, ArtifactCompressionEvent.Operation, ImmutableSet<RuleKey>) - Constructor for class com.facebook.buck.event.ArtifactCompressionEvent
-
- ArtifactCompressionEvent.Finished - Class in com.facebook.buck.event
-
- ArtifactCompressionEvent.Operation - Enum in com.facebook.buck.event
-
- ArtifactCompressionEvent.Started - Class in com.facebook.buck.event
-
- artifactCompressionFinished(ArtifactCompressionEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- artifactCompressionFinished(ArtifactCompressionEvent.Finished) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- artifactCompressionStarted(ArtifactCompressionEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- artifactCompressionStarted(ArtifactCompressionEvent.Started) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- ArtifactConfig - Class in com.facebook.buck.maven
-
- ArtifactConfig() - Constructor for class com.facebook.buck.maven.ArtifactConfig
-
- ArtifactConfig.Repository - Class in com.facebook.buck.maven
-
- artifactConnectFinished(ArtifactCacheConnectEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- artifactConnectStarted(ArtifactCacheConnectEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- artifactDownloadedStarted(HttpArtifactCacheEvent.Started) - Method in class com.facebook.buck.event.listener.NetworkStatsKeeper
-
- artifactDownloadFinished(HttpArtifactCacheEvent.Finished) - Method in class com.facebook.buck.event.listener.NetworkStatsKeeper
-
- ArtifactInfo - Class in com.facebook.buck.artifact_cache
-
Immutable implementation of AbstractArtifactInfo.
- ArtifactInfo.Builder - Class in com.facebook.buck.artifact_cache
-
- artifacts - Variable in class com.facebook.buck.maven.ArtifactConfig
-
- artifactSizeBytes() - Method in class com.facebook.buck.artifact_cache.CacheResult
-
- asByteSource(Path) - Static method in class com.facebook.buck.io.MorePaths
-
- asErrorText(String) - Method in class com.facebook.buck.util.Ansi
-
- asGreenText(String) - Method in class com.facebook.buck.util.Ansi
-
- asHashCode() - Method in class com.facebook.buck.util.sha1.Sha1HashCode
-
This method should be used sparingly as we are trying to favor Sha1HashCode
over HashCode, where appropriate. Currently, the
FileHashCache API is
written in terms of
HashCode, so conversions are common.
- asHighlightedFailureText(String) - Method in class com.facebook.buck.util.Ansi
-
- asHighlightedStatusText(Ansi.SeverityLevel, String) - Method in class com.facebook.buck.util.Ansi
-
- asHighlightedSuccessText(String) - Method in class com.facebook.buck.util.Ansi
-
- asHighlightedWarningText(String) - Method in class com.facebook.buck.util.Ansi
-
- asInformationText(String) - Method in class com.facebook.buck.util.Ansi
-
- ask(String) - Method in class com.facebook.buck.rage.UserInput
-
- asMap() - Method in class com.facebook.buck.util.cache.ComboFileHashCache
-
- asMap() - Method in interface com.facebook.buck.util.cache.FileHashCacheEngine
-
- asMap() - Method in class com.facebook.buck.util.cache.FileSystemMapFileHashCache
-
- asMap() - Method in class com.facebook.buck.util.cache.LoadingCacheFileHashCache
-
- asMap() - Method in class com.facebook.buck.util.FileSystemMap
-
Returns a copy of the leaves stored in the trie as a map.
- asNoWrap(Iterable<String>) - Method in class com.facebook.buck.util.Ansi
-
- asRedText(String) - Method in class com.facebook.buck.util.Ansi
-
- AssembleDirectories - Class in com.facebook.buck.android
-
- AssembleDirectories(BuildRuleParams, ImmutableCollection<SourcePath>) - Constructor for class com.facebook.buck.android.AssembleDirectories
-
- AssertScopeExclusiveAccess - Class in com.facebook.buck.util.concurrent
-
Makes it simple to assert that access to a piece of code should be done from one thread at a time
in a non-reentrant manner.
- AssertScopeExclusiveAccess() - Constructor for class com.facebook.buck.util.concurrent.AssertScopeExclusiveAccess
-
- AssertScopeExclusiveAccess.Scope - Interface in com.facebook.buck.util.concurrent
-
- asSet(Optional<T>) - Static method in class com.facebook.buck.util.OptionalCompat
-
- asSubtleText(String) - Method in class com.facebook.buck.util.Ansi
-
- asSuccessText(String) - Method in class com.facebook.buck.util.Ansi
-
- asWarningText(String) - Method in class com.facebook.buck.util.Ansi
-
- AsyncCloseable - Class in com.facebook.buck.util
-
Allows for conveniently expressing that a resource should be closed asynchronously.
- AsyncCloseable(ExecutorService) - Constructor for class com.facebook.buck.util.AsyncCloseable
-
- AsyncCounterRegistrationEvent(ImmutableCollection<Counter>) - Constructor for class com.facebook.buck.counters.CounterRegistry.AsyncCounterRegistrationEvent
-
- AsynchronousDirectoryContentsCleaner - Class in com.facebook.buck.io
-
Asynchronously cleans the contents of a directory.
- AsynchronousDirectoryContentsCleaner() - Constructor for class com.facebook.buck.io.AsynchronousDirectoryContentsCleaner
-
- AttrFilterFunction - Class in com.facebook.buck.query
-
A attrfilter(attribute, value, argument) filter expression, which computes the subset of nodes in
'argument' whose 'attribute' contains the given value.
- AttrFilterFunction() - Constructor for class com.facebook.buck.query.AttrFilterFunction
-
- AuditAliasCommand - Class in com.facebook.buck.cli
-
- AuditAliasCommand() - Constructor for class com.facebook.buck.cli.AuditAliasCommand
-
- AuditCellCommand - Class in com.facebook.buck.cli
-
- AuditCellCommand() - Constructor for class com.facebook.buck.cli.AuditCellCommand
-
- AuditClasspathCommand - Class in com.facebook.buck.cli
-
- AuditClasspathCommand() - Constructor for class com.facebook.buck.cli.AuditClasspathCommand
-
- AuditCommand - Class in com.facebook.buck.cli
-
- AuditCommand() - Constructor for class com.facebook.buck.cli.AuditCommand
-
- AuditConfigCommand - Class in com.facebook.buck.cli
-
- AuditConfigCommand() - Constructor for class com.facebook.buck.cli.AuditConfigCommand
-
- AuditDependenciesCommand - Class in com.facebook.buck.cli
-
- AuditDependenciesCommand() - Constructor for class com.facebook.buck.cli.AuditDependenciesCommand
-
- AuditFlavorsCommand - Class in com.facebook.buck.cli
-
List flavor domains for build targets.
- AuditFlavorsCommand() - Constructor for class com.facebook.buck.cli.AuditFlavorsCommand
-
- AuditInputCommand - Class in com.facebook.buck.cli
-
- AuditInputCommand() - Constructor for class com.facebook.buck.cli.AuditInputCommand
-
- AuditOwnerCommand - Class in com.facebook.buck.cli
-
- AuditOwnerCommand() - Constructor for class com.facebook.buck.cli.AuditOwnerCommand
-
- AuditRulesCommand - Class in com.facebook.buck.cli
-
Evaluates a build file and prints out an equivalent build file with all includes/macros expanded.
- AuditRulesCommand() - Constructor for class com.facebook.buck.cli.AuditRulesCommand
-
- AuditTestsCommand - Class in com.facebook.buck.cli
-
- AuditTestsCommand() - Constructor for class com.facebook.buck.cli.AuditTestsCommand
-
- AuthAwareDownloader - Interface in com.facebook.buck.file
-
Downloads bytes using an optional authentication.
- AUTO - Static variable in class com.facebook.buck.ide.intellij.aggregation.AggregationMode
-
- AutoCloseableLock - Class in com.facebook.buck.util.concurrent
-
- AutoCloseableReadWriteUpdateLock - Class in com.facebook.buck.util.concurrent
-
- AutoCloseableReadWriteUpdateLock() - Constructor for class com.facebook.buck.util.concurrent.AutoCloseableReadWriteUpdateLock
-
- autogenerateSources() - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
-
- AutomatedReport - Class in com.facebook.buck.rage
-
Responsible for gathering logs and other interesting information from buck without user
interaction.
- AutomatedReport(DefectReporter, ProjectFilesystem, Console, BuildEnvironmentDescription, VersionControlStatsGenerator, boolean, RageConfig, ExtraInfoCollector) - Constructor for class com.facebook.buck.rage.AutomatedReport
-
- AutoSparseConfig - Class in com.facebook.buck.util.autosparse
-
- AutoSparseConfig.Builder - Class in com.facebook.buck.util.autosparse
-
- AutoSparseProjectFilesystemDelegate - Class in com.facebook.buck.util.autosparse
-
Virtual project filesystem that answers questions about files via the source control manifest.
- AutoSparseProjectFilesystemDelegate(AutoSparseState, Path) - Constructor for class com.facebook.buck.util.autosparse.AutoSparseProjectFilesystemDelegate
-
- autosparseSparseRefreshFailed(AutoSparseStateEvents.SparseRefreshFailed) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
-
- autosparseSparseRefreshFinished(AutoSparseStateEvents.SparseRefreshFinished) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
-
- autosparseSparseRefreshStarted(AutoSparseStateEvents.SparseRefreshStarted) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
-
- autoSparseState - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- AutoSparseState - Interface in com.facebook.buck.util.autosparse
-
Track the state of a source control working copy, including what files could potentially be part
of a full checkout, and control the working copy sparse profile (what part of the full set of
files under source control are actually physically present on disk).
- AutoSparseStateEvents - Class in com.facebook.buck.util.autosparse
-
Events posted to mark AutoSparse progress.
- AutoSparseStateEvents.SparseRefreshFailed - Class in com.facebook.buck.util.autosparse
-
Event posted when the sparse profile refresh fails
- AutoSparseStateEvents.SparseRefreshFinished - Class in com.facebook.buck.util.autosparse
-
Event posted immediately after refreshing the sparse profile
- AutoSparseStateEvents.SparseRefreshStarted - Class in com.facebook.buck.util.autosparse
-
Event posted immediately before refreshing the sparse profile
- autoSparseStateSparseRefreshFinished(AutoSparseStateEvents.SparseRefreshFinished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- autoSparseStateSparseRefreshFinished(AutoSparseStateEvents.SparseRefreshFinished) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- autoSparseStateSparseRefreshStarted(AutoSparseStateEvents.SparseRefreshStarted) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- AutoStartInstance(Consumer<String>, Duration) - Constructor for class com.facebook.buck.cli.HangMonitor.AutoStartInstance
-
- awaitTermination(long, TimeUnit) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
-
- e_ehsize - Variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- e_entry - Variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- e_flags - Variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- e_machine - Variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- e_phentsize - Variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- e_phnum - Variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- e_phoff - Variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- e_shentsize - Variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- e_shnum - Variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- e_shoff - Variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- e_shstrndx - Variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- e_type - Variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- e_version - Variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- ECHO_COMMAND_SUFFIX - Static variable in class com.facebook.buck.android.AdbHelper
-
- EdenClient - Class in com.facebook.buck.eden
-
Client of Eden's fbthrift API.
- EdenMount - Class in com.facebook.buck.eden
-
Utility to make requests to the Eden thrift API for an (Eden mount point, Buck project root)
pair.
- EdenProjectFilesystemDelegate - Class in com.facebook.buck.eden
-
- EdenProjectFilesystemDelegate(EdenMount) - Constructor for class com.facebook.buck.eden.EdenProjectFilesystemDelegate
-
- EI_CLASS - Static variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- ei_class - Variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- EI_DATA - Static variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- ei_data - Variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- EI_MAG0 - Static variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- EI_MAG1 - Static variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- EI_MAG2 - Static variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- EI_MAG3 - Static variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- EI_NIDENT - Static variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- EI_PAD - Static variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- EI_VERSION - Static variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- Either<LEFT,RIGHT> - Class in com.facebook.buck.model
-
A simple discriminated union of two parameters.
- EitherTypeCoercer<Left,Right> - Class in com.facebook.buck.rules.coercer
-
Coerces a type to either type, trying the left type before the right.
- EitherTypeCoercer(TypeCoercer<Left>, TypeCoercer<Right>) - Constructor for class com.facebook.buck.rules.coercer.EitherTypeCoercer
-
- element() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
-
- elementScope() - Method in class com.facebook.buck.rules.keys.RuleKeyScopedHasher.ContainerScope
-
Increases element count if anything gets hashed during the element scope.
- Elf - Class in com.facebook.buck.cxx.elf
-
- Elf(ByteBuffer) - Constructor for class com.facebook.buck.cxx.elf.Elf
-
- Elf.Elf32 - Class in com.facebook.buck.cxx.elf
-
- Elf.Elf64 - Class in com.facebook.buck.cxx.elf
-
- ElfClearProgramHeadersStep - Class in com.facebook.buck.cxx
-
A step which zeros out the program headers of an ELF file.
- ElfDynamicSection - Class in com.facebook.buck.cxx.elf
-
- ElfDynamicSection.DTag - Enum in com.facebook.buck.cxx.elf
-
- ElfDynamicSectionScrubberStep - Class in com.facebook.buck.cxx
-
A step which scrubs all information from the ".dynamic" section of an ELF file which is relevant
at link time.
- ElfExtractSectionsStep - Class in com.facebook.buck.cxx
-
A step which extracts specific sections from an ELF file and compacts them into a new ELF file.
- ElfHeader - Class in com.facebook.buck.cxx.elf
-
Encapsulate the data found in an ELF header.
- ElfHeader.EIClass - Enum in com.facebook.buck.cxx.elf
-
- ElfHeader.EIData - Enum in com.facebook.buck.cxx.elf
-
- ELFMAG0 - Static variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- ELFMAG1 - Static variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- ELFMAG2 - Static variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- ELFMAG3 - Static variable in class com.facebook.buck.cxx.elf.ElfHeader
-
- ElfSection - Class in com.facebook.buck.cxx.elf
-
Encapsulates the header information and raw body of an ELF section.
- ElfSectionHeader - Class in com.facebook.buck.cxx.elf
-
Encapsulate the data in an ELF section header.
- ElfSectionHeader.SHType - Enum in com.facebook.buck.cxx.elf
-
- ElfSharedLibraryInterfaceFactory - Class in com.facebook.buck.cxx
-
Immutable implementation of AbstractElfSharedLibraryInterfaceFactory.
- ElfStringTable - Class in com.facebook.buck.cxx.elf
-
- ElfSymbolTable - Class in com.facebook.buck.cxx.elf
-
- ElfSymbolTable(ImmutableList<ElfSymbolTable.Entry>) - Constructor for class com.facebook.buck.cxx.elf.ElfSymbolTable
-
- ElfSymbolTable.Entry - Class in com.facebook.buck.cxx.elf
-
Encapsulate the data in an ELF section header.
- ElfSymbolTable.Entry.Info - Class in com.facebook.buck.cxx.elf
-
- ElfSymbolTable.Entry.Info.Bind - Enum in com.facebook.buck.cxx.elf
-
- ElfSymbolTable.Entry.Info.Type - Enum in com.facebook.buck.cxx.elf
-
- ElfSymbolTableScrubberStep - Class in com.facebook.buck.cxx
-
A step which scrubs an ELF symbol table of information relevant to dynamic linking.
- ElfVerDef - Class in com.facebook.buck.cxx.elf
-
- ElfVerDef(ImmutableList<Pair<ElfVerDef.Verdef, ImmutableList<ElfVerDef.Verdaux>>>) - Constructor for class com.facebook.buck.cxx.elf.ElfVerDef
-
- ElfVerDef.Verdaux - Class in com.facebook.buck.cxx.elf
-
- ElfVerDef.Verdef - Class in com.facebook.buck.cxx.elf
-
- ElfVerNeed - Class in com.facebook.buck.cxx.elf
-
- ElfVerNeed(ImmutableList<Pair<ElfVerNeed.Verneed, ImmutableList<ElfVerNeed.Vernaux>>>) - Constructor for class com.facebook.buck.cxx.elf.ElfVerNeed
-
- ElfVerNeed.Vernaux - Class in com.facebook.buck.cxx.elf
-
- ElfVerNeed.Verneed - Class in com.facebook.buck.cxx.elf
-
- empty(SourcePathResolver) - Static method in class com.facebook.buck.cxx.HeaderPathNormalizer
-
- EMPTY - Static variable in class com.facebook.buck.rules.TargetGraph
-
- EMPTY - Static variable in class com.facebook.buck.test.selectors.TestSelectorList
-
- empty() - Static method in class com.facebook.buck.test.selectors.TestSelectorList
-
- empty() - Static method in interface com.facebook.buck.util.RichStream
-
- EMPTY_EXTRA_CLASSPATH - Static variable in class com.facebook.buck.jvm.java.BaseCompileToJarStepFactory
-
- EMPTY_PATH - Static variable in class com.facebook.buck.io.MorePaths
-
- EMULATOR_MODE_SHORT_ARG - Static variable in class com.facebook.buck.cli.TargetDeviceCommandLineOptions
-
- enabled() - Method in class com.facebook.buck.util.autosparse.AbstractAutoSparseConfig
-
- enabled() - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig
-
- enableStringWhitelisting() - Method in class com.facebook.buck.android.FilterResourcesStep.Builder
-
- encodeBuildTarget(BuildTarget) - Static method in class com.facebook.buck.distributed.DistBuildTargetGraphCodec
-
- encodeHybridFetchRequestNoPayload() - Method in class com.facebook.buck.artifact_cache.HybridPayloadGenerator
-
- encodeHybridStoreRequestOnePayload() - Method in class com.facebook.buck.artifact_cache.HybridPayloadGenerator
-
- ENCODING - Static variable in class com.facebook.buck.testrunner.BaseRunner
-
- end() - Method in class com.facebook.buck.event.api.BuckTracing
-
- end(Map<String, String>) - Method in class com.facebook.buck.event.api.BuckTracing
-
- end(Map<String, String>) - Method in interface com.facebook.buck.event.api.BuckTracingInterface
-
- end(Map<String, String>) - Method in class com.facebook.buck.event.BuckTracingEventBusBridge
-
- end(Map<String, String>) - Method in class com.facebook.buck.jvm.java.Jsr199TracingBridge
-
- END_OF_FILE_HEADER_MARKER - Static variable in class com.facebook.buck.cxx.ObjectFileScrubbers
-
- endAnalyze() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
-
- endAnalyze() - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
-
- endAnalyze() - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
-
- endAnnotationProcessing() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
-
- endAnnotationProcessingRound(boolean) - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
-
- endAnnotationProcessingRound() - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
-
- endAnnotationProcessingRound() - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
-
- endEnter(List<String>) - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
-
- endEnter(List<String>) - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
-
- endEnter(List<String>) - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
-
- endGenerate() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
-
- endGenerate() - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
-
- endGenerate() - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
-
- EndingBuildRuleEvent(BuildRuleEvent.BeginningBuildRuleEvent) - Constructor for class com.facebook.buck.rules.BuildRuleEvent.EndingBuildRuleEvent
-
- endParse() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
-
- endParse() - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
-
- endParse() - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
-
- endRunAnnotationProcessors() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
-
- endsWithIgnoreCase(String, String) - Static method in class com.facebook.buck.util.MoreStrings
-
- enforceBuckPackageBoundaries(BuildTarget, BuildFileTree, ImmutableSet<Path>) - Method in class com.facebook.buck.parser.DefaultParserTargetNodeFactory
-
- enhance(AndroidPackageableCollection) - Method in class com.facebook.buck.android.AndroidNativeLibsPackageableGraphEnhancer
-
- enhanceForAndroid(BuildRuleParams, BuildRuleResolver, AndroidReactNativeLibraryDescriptionArg) - Method in class com.facebook.buck.js.ReactNativeLibraryGraphEnhancer
-
- enhanceForIos(BuildRuleParams, BuildRuleResolver, ReactNativeLibraryArg) - Method in class com.facebook.buck.js.ReactNativeLibraryGraphEnhancer
-
- enhancementResult - Variable in class com.facebook.buck.android.AndroidBinary
-
- ensureAndroidFacetBuilder() - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
-
- ensureConcreteFilesExist(BuckEventBus) - Method in class com.facebook.buck.eden.EdenProjectFilesystemDelegate
-
- ensureConcreteFilesExist(BuckEventBus) - Method in class com.facebook.buck.io.DefaultProjectFilesystemDelegate
-
- ensureConcreteFilesExist(BuckEventBus) - Method in class com.facebook.buck.io.ProjectFilesystem
-
Hook for virtual filesystems to materialise virtual files as Buck will need to be able to read
them past this point.
- ensureConcreteFilesExist(BuckEventBus) - Method in interface com.facebook.buck.io.ProjectFilesystemDelegate
-
Hook for virtual filesystems to materialise virtual files as Buck will need to be able to read
them past this point.
- ensureConcreteFilesExist(BuckEventBus) - Method in class com.facebook.buck.parser.PerBuildState
-
- ensureConcreteFilesExist(BuckEventBus) - Method in class com.facebook.buck.rules.Cell
-
- ensureConcreteFilesExist(BuckEventBus) - Method in class com.facebook.buck.util.autosparse.AutoSparseProjectFilesystemDelegate
-
- ensureLaunchAndHandshake() - Method in class com.facebook.buck.worker.WorkerProcess
-
- ensureLogFileIsWritten(ProjectFilesystem) - Static method in class com.facebook.buck.event.listener.JavaUtilsLoggingBuildListener
-
- enter() - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
-
- enter() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
-
- enter() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
-
- enter() - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
-
- ENTER - Static variable in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
-
- entries - Variable in class com.facebook.buck.cxx.elf.ElfSymbolTable
-
- entries - Variable in class com.facebook.buck.cxx.elf.ElfVerDef
-
- entries - Variable in class com.facebook.buck.cxx.elf.ElfVerNeed
-
- Entry(long, ElfSymbolTable.Entry.Info, int, int, long, long) - Constructor for class com.facebook.buck.cxx.elf.ElfSymbolTable.Entry
-
- entrySet() - Method in class com.facebook.buck.util.ImmutableMapWithNullValues
-
- enumerate(Iterable<T>) - Static method in class com.facebook.buck.util.MoreIterables
-
- enumerateLoadCommandsInFile(ByteBuffer, NulTerminatedCharsetDecoder, Function<LoadCommand, Boolean>) - Static method in class com.facebook.buck.macho.LoadCommandUtils
-
Enumerates the load commands in the given mach binary which is represented by the buffer by
calling the given callback, starting at buffer's position.
- enumerateSectionsInSegmentLoadCommand(ByteBuffer, MachoMagicInfo, SegmentCommand, NulTerminatedCharsetDecoder, Function<Section, Boolean>) - Static method in class com.facebook.buck.macho.SegmentCommandUtils
-
Enumerates the sections in the given segment command by calling the given callback.
- EnumTypeCoercer<E extends Enum<E>> - Class in com.facebook.buck.rules.coercer
-
- EnumTypeCoercer(Class<?>) - Constructor for class com.facebook.buck.rules.coercer.EnumTypeCoercer
-
- environment - Variable in class com.facebook.buck.ocaml.OcamlCCompileStep.Args
-
- environment - Variable in class com.facebook.buck.ocaml.OcamlLinkStep
-
- environment - Variable in class com.facebook.buck.ocaml.OcamlMLCompileStep.Args
-
- environment - Variable in class com.facebook.buck.ocaml.OcamlNativePluginStep
-
- environmentalChange(ParsingEvent.EnvVariableChange) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
-
- environmentalChange(String) - Static method in class com.facebook.buck.event.ParsingEvent
-
- EnvironmentOverrideOptionHandler - Class in com.facebook.buck.cli
-
OptionHandler used for specifying environment overrides.
- EnvironmentOverrideOptionHandler(CmdLineParser, OptionDef, Setter<? super Map<?, ?>>) - Constructor for class com.facebook.buck.cli.EnvironmentOverrideOptionHandler
-
- environmentSupportsAnsiEscapes(Platform, Map<String, String>) - Static method in class com.facebook.buck.util.AnsiEnvironmentChecking
-
Returns true if the environment supports ANSI escape sequences, false otherwise.
- EnvironmentVariableMacroExpander - Class in com.facebook.buck.rules.macros
-
Expands $(env XYZ) to use the appropriate shell expansion for the current platform.
- EnvironmentVariableMacroExpander(Platform) - Constructor for class com.facebook.buck.rules.macros.EnvironmentVariableMacroExpander
-
- envVariableChange(ParsingEvent.EnvVariableChange) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- EnvVariableChange(String) - Constructor for class com.facebook.buck.event.ParsingEvent.EnvVariableChange
-
- equals(Object) - Method in class com.facebook.buck.android.aapt.FakeRDotTxtEntryWithID
-
- equals(Object) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
-
This instance is equal to all instances of MergeAndroidResourceSourcesStep that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.aapt.RDotTxtEntry
-
- equals(Object) - Method in class com.facebook.buck.android.AaptOutputInfo
-
This instance is equal to all instances of AaptOutputInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
This instance is equal to all instances of AndroidAarDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
This instance is equal to all instances of AndroidBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
This instance is equal to all instances of AndroidBinaryResourcesGraphEnhancementResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
-
This instance is equal to all instances of AndroidBuildConfigDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
This instance is equal to all instances of AndroidGraphEnhancementResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
This instance is equal to all instances of AndroidInstrumentationApkDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
-
This instance is equal to all instances of AndroidInstrumentationTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
This instance is equal to all instances of AndroidInstrumentationTestJVMArgs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
This instance is equal to all instances of AndroidLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
-
This instance is equal to all instances of AndroidManifestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
-
This instance is equal to all instances of AndroidNativeLibsGraphEnhancementResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidPackageableCollection
-
This instance is equal to all instances of AndroidPackageableCollection that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
-
This instance is equal to all instances of ResourceDetails that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
This instance is equal to all instances of AndroidPrebuiltAarDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
This instance is equal to all instances of AndroidResourceDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
This instance is equal to all instances of ApkGenruleDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.ApkInfo
-
This instance is equal to all instances of ApkInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.APKModule
-
This instance is equal to all instances of APKModule that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
-
- equals(Object) - Method in class com.facebook.buck.android.GenAidlDescriptionArg
-
This instance is equal to all instances of GenAidlDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.GenerateBuildConfigStep
-
- equals(Object) - Method in class com.facebook.buck.android.GenerateManifestStep
-
- equals(Object) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents
-
This instance is equal to all instances of MergedNativeLibraryConstituents that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
-
This instance is equal to all instances of NativeLibraryMergeEnhancementResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.NdkCxxPlatform
-
This instance is equal to all instances of NdkCxxPlatform that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler
-
This instance is equal to all instances of NdkCxxPlatformCompiler that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
-
This instance is equal to all instances of NdkCxxPlatformTargetConfiguration that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
This instance is equal to all instances of NdkLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
-
This instance is equal to all instances of PrebuiltNativeLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.ProGuardObfuscateStep
-
- equals(Object) - Method in class com.facebook.buck.android.redex.RedexOptions
-
This instance is equal to all instances of RedexOptions that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
This instance is equal to all instances of RobolectricTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.android.StrippedObjectDescription
-
This instance is equal to all instances of StrippedObjectDescription that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
This instance is equal to all instances of AppleAssetCatalogDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
This instance is equal to all instances of AppleBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
This instance is equal to all instances of AppleBundleDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleBundleDestinations
-
This instance is equal to all instances of AppleBundleDestinations that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleBundleResources
-
This instance is equal to all instances of AppleBundleResources that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
This instance is equal to all instances of AppleCxxPlatform that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
This instance is equal to all instances of AppleLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.ApplePackageConfig
-
This instance is equal to all instances of ApplePackageConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
-
This instance is equal to all instances of ApplePackageConfigAndPlatformInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
-
This instance is equal to all instances of ApplePackageDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.ApplePlatform
-
This instance is equal to all instances of ApplePlatform that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
This instance is equal to all instances of AppleResourceDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleSdk
-
This instance is equal to all instances of AppleSdk that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleSdkPaths
-
This instance is equal to all instances of AppleSdkPaths that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
This instance is equal to all instances of AppleTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleToolchain
-
This instance is equal to all instances of AppleToolchain that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
-
This instance is equal to all instances of AppleWrapperResourceArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.CodeSignIdentity
-
This instance is equal to all instances of CodeSignIdentity that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.GroupedSource
-
This instance is equal to all instances of GroupedSource that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.MultiarchFileInfo
-
This instance is equal to all instances of MultiarchFileInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
This instance is equal to all instances of PrebuiltAppleFrameworkDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.project_generator.GenerationResult
-
This instance is equal to all instances of GenerationResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
-
This instance is equal to all instances of ProvisioningProfileMetadata that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.simulator.AppleSimulator
-
This instance is equal to all instances of AppleSimulator that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
-
This instance is equal to all instances of AppleSimulatorProfile that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.TestHostInfo
-
This instance is equal to all instances of TestHostInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
-
This instance is equal to all instances of CopyFilePhaseDestinationSpec that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.xcode.xcodeproj.ProductType
-
This instance is equal to all instances of ProductType that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
-
- equals(Object) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
This instance is equal to all instances of XcodeScriptDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
-
This instance is equal to all instances of XcodeWorkspaceConfigDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries
-
This instance is equal to all instances of ArtifactCacheEntries that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent.Finished
-
- equals(Object) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
-
This instance is equal to all instances of ArtifactInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.CacheResult
-
This instance is equal to all instances of CacheResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
-
This instance is equal to all instances of DirCacheEntry that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
-
This instance is equal to all instances of FetchResponseReadResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
-
This instance is equal to all instances of HttpArtifactCacheEventFetchData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
-
This instance is equal to all instances of HttpArtifactCacheEventStoreData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
-
This instance is equal to all instances of HttpCacheEntry that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
-
This instance is equal to all instances of MetadataAndPayloadReadResultInternal that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
This instance is equal to all instances of NetworkCacheArgs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
-
This instance is equal to all instances of StoreResponseReadResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.artifact_cache.StoreWriteResult
-
This instance is equal to all instances of StoreWriteResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
-
This instance is equal to all instances of UnixArchiveEntry that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.charset.NulTerminatedCharsetDecoder.Result
-
- equals(Object) - Method in class com.facebook.buck.cli.BuckConfig
-
- equals(Object) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
This instance is equal to all instances of CommandRunnerParams that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cli.ConfigValue
-
This instance is equal to all instances of ConfigValue that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cli.InstallResult
-
This instance is equal to all instances of InstallResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cli.ShowOptions
-
This instance is equal to all instances of ShowOptions that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cli.TestRun
-
This instance is equal to all instances of TestRun that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.command.BuildExecutionResult
-
This instance is equal to all instances of BuildExecutionResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.config.CellConfig
-
This instance is equal to all instances of CellConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.config.Config
-
- equals(Object) - Method in class com.facebook.buck.config.RawConfig
-
This instance is equal to all instances of RawConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.counters.Counter
-
- equals(Object) - Method in class com.facebook.buck.counters.CounterInfo
-
This instance is equal to all instances of CounterInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.counters.CounterSnapshot
-
This instance is equal to all instances of CounterSnapshot that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
This instance is equal to all instances of CxxBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseDependencies
-
This instance is equal to all instances of CxxCompilationDatabaseDependencies that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
-
This instance is equal to all instances of CxxCompilationDatabaseEntry that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxDeps
-
This instance is equal to all instances of CxxDeps that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
This instance is equal to all instances of CxxGenruleDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxHeadersDir
-
This instance is equal to all instances of CxxHeadersDir that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxHeaderSourceSpec
-
This instance is equal to all instances of CxxHeaderSourceSpec that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxIncludePaths
-
This instance is equal to all instances of CxxIncludePaths that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
This instance is equal to all instances of CxxLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxPlatform
-
This instance is equal to all instances of CxxPlatform that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
-
This instance is equal to all instances of CxxPrecompiledHeaderDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
-
This instance is equal to all instances of CxxPreprocessorInput that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxSandboxInclude
-
This instance is equal to all instances of CxxSandboxInclude that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxSource
-
This instance is equal to all instances of CxxSource that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
This instance is equal to all instances of CxxSourceRuleFactory that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxSourceSet
-
This instance is equal to all instances of CxxSourceSet that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
-
This instance is equal to all instances of CxxSymlinkTreeHeaders that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
This instance is equal to all instances of CxxTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.CxxTestStep
-
- equals(Object) - Method in class com.facebook.buck.cxx.CxxToolProviderParams
-
This instance is equal to all instances of CxxToolProviderParams that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.Depfiles.Depfile
-
- equals(Object) - Method in class com.facebook.buck.cxx.ElfClearProgramHeadersStep
-
This instance is equal to all instances of ElfClearProgramHeadersStep that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.ElfDynamicSectionScrubberStep
-
This instance is equal to all instances of ElfDynamicSectionScrubberStep that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.ElfExtractSectionsStep
-
This instance is equal to all instances of ElfExtractSectionsStep that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.ElfSharedLibraryInterfaceFactory
-
This instance is equal to all instances of ElfSharedLibraryInterfaceFactory that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.ElfSymbolTableScrubberStep
-
This instance is equal to all instances of ElfSymbolTableScrubberStep that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
-
This instance is equal to all instances of ExplicitCxxToolFlags that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.FrameworkDependencies
-
This instance is equal to all instances of FrameworkDependencies that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.FrameworkPathArg
-
- equals(Object) - Method in class com.facebook.buck.cxx.HeaderMapStep
-
- equals(Object) - Method in class com.facebook.buck.cxx.HeaderVerification
-
This instance is equal to all instances of HeaderVerification that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.IterableCxxToolFlags
-
This instance is equal to all instances of IterableCxxToolFlags that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.MachoHeader
-
This instance is equal to all instances of MachoHeader that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.NativeLinkableInput
-
This instance is equal to all instances of NativeLinkableInput that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.NativeLinkTargetMode
-
This instance is equal to all instances of NativeLinkTargetMode that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.OmnibusLibraries
-
This instance is equal to all instances of OmnibusLibraries that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.OmnibusLibrary
-
This instance is equal to all instances of OmnibusLibrary that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.OmnibusRoot
-
This instance is equal to all instances of OmnibusRoot that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.OmnibusRoots
-
This instance is equal to all instances of OmnibusRoots that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
This instance is equal to all instances of PrebuiltCxxLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescription
-
This instance is equal to all instances of PrebuiltCxxLibraryGroupDescription that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
This instance is equal to all instances of PrebuiltCxxLibraryGroupDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
-
This instance is equal to all instances of PreprocessorDelegateCacheKey that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.PreprocessorFlags
-
This instance is equal to all instances of PreprocessorFlags that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.cxx.RelativeLinkArg
-
- equals(Object) - Method in class com.facebook.buck.cxx.ThinArchiveArg
-
This instance is equal to all instances of ThinArchiveArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.d.DBinaryDescriptionArg
-
This instance is equal to all instances of DBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.d.DIncludes
-
This instance is equal to all instances of DIncludes that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.d.DLibraryDescriptionArg
-
This instance is equal to all instances of DLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.d.DTestDescriptionArg
-
This instance is equal to all instances of DTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.d.DTestStep
-
- equals(Object) - Method in class com.facebook.buck.dalvik.DalvikMemberReference
-
This instance is equal to all instances of DalvikMemberReference that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.distributed.AnalysisResults
-
This instance is equal to all instances of AnalysisResults that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
This instance is equal to all instances of BuildRuleMachineLogEntry that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.distributed.BuildRuleStats
-
This instance is equal to all instances of BuildRuleStats that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.distributed.BuildSlaveFinishedStatus
-
This instance is equal to all instances of BuildSlaveFinishedStatus that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
This instance is equal to all instances of DistBuildClientStats that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
-
This instance is equal to all instances of DistBuildExecutorArgs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.distributed.DistBuildStatus
-
This instance is equal to all instances of DistBuildStatus that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
-
This instance is equal to all instances of PerRuleCumulativeStats that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.doctor.config.DoctorConfig
-
This instance is equal to all instances of DoctorConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
-
This instance is equal to all instances of DoctorEndpointRequest that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
-
This instance is equal to all instances of DoctorEndpointResponse that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion
-
This instance is equal to all instances of DoctorSuggestion that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
-
This instance is equal to all instances of CsharpLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.dotnet.DotnetFramework
-
- equals(Object) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg
-
This instance is equal to all instances of PrebuiltDotnetLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.AbstractBuckEvent
-
The default implementation of equals checks to see if two events are related, are on the same
thread, and are the same concrete class.
- equals(Object) - Method in class com.facebook.buck.event.EventKey
-
This instance is equal to all instances of EventKey that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.InstallEvent.Finished
-
- equals(Object) - Method in class com.facebook.buck.event.listener.EventPair
-
This instance is equal to all instances of EventPair that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.listener.ProxyBuckEvent
-
This instance is equal to all instances of ProxyBuckEvent that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.listener.RunIdStreamPair
-
This instance is equal to all instances of RunIdStreamPair that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.PerfEventId
-
This instance is equal to all instances of PerfEventId that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.event.StartActivityEvent.Finished
-
- equals(Object) - Method in class com.facebook.buck.event.UninstallEvent.Finished
-
- equals(Object) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
This instance is equal to all instances of RemoteFileDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
-
This instance is equal to all instances of GoBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
-
This instance is equal to all instances of GoLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.go.GoLinkable
-
This instance is equal to all instances of GoLinkable that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.go.GoPlatform
-
This instance is equal to all instances of GoPlatform that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
This instance is equal to all instances of GoTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.go.GoTestStep
-
- equals(Object) - Method in class com.facebook.buck.graph.DirectedAcyclicGraph
-
- equals(Object) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
-
This instance is equal to all instances of GraphqlLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
This instance is equal to all instances of GwtBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
This instance is equal to all instances of HalideLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
-
This instance is equal to all instances of HaskellBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.haskell.HaskellCompileInput
-
This instance is equal to all instances of HaskellCompileInput that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
-
This instance is equal to all instances of HaskellLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.haskell.HaskellPackage
-
This instance is equal to all instances of HaskellPackage that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.haskell.HaskellPackageInfo
-
This instance is equal to all instances of HaskellPackageInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
-
This instance is equal to all instances of HaskellPrebuiltLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.haskell.HaskellSources
-
This instance is equal to all instances of HaskellSources that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.haskell.HaskellVersion
-
This instance is equal to all instances of HaskellVersion that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.i18n.NumberFormatterCacheKey
-
This instance is equal to all instances of NumberFormatterCacheKey that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule
-
This instance is equal to all instances of AggregationModule that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.ide.intellij.DependencyEntry
-
This instance is equal to all instances of DependencyEntry that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.ide.intellij.DependencyEntryData
-
This instance is equal to all instances of DependencyEntryData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.ide.intellij.model.ContentRoot
-
This instance is equal to all instances of ContentRoot that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.ide.intellij.model.folders.IjFolder
-
- equals(Object) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
-
This instance is equal to all instances of IjSourceFolder that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
-
This instance is equal to all instances of IjLibrary that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.ide.intellij.model.IjModule
-
This instance is equal to all instances of IjModule that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
-
This instance is equal to all instances of IjModuleAndroidFacet that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
This instance is equal to all instances of IjProjectConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.ide.intellij.model.ModuleIndexEntry
-
This instance is equal to all instances of ModuleIndexEntry that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.io.ArchiveMemberPath
-
This instance is equal to all instances of ArchiveMemberPath that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.io.BuckPaths
-
This instance is equal to all instances of BuckPaths that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.io.BuildCellRelativePath
-
This instance is equal to all instances of BuildCellRelativePath that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.io.PathOrGlobMatcher
-
- equals(Object) - Method in class com.facebook.buck.io.ProjectFilesystem
-
- equals(Object) - Method in class com.facebook.buck.io.ProjectWatch
-
This instance is equal to all instances of ProjectWatch that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.io.WatchmanDiagnostic
-
This instance is equal to all instances of WatchmanDiagnostic that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.io.WatchmanQuery
-
This instance is equal to all instances of WatchmanQuery that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
-
This instance is equal to all instances of AndroidReactNativeLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
-
This instance is equal to all instances of JsBundleDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
-
This instance is equal to all instances of JsLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
-
This instance is equal to all instances of ReactNativeLibraryArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.json.BuildFileParseExceptionData
-
This instance is equal to all instances of BuildFileParseExceptionData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
-
This instance is equal to all instances of BuildFileParseExceptionStackTraceEntry that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.json.BuildFilePythonResult
-
This instance is equal to all instances of BuildFilePythonResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.json.BuildFileSyntaxError
-
This instance is equal to all instances of BuildFileSyntaxError that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.json.ParseBuckFileEvent.Finished
-
- equals(Object) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
-
This instance is equal to all instances of ProjectBuildFileParserOptions that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
This instance is equal to all instances of GroovyLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
This instance is equal to all instances of GroovyTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
-
This instance is equal to all instances of AnnotationProcessingParams that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.DiffAbisStep
-
This instance is equal to all instances of DiffAbisStep that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
-
This instance is equal to all instances of DirectToJarOutputSettings that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
-
This instance is equal to all instances of JavaAnnotationProcessorDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
This instance is equal to all instances of JavaBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
This instance is equal to all instances of JavacExecutionContext that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavacOptions
-
This instance is equal to all instances of JavacOptions that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields
-
This instance is equal to all instances of JavacPluginJsr199Fields that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
-
This instance is equal to all instances of JavacPluginProperties that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavacSpec
-
This instance is equal to all instances of JavacSpec that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavacVersion
-
This instance is equal to all instances of JavacVersion that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
This instance is equal to all instances of JavaLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavaOptions
-
This instance is equal to all instances of JavaOptions that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
This instance is equal to all instances of JavaTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
This instance is equal to all instances of JUnitJvmArgs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
-
This instance is equal to all instances of KeystoreDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
This instance is equal to all instances of PrebuiltJarDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.kotlin.KotlincVersion
-
This instance is equal to all instances of KotlincVersion that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
This instance is equal to all instances of KotlinLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
This instance is equal to all instances of KotlinTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
This instance is equal to all instances of ScalaLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
This instance is equal to all instances of ScalaTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.log.CacheUploadInfo
-
This instance is equal to all instances of CacheUploadInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.log.ErrorLogRecord
-
This instance is equal to all instances of ErrorLogRecord that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.log.InvocationInfo
-
This instance is equal to all instances of InvocationInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.log.LogConfigSetup
-
This instance is equal to all instances of LogConfigSetup that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.log.PerfTimesStats
-
This instance is equal to all instances of PerfTimesStats that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
This instance is equal to all instances of CxxLuaExtensionDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
-
This instance is equal to all instances of LuaBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.lua.LuaBinaryPackageComponents
-
This instance is equal to all instances of LuaBinaryPackageComponents that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
-
This instance is equal to all instances of LuaLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.lua.LuaPackageComponents
-
This instance is equal to all instances of LuaPackageComponents that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.lua.LuaScriptStarter
-
This instance is equal to all instances of LuaScriptStarter that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.lua.NativeExecutableStarter
-
This instance is equal to all instances of NativeExecutableStarter that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.macho.FatArch
-
This instance is equal to all instances of FatArch that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.macho.FatHeader
-
This instance is equal to all instances of FatHeader that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.macho.LinkEditDataCommand
-
This instance is equal to all instances of LinkEditDataCommand that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.macho.LoadCommandCommonFields
-
This instance is equal to all instances of LoadCommandCommonFields that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.macho.MachoHeader
-
This instance is equal to all instances of MachoHeader that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.macho.Nlist
-
This instance is equal to all instances of Nlist that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.macho.Section
-
This instance is equal to all instances of Section that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.macho.SegmentCommand
-
This instance is equal to all instances of SegmentCommand that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.macho.SymTabCommand
-
This instance is equal to all instances of SymTabCommand that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.macho.UnknownCommand
-
This instance is equal to all instances of UnknownCommand that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.macho.UUIDCommand
-
This instance is equal to all instances of UUIDCommand that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.model.BuildId
-
- equals(Object) - Method in class com.facebook.buck.model.BuildTarget
-
This instance is equal to all instances of BuildTarget that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.model.Either
-
- equals(Object) - Method in class com.facebook.buck.model.ImmediateDirectoryBuildTargetPattern
-
This instance is equal to all instances of ImmediateDirectoryBuildTargetPattern that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.model.MacroMatchResult
-
This instance is equal to all instances of MacroMatchResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.model.Pair
-
- equals(Object) - Method in class com.facebook.buck.model.SingletonBuildTargetPattern
-
This instance is equal to all instances of SingletonBuildTargetPattern that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.model.SubdirectoryBuildTargetPattern
-
This instance is equal to all instances of SubdirectoryBuildTargetPattern that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.model.UnflavoredBuildTarget
-
This instance is equal to all instances of UnflavoredBuildTarget that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
-
This instance is equal to all instances of OcamlBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
This instance is equal to all instances of OcamlBuildContext that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
-
This instance is equal to all instances of OcamlGeneratedBuildRules that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
-
This instance is equal to all instances of OcamlLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
This instance is equal to all instances of PrebuiltOcamlLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.parser.BuildFileSpec
-
This instance is equal to all instances of BuildFileSpec that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.parser.BuildTargetSpec
-
This instance is equal to all instances of BuildTargetSpec that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.parser.ParserConfig
-
This instance is equal to all instances of ParserConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.parser.SpeculativeParsing
-
This instance is equal to all instances of SpeculativeParsing that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.parser.TargetNodePredicateSpec
-
This instance is equal to all instances of TargetNodePredicateSpec that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
This instance is equal to all instances of CxxPythonExtensionDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.python.NeededCoverageSpec
-
This instance is equal to all instances of NeededCoverageSpec that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
-
This instance is equal to all instances of PrebuiltPythonLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
This instance is equal to all instances of PythonBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
-
This instance is equal to all instances of PythonLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.python.PythonPackageComponents
-
This instance is equal to all instances of PythonPackageComponents that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.python.PythonPlatform
-
This instance is equal to all instances of PythonPlatform that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
This instance is equal to all instances of PythonTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.python.PythonVersion
-
This instance is equal to all instances of PythonVersion that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.query.BinaryOperatorExpression
-
This instance is equal to all instances of BinaryOperatorExpression that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.query.QueryBuildTarget
-
This instance is equal to all instances of QueryBuildTarget that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.query.QueryEnvironment.Argument
-
- equals(Object) - Method in class com.facebook.buck.query.QueryFileTarget
-
This instance is equal to all instances of QueryFileTarget that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.query.SetExpression
-
This instance is equal to all instances of SetExpression that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.query.TargetLiteral
-
This instance is equal to all instances of TargetLiteral that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rage.BuildLogEntry
-
This instance is equal to all instances of BuildLogEntry that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rage.DefectReport
-
This instance is equal to all instances of DefectReport that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rage.DefectSubmitResult
-
This instance is equal to all instances of DefectSubmitResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rage.ExtraInfoResult
-
This instance is equal to all instances of ExtraInfoResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rage.FileChangesIgnoredReport
-
This instance is equal to all instances of FileChangesIgnoredReport that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rage.RageConfig
-
This instance is equal to all instances of RageConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rage.RageJsonResponse
-
This instance is equal to all instances of RageJsonResponse that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rage.SourceControlInfo
-
This instance is equal to all instances of SourceControlInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rage.UserLocalConfiguration
-
This instance is equal to all instances of UserLocalConfiguration that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rage.UserReport
-
This instance is equal to all instances of UserReport that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.AbstractBuildRule
-
- equals(Object) - Method in class com.facebook.buck.rules.ActionGraphAndResolver
-
This instance is equal to all instances of ActionGraphAndResolver that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.ArchiveMemberSourcePath
-
This instance is equal to all instances of ArchiveMemberSourcePath that have equal attribute values.
- equals(Object) - Method in interface com.facebook.buck.rules.args.Arg
-
- equals(Object) - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
-
- equals(Object) - Method in class com.facebook.buck.rules.args.MacroArg
-
- equals(Object) - Method in class com.facebook.buck.rules.args.ProxyArg
-
- equals(Object) - Method in class com.facebook.buck.rules.args.SanitizedArg
-
- equals(Object) - Method in class com.facebook.buck.rules.args.SourcePathArg
-
This instance is equal to all instances of SourcePathArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.args.StringArg
-
This instance is equal to all instances of StringArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.args.StringWithMacrosArg
-
This instance is equal to all instances of StringWithMacrosArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.BuildContext
-
This instance is equal to all instances of BuildContext that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.BuildEngineBuildContext
-
This instance is equal to all instances of BuildEngineBuildContext that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.BuildEngineResult
-
This instance is equal to all instances of BuildEngineResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.BuildEvent.DistBuildFinished
-
- equals(Object) - Method in class com.facebook.buck.rules.BuildEvent.Finished
-
- equals(Object) - Method in class com.facebook.buck.rules.BuildEvent.RuleCountCalculated
-
- equals(Object) - Method in class com.facebook.buck.rules.BuildEvent.UnskippedRuleCountUpdated
-
- equals(Object) - Method in class com.facebook.buck.rules.BuildRuleKeys
-
This instance is equal to all instances of BuildRuleKeys that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.BuildRuleType
-
This instance is equal to all instances of BuildRuleType that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.CachingBuildEngineBuckConfig
-
This instance is equal to all instances of CachingBuildEngineBuckConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.Cell
-
- equals(Object) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields
-
This instance is equal to all instances of BuildConfigFields that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
-
This instance is equal to all instances of Field that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.coercer.DefaultTypeCoercerFactory
-
- equals(Object) - Method in class com.facebook.buck.rules.coercer.FrameworkPath
-
This instance is equal to all instances of FrameworkPath that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
-
This instance is equal to all instances of ManifestEntries that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.coercer.OcamlSource
-
This instance is equal to all instances of OcamlSource that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.coercer.ParamInfo
-
- equals(Object) - Method in class com.facebook.buck.rules.coercer.SourceList
-
This instance is equal to all instances of SourceList that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
-
This instance is equal to all instances of SourceWithFlagsList that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.DefaultBuildTargetSourcePath
-
- equals(Object) - Method in class com.facebook.buck.rules.DistBuildCellParams
-
This instance is equal to all instances of DistBuildCellParams that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.ExopackageInfo.DexInfo
-
This instance is equal to all instances of DexInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.ExopackageInfo
-
This instance is equal to all instances of ExopackageInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.ExopackageInfo.NativeLibsInfo
-
This instance is equal to all instances of NativeLibsInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.ExopackageInfo.ResourcesInfo
-
This instance is equal to all instances of ResourcesInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.ExplicitBuildTargetSourcePath
-
- equals(Object) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
-
This instance is equal to all instances of ExternalTestRunnerTestSpec that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.ForwardingBuildTargetSourcePath
-
- equals(Object) - Method in class com.facebook.buck.rules.keys.DependencyFileEntry
-
This instance is equal to all instances of DependencyFileEntry that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.keys.RuleKeyAndInputs
-
This instance is equal to all instances of RuleKeyAndInputs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.keys.RuleKeyFactories
-
This instance is equal to all instances of RuleKeyFactories that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.keys.RuleKeyInput
-
This instance is equal to all instances of RuleKeyInput that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.keys.RuleKeyResult
-
- equals(Object) - Method in class com.facebook.buck.rules.macros.ClasspathMacro
-
This instance is equal to all instances of ClasspathMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.ExecutableMacro
-
This instance is equal to all instances of ExecutableMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.LocationMacro
-
This instance is equal to all instances of LocationMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.MavenCoordinatesMacro
-
This instance is equal to all instances of MavenCoordinatesMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.QueryOutputsMacro
-
This instance is equal to all instances of QueryOutputsMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.QueryTargetsMacro
-
This instance is equal to all instances of QueryTargetsMacro that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.macros.StringWithMacros
-
This instance is equal to all instances of StringWithMacros that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.PathSourcePath
-
- equals(Object) - Method in class com.facebook.buck.rules.query.Query
-
This instance is equal to all instances of Query that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.RelativeCellName
-
This instance is equal to all instances of RelativeCellName that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.ResourceAwareSchedulingInfo
-
This instance is equal to all instances of ResourceAwareSchedulingInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.RuleKey
-
- equals(Object) - Method in class com.facebook.buck.rules.RuleScheduleInfo
-
This instance is equal to all instances of RuleScheduleInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.SourceWithFlags
-
This instance is equal to all instances of SourceWithFlags that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.TargetGraph
-
- equals(Object) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
-
This instance is equal to all instances of TargetGraphAndBuildTargets that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.TargetGraphAndTargetNodes
-
This instance is equal to all instances of TargetGraphAndTargetNodes that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rules.VersionedTool
-
This instance is equal to all instances of VersionedTool that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
-
This instance is equal to all instances of PrebuiltRustLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
-
This instance is equal to all instances of RustBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rust.RustLibraryArg
-
- equals(Object) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
-
This instance is equal to all instances of RustLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
This instance is equal to all instances of RustTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
-
This instance is equal to all instances of ExportFileDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
This instance is equal to all instances of GenruleDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
-
This instance is equal to all instances of ShBinaryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
This instance is equal to all instances of ShTestDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
This instance is equal to all instances of WorkerToolDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
This instance is equal to all instances of ClientSideSlbConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
-
This instance is equal to all instances of LoadBalancedServiceEventData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.slb.LoadBalancerPingEventData
-
This instance is equal to all instances of LoadBalancerPingEventData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.slb.PerServerData
-
This instance is equal to all instances of PerServerData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.slb.PerServerPingData
-
This instance is equal to all instances of PerServerPingData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData
-
This instance is equal to all instances of ServerHealthManagerEventData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig
-
This instance is equal to all instances of ThriftOverHttpServiceConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.step.AbstractTestStep
-
- equals(Object) - Method in class com.facebook.buck.step.ExecutionContext
-
This instance is equal to all instances of ExecutionContext that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.step.fs.MkdirStep
-
This instance is equal to all instances of MkdirStep that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.step.fs.RmStep
-
This instance is equal to all instances of RmStep that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.step.fs.SymlinkFileStep
-
This instance is equal to all instances of SymlinkFileStep that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.step.fs.SymlinkTreeStep
-
- equals(Object) - Method in class com.facebook.buck.step.fs.TouchStep
-
- equals(Object) - Method in class com.facebook.buck.step.StepEvent.Finished
-
- equals(Object) - Method in class com.facebook.buck.step.StepExecutionResult
-
This instance is equal to all instances of StepExecutionResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
This instance is equal to all instances of SwiftLibraryDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.swift.SwiftPlatform
-
This instance is equal to all instances of SwiftPlatform that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.test.selectors.TestDescription
-
- equals(Object) - Method in class com.facebook.buck.test.TestResults
-
This instance is equal to all instances of TestResults that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.test.TestResultSummary
-
- equals(Object) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity
-
This instance is equal to all instances of TestResultSummaryVerbosity that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.test.TestRunningOptions
-
This instance is equal to all instances of TestRunningOptions that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.test.TestStatusMessage
-
This instance is equal to all instances of TestStatusMessage that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.timing.ClockDuration
-
- equals(Object) - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig
-
This instance is equal to all instances of AutoSparseConfig that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.autosparse.ManifestInfo
-
This instance is equal to all instances of ManifestInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
-
This instance is equal to all instances of FileHashCacheVerificationResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
-
This instance is equal to all instances of HashCodeAndFileType that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.concurrent.ListeningSemaphoreArrayPendingItem
-
This instance is equal to all instances of ListeningSemaphoreArrayPendingItem that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
-
This instance is equal to all instances of ResourceAmounts that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.DirectoryCleanerArgs
-
This instance is equal to all instances of DirectoryCleanerArgs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
This instance is equal to all instances of BuildEnvironmentDescription that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.ImmutableMapWithNullValues
-
- equals(Object) - Method in class com.facebook.buck.util.network.AbstractBatchingLogger.BatchEntry
-
- equals(Object) - Method in class com.facebook.buck.util.network.offline.ScribeData
-
This instance is equal to all instances of ScribeData that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.PatternAndMessage
-
This instance is equal to all instances of PatternAndMessage that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.ProcessExecutorParams
-
This instance is equal to all instances of ProcessExecutorParams that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.ProcessResourceConsumption
-
This instance is equal to all instances of ProcessResourceConsumption that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.SampleRate
-
This instance is equal to all instances of SampleRate that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.sha1.Sha1HashCode
-
- equals(Object) - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
-
This instance is equal to all instances of FastVersionControlStats that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
-
This instance is equal to all instances of FullVersionControlStats that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.versioncontrol.SparseSummary
-
This instance is equal to all instances of SparseSummary that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.WatchmanOverflowEvent
-
This instance is equal to all instances of WatchmanOverflowEvent that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.util.WatchmanPathEvent
-
This instance is equal to all instances of WatchmanPathEvent that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.versions.CachedVersionedTargetGraph
-
This instance is equal to all instances of CachedVersionedTargetGraph that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.versions.ExactConstraint
-
This instance is equal to all instances of ExactConstraint that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.versions.FlavorSearchTargetNodeFinder
-
This instance is equal to all instances of FlavorSearchTargetNodeFinder that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.versions.Version
-
This instance is equal to all instances of Version that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.versions.VersionedAliasDescription
-
This instance is equal to all instances of VersionedAliasDescription that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
-
This instance is equal to all instances of VersionedAliasDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.versions.VersionedTargetGraphCacheResult
-
This instance is equal to all instances of VersionedTargetGraphCacheResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.versions.VersionedTargetGraphInputs
-
This instance is equal to all instances of VersionedTargetGraphInputs that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.versions.VersionInfo
-
This instance is equal to all instances of VersionInfo that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.versions.VersionUniverse
-
This instance is equal to all instances of VersionUniverse that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.worker.WorkerJobParams
-
This instance is equal to all instances of WorkerJobParams that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.worker.WorkerJobResult
-
This instance is equal to all instances of WorkerJobResult that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.worker.WorkerProcessCommand
-
This instance is equal to all instances of WorkerProcessCommand that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.worker.WorkerProcessIdentity
-
This instance is equal to all instances of WorkerProcessIdentity that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.worker.WorkerProcessParams
-
This instance is equal to all instances of WorkerProcessParams that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg
-
This instance is equal to all instances of ZipFileDescriptionArg that have equal attribute values.
- equals(Object) - Method in class com.facebook.buck.zip.ZipScrubberStep
-
This instance is equal to all instances of ZipScrubberStep that have equal attribute values.
- equalsForDaemonRestart(BuckConfig) - Method in class com.facebook.buck.cli.BuckConfig
-
- equalsIgnoring(Config, ImmutableMap<String, ImmutableSet<String>>) - Method in class com.facebook.buck.config.Config
-
- equalTo(QueryEnvironment.Argument) - Method in class com.facebook.buck.query.QueryEnvironment.Argument
-
- error(Throwable, String, Object...) - Method in class com.facebook.buck.android.BuckEventAndroidLogger
-
- error(Throwable, String) - Method in class com.facebook.buck.log.Logger
-
Logs a message at ERROR level.
- error(String) - Method in class com.facebook.buck.log.Logger
-
Logs a message at ERROR level.
- error(Throwable, String, Object...) - Method in class com.facebook.buck.log.Logger
-
Logs a message at ERROR level.
- error(Throwable) - Method in class com.facebook.buck.log.Logger
-
Logs a message at ERROR level.
- error(String, Object...) - Method in class com.facebook.buck.log.Logger
-
Logs a message at ERROR level.
- ErrorLogRecord - Class in com.facebook.buck.log
-
Immutable implementation of AbstractErrorLogRecord.
- ErrorLogRecord.Builder - Class in com.facebook.buck.log
-
- escape(Escaper.Quoter, CharMatcher, String) - Static method in class com.facebook.buck.util.Escaper
-
Escapes the special characters identified the CharMatcher, using single quotes.
- escapeAsBashString(String) - Static method in class com.facebook.buck.util.Escaper
-
Quotes a string to be passed to Bash, if necessary.
- escapeAsBashString(Path) - Static method in class com.facebook.buck.util.Escaper
-
- escapeAsMakefileValueString(String) - Static method in class com.facebook.buck.util.Escaper
-
- escapeAsPythonString(String) - Static method in class com.facebook.buck.util.Escaper
-
- escapeAsShellString(String) - Static method in class com.facebook.buck.util.Escaper
-
Quotes a string to be passed to the shell, if necessary.
- escapePathForCIncludeString(Path) - Static method in class com.facebook.buck.util.Escaper
-
Escapes forward slashes in a Path as a String that is safe to consume with other tools (such as
gcc).
- Escaper - Class in com.facebook.buck.util
-
- escaper(Escaper.Quoter, CharMatcher) - Static method in class com.facebook.buck.util.Escaper
-
- Escaper.Quoter - Enum in com.facebook.buck.util
-
The quoting style to use when escaping.
- EstimateDexWeightStep - Class in com.facebook.buck.dalvik
-
- EstimateDexWeightStep(ProjectFilesystem, Path) - Constructor for class com.facebook.buck.dalvik.EstimateDexWeightStep
-
This uses an estimator that uses the size of the .class file as the estimate.
- estimatedLinearAllocSize - Variable in class com.facebook.buck.dalvik.DalvikStatsTool.Stats
-
Estimated bytes the class will contribute to Dalvik linear alloc.
- eval(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, ListeningExecutorService) - Method in class com.facebook.buck.query.AllPathsFunction
-
- eval(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, ListeningExecutorService) - Method in class com.facebook.buck.query.AttrFilterFunction
-
- eval(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, ListeningExecutorService) - Method in class com.facebook.buck.query.BuildFileFunction
-
- eval(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, ListeningExecutorService) - Method in class com.facebook.buck.query.DepsFunction
-
Evaluates to the dependencies of the argument.
- eval(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, ListeningExecutorService) - Method in class com.facebook.buck.query.DepsFunction.FirstOrderDepsFunction
-
- eval(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, ListeningExecutorService) - Method in class com.facebook.buck.query.InputsFunction
-
Evaluates to the direct inputs of the argument.
- eval(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, ListeningExecutorService) - Method in class com.facebook.buck.query.LabelsFunction
-
- eval(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, ListeningExecutorService) - Method in class com.facebook.buck.query.OwnerFunction
-
- eval(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, ListeningExecutorService) - Method in interface com.facebook.buck.query.QueryEnvironment.QueryFunction
-
Called when a user-defined function is to be evaluated.
- eval(QueryEnvironment, ListeningExecutorService) - Method in class com.facebook.buck.query.QueryExpression
-
Evaluates this query in the specified environment, and returns a (possibly-immutable) set of
targets.
- eval(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, ListeningExecutorService) - Method in class com.facebook.buck.query.RdepsFunction
-
Evaluates to the reverse dependencies of the argument 'x' in the transitive closure of the set
'u'.
- eval(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, ListeningExecutorService) - Method in class com.facebook.buck.query.TestsOfFunction
-
- eval(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, ListeningExecutorService) - Method in class com.facebook.buck.rules.query.ClasspathFunction
-
- evaluateQuery(QueryExpression, ListeningExecutorService) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
-
Evaluate the specified query expression in this environment.
- evaluateQuery(String, ListeningExecutorService) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- Event(EventKey, RuleKeyCalculationEvent.Type) - Constructor for class com.facebook.buck.event.RuleKeyCalculationEvent.Event
-
- EVENT_NAME - Static variable in interface com.facebook.buck.event.external.events.CacheRateStatsUpdateExternalEventInterface
-
- EventKey - Class in com.facebook.buck.event
-
Immutable implementation of AbstractEventKey.
- EventKey.Builder - Class in com.facebook.buck.event
-
- EventPair - Class in com.facebook.buck.event.listener
-
Utility class to help match up start and end events
- EventPair.Builder - Class in com.facebook.buck.event.listener
-
- EventPostingRuleKeyCacheScope<V> - Class in com.facebook.buck.rules.keys
-
- EventPostingRuleKeyCacheScope(BuckEventBus, RuleKeyCache<V>) - Constructor for class com.facebook.buck.rules.keys.EventPostingRuleKeyCacheScope
-
- ExactConstraint - Class in com.facebook.buck.versions
-
Immutable implementation of AbstractExactConstraint.
- ExceptionWithHumanReadableMessage - Interface in com.facebook.buck.util
-
- ExcludeFolder - Class in com.facebook.buck.ide.intellij.model.folders
-
A path which contains a set of sources we wish to present to IntelliJ.
- ExcludeFolder(Path) - Constructor for class com.facebook.buck.ide.intellij.model.folders.ExcludeFolder
-
- executable - Variable in class com.facebook.buck.cxx.CxxLinkAndCompileRules
-
- ExecutableFinder - Class in com.facebook.buck.io
-
Given the name of an executable, search a set of (possibly platform-specific) known locations for
that executable.
- ExecutableFinder() - Constructor for class com.facebook.buck.io.ExecutableFinder
-
- ExecutableFinder(Platform) - Constructor for class com.facebook.buck.io.ExecutableFinder
-
- ExecutableMacro - Class in com.facebook.buck.rules.macros
-
Immutable implementation of AbstractExecutableMacro.
- ExecutableMacroExpander - Class in com.facebook.buck.rules.macros
-
Resolves to the executable command for a build target referencing a
BinaryBuildRule.
- ExecutableMacroExpander() - Constructor for class com.facebook.buck.rules.macros.ExecutableMacroExpander
-
- ExecutableMacroTypeCoercer - Class in com.facebook.buck.rules.coercer
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.aapt.MiniAapt
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.ApkBuilderStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.ApkInstallStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.CompileStringsStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.ConcatStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.DxStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.ExtractFromAndroidManifestStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.FilterResourcesStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.GenerateBuildConfigStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.GenerateManifestStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.GenStringSourceMapStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.GetStringsFilesStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.HashInputJarsToDexStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.IntraDexReorderStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.MergeAndroidResourcesStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.ProGuardObfuscateStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.ReplaceManifestPlaceholdersStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.SmartDexingStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.android.SplitZipStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.cxx.ArchiveStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.cxx.CxxCollectAndLogInferDependenciesStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompileStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.cxx.CxxWriteArgsToFileStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.cxx.HeaderMapStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.cxx.StripSymbolsStep
-
- execute() - Method in class com.facebook.buck.dalvik.DalvikAwareZipSplitter
-
- execute(ExecutionContext) - Method in class com.facebook.buck.dalvik.EstimateDexWeightStep
-
- execute() - Method in interface com.facebook.buck.dalvik.ZipSplitter
-
Writes the primary zip file and if necessary, the secondary zip files.
- execute(ExecutionContext) - Method in class com.facebook.buck.file.DownloadStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.json.JsonConcatenateStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.AccumulateClassNamesStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.CalculateAbiFromClassesStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.CopyResourcesStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.GenerateCodeCoverageReportStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JarDirectoryStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JavacDirectToJarStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JavacStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.jvm.kotlin.KotlincStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlBuildStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlDebugLauncherStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.python.PythonRunTestsStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.rules.RecordFileSha1Step
-
- execute(ExecutionContext) - Method in class com.facebook.buck.shell.AbstractGenruleStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.shell.RunShTestAndRecordResultStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.shell.ShellStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.shell.SymlinkFilesIntoDirectoryStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.shell.WorkerShellStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.AbstractExecutionStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.AbstractTestStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.ConditionalStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.CopyStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.FileScrubberStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.FindAndReplaceStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.LogContentsOfFileStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.MakeExecutableStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.MoveStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.StringTemplateStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.SymCopyStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.SymlinkTreeStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.TouchStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.WriteFileStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.XzStep
-
- execute(ExecutionContext) - Method in interface com.facebook.buck.step.Step
-
- execute(Runnable) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
-
- execute(ProcessExecutor.LaunchedProcess, Set<ProcessExecutor.Option>, Optional<String>, Optional<Long>, Optional<Consumer<Process>>) - Method in class com.facebook.buck.util.DefaultProcessExecutor
-
Executes the specified already-launched process.
- execute(ExecutionContext) - Method in class com.facebook.buck.zip.RepackZipEntriesStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.zip.UnzipStep
-
- execute(ExecutionContext) - Method in class com.facebook.buck.zip.ZipStep
-
- executeAndPrintFailuresToEventBus(Iterable<BuildTarget>, boolean, BuckEventBus, Console, Optional<Path>) - Method in class com.facebook.buck.command.Build
-
- executeAndPrintFailuresToEventBus(ListeningExecutorService, ProjectFilesystem, FileHashCache, BuckEventBus, BuildMode, int, String, String) - Method in class com.facebook.buck.distributed.DistBuildClientExecutor
-
- executeBuild(Iterable<? extends BuildTarget>, boolean) - Method in class com.facebook.buck.command.Build
-
If isKeepGoing is false, then this returns a future that succeeds only if all of rulesToBuild build successfully.
- executeCommandWithErrorChecking(IDevice, String) - Static method in class com.facebook.buck.android.AdbHelper
-
Runs a command on a device and throws an exception if it fails.
- executeLocalBuild(CommandRunnerParams, ActionGraphAndResolver, WeightedListeningExecutorService) - Method in class com.facebook.buck.cli.BuildCommand
-
- ExecutionContext - Class in com.facebook.buck.step
-
Immutable implementation of AbstractExecutionContext.
- ExecutionContext.Builder - Class in com.facebook.buck.step
-
- ExecutionEnvironment - Interface in com.facebook.buck.util.environment
-
- ExecutionResult(StampedeId, int) - Constructor for class com.facebook.buck.distributed.DistBuildClientExecutor.ExecutionResult
-
- ExecutorPool - Enum in com.facebook.buck.step
-
- executorService - Variable in class com.facebook.buck.parser.ConvertingPipeline
-
- exists(Path, LinkOption...) - Method in class com.facebook.buck.eden.EdenProjectFilesystemDelegate
-
- exists(Path, LinkOption...) - Method in class com.facebook.buck.io.DefaultProjectFilesystemDelegate
-
- exists(Path, LinkOption...) - Method in class com.facebook.buck.io.ProjectFilesystem
-
- exists(Path, LinkOption...) - Method in interface com.facebook.buck.io.ProjectFilesystemDelegate
-
- exists(Path, LinkOption...) - Method in class com.facebook.buck.util.autosparse.AutoSparseProjectFilesystemDelegate
-
- existsInManifest(Path) - Method in interface com.facebook.buck.util.autosparse.AutoSparseState
-
Query if a file is available in the source control manifest (and is thus tracked by source
control)
- existsInManifest(Path) - Method in class com.facebook.buck.util.autosparse.HgAutoSparseState
-
- exitCode - Variable in exception com.facebook.buck.android.AdbHelper.CommandFailedException
-
- exitCode - Variable in class com.facebook.buck.distributed.DistBuildClientExecutor.ExecutionResult
-
- EXOPACKAGE_FLAGS - Static variable in class com.facebook.buck.android.BuildConfigs
-
Name of a global variable that includes the exopackage configuration as a bitmask.
- EXOPACKAGE_INSTALL_ROOT - Static variable in class com.facebook.buck.android.exopackage.ExopackageInstaller
-
- ExopackageDevice - Interface in com.facebook.buck.android.exopackage
-
- ExopackageInfo - Class in com.facebook.buck.rules
-
Immutable implementation of AbstractExopackageInfo.
- ExopackageInfo.Builder - Class in com.facebook.buck.rules
-
- ExopackageInfo.DexInfo - Class in com.facebook.buck.rules
-
Immutable implementation of AbstractExopackageInfo.AbstractDexInfo.
- ExopackageInfo.DexInfo.Builder - Class in com.facebook.buck.rules
-
- ExopackageInfo.NativeLibsInfo - Class in com.facebook.buck.rules
-
Immutable implementation of AbstractExopackageInfo.AbstractNativeLibsInfo.
- ExopackageInfo.NativeLibsInfo.Builder - Class in com.facebook.buck.rules
-
- ExopackageInfo.ResourcesInfo - Class in com.facebook.buck.rules
-
Immutable implementation of AbstractExopackageInfo.AbstractResourcesInfo.
- ExopackageInfo.ResourcesInfo.Builder - Class in com.facebook.buck.rules
-
- ExopackageInstaller - Class in com.facebook.buck.android.exopackage
-
ExopackageInstaller manages the installation of apps with the "exopackage" flag set to true.
- ExopackageInstaller(SourcePathResolver, ExecutionContext, AdbHelper, HasInstallableApk) - Constructor for class com.facebook.buck.android.exopackage.ExopackageInstaller
-
- ExopackageInstaller(SourcePathResolver, ExecutionContext, ExopackageInstaller.AdbInterface, HasInstallableApk) - Constructor for class com.facebook.buck.android.exopackage.ExopackageInstaller
-
- ExopackageInstaller.AdbInterface - Interface in com.facebook.buck.android.exopackage
-
AdbInterface provides a way to interact with multiple devices as ExopackageDevices (rather than
IDevices).
- ExopackageInstaller.AdbInterface.AdbCallable - Interface in com.facebook.buck.android.exopackage
-
This is basically the same as AdbHelper.AdbCallable except that it takes an ExopackageDevice
instead of an IDevice.
- ExoResourcesRewriter - Class in com.facebook.buck.android.resources
-
ExoResourceRewriter is the core of constructing build outputs for exo-for-resources.
- expand(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>, Object) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
-
- expand(SourcePathResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.BuildTargetMacroExpander
-
- expand(SourcePathResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.ClasspathMacroExpander
-
- expand(SourcePathResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.ExecutableMacroExpander
-
- expand(SourcePathResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.LocationMacroExpander
-
- expand(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>, Object) - Method in interface com.facebook.buck.rules.macros.MacroExpander
-
Expand the input given for the this macro to some string.
- expand(BuildTarget, CellPathResolver, BuildRuleResolver, String) - Method in class com.facebook.buck.rules.macros.MacroHandler
-
- expand(BuildTarget, CellPathResolver, BuildRuleResolver, String, Map<MacroMatchResult, Object>) - Method in class com.facebook.buck.rules.macros.MacroHandler
-
- expand(SourcePathResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.MavenCoordinatesMacroExpander
-
- expand(SourcePathResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.WorkerMacroExpander
-
- expandAtFiles(String[], Path) - Static method in class com.facebook.buck.util.BuckArgsMethods
-
Expland AT-file syntax in a way that matches what args4j does.
- expander - Variable in class com.facebook.buck.rules.args.MacroArg
-
- expandForFile(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>, Object) - Method in class com.facebook.buck.rules.macros.ClasspathMacroExpander
-
- expandForFile(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>, Object) - Method in interface com.facebook.buck.rules.macros.MacroExpander
-
Expand the input given for the this macro to some string, which is intended to be written to a
file.
- expandFrom(BuildTarget, CellPathResolver, BuildRuleResolver, T, P) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
-
- expandFrom(BuildTarget, CellPathResolver, BuildRuleResolver, T, Object) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpanderWithoutPrecomputedWork
-
- expandFrom(BuildTarget, CellPathResolver, BuildRuleResolver, T) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpanderWithoutPrecomputedWork
-
- expandFrom(BuildTarget, CellPathResolver, BuildRuleResolver, M) - Method in class com.facebook.buck.rules.macros.BuildTargetMacroExpander
-
- expandFrom(BuildTarget, CellPathResolver, BuildRuleResolver, String) - Method in class com.facebook.buck.rules.macros.EnvironmentVariableMacroExpander
-
- expandFrom(BuildTarget, CellPathResolver, BuildRuleResolver, QueryOutputsMacro, QueryMacroExpander.QueryResults) - Method in class com.facebook.buck.rules.macros.QueryOutputsMacroExpander
-
- expandFrom(BuildTarget, CellPathResolver, BuildRuleResolver, QueryTargetsMacro, QueryMacroExpander.QueryResults) - Method in class com.facebook.buck.rules.macros.QueryTargetsMacroExpander
-
- expandFrom(BuildTarget, CellPathResolver, BuildRuleResolver, Void) - Method in class com.facebook.buck.rules.macros.SimpleMacroExpander
-
- expandFrom(BuildTarget, CellPathResolver, BuildRuleResolver) - Method in class com.facebook.buck.rules.macros.SimpleMacroExpander
-
- expandFrom(BuildTarget, CellPathResolver, BuildRuleResolver) - Method in class com.facebook.buck.rules.macros.StringExpander
-
- expandHomeDir(Path) - Static method in class com.facebook.buck.io.MorePaths
-
Expands "~/foo" into "/home/zuck/foo".
- EXPECTED_NUMBER_OF_GENERATED_PROJECT_FILES - Static variable in class com.facebook.buck.event.listener.ProgressEstimator
-
- EXPECTED_NUMBER_OF_PARSED_BUCK_FILES - Static variable in class com.facebook.buck.event.listener.ProgressEstimator
-
- EXPECTED_NUMBER_OF_PARSED_RULES - Static variable in class com.facebook.buck.event.listener.ProgressEstimator
-
- ExperimentEvent - Class in com.facebook.buck.event
-
- ExperimentEvent(String, String, String, Long, String) - Constructor for class com.facebook.buck.event.ExperimentEvent
-
- EXPLICIT_FILE_TYPE_BROKEN_IDENTIFIERS - Static variable in class com.facebook.buck.apple.xcode.xcodeproj.FileTypes
-
Set of identifiers which only work as "lastKnownFileType" and not "explicitFileType" in a
PBXFileReference.
- explicitBuilder() - Static method in class com.facebook.buck.cxx.CxxToolFlags
-
Returns a builder for explicitly specifying the flags.
- ExplicitBuildTargetSourcePath - Class in com.facebook.buck.rules
-
- ExplicitBuildTargetSourcePath(BuildTarget, Path) - Constructor for class com.facebook.buck.rules.ExplicitBuildTargetSourcePath
-
- ExplicitCxxToolFlags - Class in com.facebook.buck.cxx
-
CxxToolFlags implementation where the flags are stored explicitly as lists.
- ExplicitCxxToolFlags.Builder - Class in com.facebook.buck.cxx
-
- EXPLODING_ANDROID_PLATFORM_TARGET_SUPPLIER - Static variable in class com.facebook.buck.android.AndroidPlatformTarget
-
- ExplodingDownloader - Class in com.facebook.buck.file
-
- ExplodingDownloader() - Constructor for class com.facebook.buck.file.ExplodingDownloader
-
- ExportDependencies - Interface in com.facebook.buck.rules
-
BuildRule that can export a subset of it's dependencies.
- EXPORTED_HEADER_SYMLINK_TREE_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- ExportedDepsClosureResolver - Class in com.facebook.buck.ide.intellij
-
Calculates the transitive closure of exported deps for every node in a
TargetGraph.
- ExportedDepsClosureResolver(TargetGraph, ImmutableSet<String>) - Constructor for class com.facebook.buck.ide.intellij.ExportedDepsClosureResolver
-
- exportedSymbols - Variable in class com.facebook.buck.jvm.java.JavaFileParser.JavaFileFeatures
-
Exported symbols are those that need to be on the classpath when compiling against the
providedSymbols.
- ExportFile - Class in com.facebook.buck.shell
-
Export a file so that it can be easily referenced by other
BuildRules.
- ExportFile(BuildRuleParams, SourcePathRuleFinder, SourcePathResolver, String, ExportFileDescription.Mode, SourcePath) - Constructor for class com.facebook.buck.shell.ExportFile
-
- ExportFileDescription - Class in com.facebook.buck.shell
-
- ExportFileDescription() - Constructor for class com.facebook.buck.shell.ExportFileDescription
-
- ExportFileDescription.Mode - Enum in com.facebook.buck.shell
-
Controls how `export_file` exports it's wrapped source.
- ExportFileDescriptionArg - Class in com.facebook.buck.shell
-
Immutable implementation of ExportFileDescription.AbstractExportFileDescriptionArg.
- ExportFileDescriptionArg.Builder - Class in com.facebook.buck.shell
-
- exportHgSparseRules(Path) - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
-
- exposeSourceMap(BuildTarget) - Static method in class com.facebook.buck.js.ReactNativeFlavors
-
- ext(String...) - Static method in class com.facebook.buck.ocaml.OcamlUtil
-
Constructs a Predicate instance which returns true if the input argument ends with any String
in extensions
- EXTERNAL_IMMUTABLE_BASE_CLASSES - Static variable in class com.facebook.buck.tools.dxanalysis.MutabilityAnalyzer
-
NonExternal classes that are non-final but have no inherent mutability.
- ExternalJavac - Class in com.facebook.buck.jvm.java
-
- ExternalJavac(Either<Path, SourcePath>) - Constructor for class com.facebook.buck.jvm.java.ExternalJavac
-
- ExternalKotlinc - Class in com.facebook.buck.jvm.kotlin
-
- ExternalKotlinc(Path) - Constructor for class com.facebook.buck.jvm.kotlin.ExternalKotlinc
-
- ExternallyBuiltApplePackage - Class in com.facebook.buck.apple
-
Rule for generating an apple package via external script.
- ExternallyBuiltApplePackage(BuildRuleParams, ApplePackageConfigAndPlatformInfo, SourcePath, boolean) - Constructor for class com.facebook.buck.apple.ExternallyBuiltApplePackage
-
- ExternalOrJarBackedJavacProvider - Class in com.facebook.buck.jvm.java
-
- ExternalOrJarBackedJavacProvider(SourcePath, String) - Constructor for class com.facebook.buck.jvm.java.ExternalOrJarBackedJavacProvider
-
- ExternalStepExecutorMain - Class in com.facebook.buck.step.external.executor
-
Entry point to out-of-process step executor
- ExternalStepExecutorMain() - Constructor for class com.facebook.buck.step.external.executor.ExternalStepExecutorMain
-
- ExternalTestRunnerRule - Interface in com.facebook.buck.rules
-
A interface describing
TestRules which support being run by an external test runner.
- ExternalTestRunnerTestSpec - Class in com.facebook.buck.rules
-
A JSON-serializable structure that gets passed to external test runners.
- ExternalTestRunnerTestSpec.Builder - Class in com.facebook.buck.rules
-
- extractBuildTargetContainer(BuildTarget) - Static method in class com.facebook.buck.query.QueryTargetAccessor
-
- extractBuildTargets(CellPathResolver, BuildTargetPatternParser<BuildTargetPattern>, Query) - Static method in class com.facebook.buck.rules.query.QueryUtils
-
- extractBuildTimeDeps(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>, Object) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
-
- extractBuildTimeDeps(BuildRuleResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.BuildTargetMacroExpander
-
- extractBuildTimeDeps(BuildRuleResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.ExecutableMacroExpander
-
- extractBuildTimeDeps(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>, Object) - Method in interface com.facebook.buck.rules.macros.MacroExpander
-
- extractBuildTimeDeps(BuildTarget, CellPathResolver, BuildRuleResolver, String) - Method in class com.facebook.buck.rules.macros.MacroHandler
-
- extractBuildTimeDeps(BuildTarget, CellPathResolver, BuildRuleResolver, String, Map<MacroMatchResult, Object>) - Method in class com.facebook.buck.rules.macros.MacroHandler
-
- extractBuildTimeDeps(BuildRuleResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.WorkerMacroExpander
-
- extractBuildTimeDepsFrom(BuildTarget, CellPathResolver, BuildRuleResolver, T, P) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
-
- extractBuildTimeDepsFrom(BuildTarget, CellPathResolver, BuildRuleResolver, T, Object) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpanderWithoutPrecomputedWork
-
- extractBuildTimeDepsFrom(BuildTarget, CellPathResolver, BuildRuleResolver, T) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpanderWithoutPrecomputedWork
-
- extractBuildTimeDepsFrom(BuildTarget, CellPathResolver, BuildRuleResolver, M) - Method in class com.facebook.buck.rules.macros.BuildTargetMacroExpander
-
- extractBuildTimeDepsFrom(BuildTarget, CellPathResolver, BuildRuleResolver, ClasspathMacro) - Method in class com.facebook.buck.rules.macros.ClasspathMacroExpander
-
- extractBuildTimeDepsFrom(BuildTarget, CellPathResolver, BuildRuleResolver, QueryOutputsMacro, QueryMacroExpander.QueryResults) - Method in class com.facebook.buck.rules.macros.QueryOutputsMacroExpander
-
- extractBuildTimeDepsFrom(BuildTarget, CellPathResolver, BuildRuleResolver, QueryTargetsMacro, QueryMacroExpander.QueryResults) - Method in class com.facebook.buck.rules.macros.QueryTargetsMacroExpander
-
- extractBuildTimeDepsFrom(BuildTarget, CellPathResolver, BuildRuleResolver, Void) - Method in class com.facebook.buck.rules.macros.SimpleMacroExpander
-
- extractBuildTimeDepsFrom(BuildTarget, CellPathResolver, BuildRuleResolver) - Method in class com.facebook.buck.rules.macros.SimpleMacroExpander
-
- extractFeaturesFromJavaCode(String) - Method in class com.facebook.buck.jvm.java.JavaFileParser
-
- ExtractFromAndroidManifestStep - Class in com.facebook.buck.android
-
- ExtractFromAndroidManifestStep(Path, ProjectFilesystem, BuildableContext, String, Path) - Constructor for class com.facebook.buck.android.ExtractFromAndroidManifestStep
-
- extractParseTimeDeps(BuildTarget, CellPathResolver, ImmutableList<String>, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
-
- extractParseTimeDeps(BuildTarget, CellPathResolver, ImmutableList<String>, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in interface com.facebook.buck.rules.macros.MacroExpander
-
- extractParseTimeDeps(BuildTarget, CellPathResolver, String, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.rules.macros.MacroHandler
-
- extractParseTimeDepsFrom(BuildTarget, CellPathResolver, T, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
-
- extractParseTimeDepsFrom(BuildTarget, CellPathResolver, M, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.rules.macros.BuildTargetMacroExpander
-
- extractParseTimeDepsFrom(BuildTarget, CellPathResolver, T, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.rules.macros.QueryMacroExpander
-
- extractParseTimeDepsFrom(BuildTarget, CellPathResolver, Void, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.rules.macros.SimpleMacroExpander
-
- extractParseTimeDepsFrom(BuildTarget, CellPathResolver, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.rules.macros.SimpleMacroExpander
-
- extractParseTimeTargets(BuildTarget, CellPathResolver, Query) - Static method in class com.facebook.buck.rules.query.QueryUtils
-
- extractRawManifest() - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
-
- extractRuleKeyAppendables(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>, Object) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
-
- extractRuleKeyAppendables(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>, Object) - Method in interface com.facebook.buck.rules.macros.MacroExpander
-
- extractRuleKeyAppendables(BuildTarget, CellPathResolver, BuildRuleResolver, String) - Method in class com.facebook.buck.rules.macros.MacroHandler
-
- extractRuleKeyAppendables(BuildTarget, CellPathResolver, BuildRuleResolver, String, Map<MacroMatchResult, Object>) - Method in class com.facebook.buck.rules.macros.MacroHandler
-
- extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver, T, P) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
-
- extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver, T, Object) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpanderWithoutPrecomputedWork
-
- extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver, T) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpanderWithoutPrecomputedWork
-
- extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver, M) - Method in class com.facebook.buck.rules.macros.BuildTargetMacroExpander
-
- extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver, ClasspathMacro) - Method in class com.facebook.buck.rules.macros.ClasspathMacroExpander
-
- extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver, ExecutableMacro) - Method in class com.facebook.buck.rules.macros.ExecutableMacroExpander
-
- extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver, QueryOutputsMacro, QueryMacroExpander.QueryResults) - Method in class com.facebook.buck.rules.macros.QueryOutputsMacroExpander
-
- extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver, QueryTargetsMacro, QueryMacroExpander.QueryResults) - Method in class com.facebook.buck.rules.macros.QueryTargetsMacroExpander
-
- extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver, Void) - Method in class com.facebook.buck.rules.macros.SimpleMacroExpander
-
- extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver) - Method in class com.facebook.buck.rules.macros.SimpleMacroExpander
-
- extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver) - Method in class com.facebook.buck.rules.macros.StringExpander
-
- extractSourcePath(ImmutableBiMap<Flavor, Either<SourcePath, Pair<SourcePath, String>>>, Stream<Flavor>) - Static method in class com.facebook.buck.js.JsFlavors
-
- extractSourcePath(SourcePath) - Static method in class com.facebook.buck.query.QueryTargetAccessor
-
- extractSymbolInfo(String) - Static method in class com.facebook.buck.android.relinker.Symbols
-
- extractZipFile(Path, ProjectFilesystem, Path, Unzip.ExistingFileMode) - Static method in class com.facebook.buck.zip.Unzip
-
Unzips a file to a destination and returns the paths of the written files.
- extractZipFile(Path, ProjectFilesystem, Unzip.ExistingFileMode) - Static method in class com.facebook.buck.zip.Unzip
-
- extractZipFile(Path, Path, Unzip.ExistingFileMode) - Static method in class com.facebook.buck.zip.Unzip
-
- ExtraInfoCollector - Interface in com.facebook.buck.rage
-
Responsible for getting extra information to the report by running a user-specified command.
- ExtraInfoCollector.AbstractExtraInfoResult - Interface in com.facebook.buck.rage
-
- ExtraInfoCollector.ExtraInfoExecutionException - Exception in com.facebook.buck.rage
-
- ExtraInfoExecutionException(String) - Constructor for exception com.facebook.buck.rage.ExtraInfoCollector.ExtraInfoExecutionException
-
- ExtraInfoExecutionException(String, Throwable) - Constructor for exception com.facebook.buck.rage.ExtraInfoCollector.ExtraInfoExecutionException
-
- ExtraInfoResult - Class in com.facebook.buck.rage
-
- ExtraInfoResult.Builder - Class in com.facebook.buck.rage
-
- FACTORY - Static variable in class com.facebook.buck.ide.intellij.lang.android.AndroidResourceFolder
-
- FACTORY - Static variable in class com.facebook.buck.ide.intellij.model.folders.ExcludeFolder
-
- FACTORY - Static variable in class com.facebook.buck.ide.intellij.model.folders.SourceFolder
-
- FACTORY - Static variable in class com.facebook.buck.ide.intellij.model.folders.TestFolder
-
- FAIL_EXIT_CODE - Static variable in class com.facebook.buck.cli.Main
-
Trying again won't help.
- failure(BuildRule, Throwable) - Static method in class com.facebook.buck.rules.BuildResult
-
- fakeOutParseEvents(BuckEventBus) - Method in class com.facebook.buck.cli.CacheCommand
-
- FakeRDotTxtEntry - Class in com.facebook.buck.android.aapt
-
- FakeRDotTxtEntry(RDotTxtEntry.IdType, RDotTxtEntry.RType, String) - Constructor for class com.facebook.buck.android.aapt.FakeRDotTxtEntry
-
- FakeRDotTxtEntry(RDotTxtEntry.IdType, RDotTxtEntry.RType, String, RDotTxtEntry.CustomDrawableType) - Constructor for class com.facebook.buck.android.aapt.FakeRDotTxtEntry
-
- FakeRDotTxtEntryWithID - Class in com.facebook.buck.android.aapt
-
- FakeRDotTxtEntryWithID(RDotTxtEntry.IdType, RDotTxtEntry.RType, String, String) - Constructor for class com.facebook.buck.android.aapt.FakeRDotTxtEntryWithID
-
- FALSE - Static variable in class com.facebook.buck.rules.keys.RuleKeyHasherTypes
-
- fastVersionControlStats() - Method in class com.facebook.buck.util.versioncontrol.DelegatingVersionControlCmdLineInterface
-
- FastVersionControlStats - Class in com.facebook.buck.util.versioncontrol
-
Immutable implementation of AbstractFastVersionControlStats.
- fastVersionControlStats() - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
-
- fastVersionControlStats() - Method in class com.facebook.buck.util.versioncontrol.NoOpCmdLineInterface
-
- fastVersionControlStats() - Method in interface com.facebook.buck.util.versioncontrol.VersionControlCmdLineInterface
-
- FAT_JAR_INFO_RESOURCE - Static variable in class com.facebook.buck.jvm.java.FatJar
-
- FAT_JAR_MAIN_SRC_RESOURCE - Static variable in class com.facebook.buck.jvm.java.JarFattener
-
- FAT_JAR_SRC_RESOURCES - Static variable in class com.facebook.buck.jvm.java.JarFattener
-
- FatArch - Class in com.facebook.buck.macho
-
This header file describes the structures of the file format for "fat" architecture specific file
(wrapper design).
- FatArchUtils - Class in com.facebook.buck.macho
-
- FatHeader - Class in com.facebook.buck.macho
-
Immutable implementation of AbstractFatHeader.
- FatHeaderUtils - Class in com.facebook.buck.macho
-
- FatJar - Class in com.facebook.buck.jvm.java
-
- FatJar() - Constructor for class com.facebook.buck.jvm.java.FatJar
-
- FatJar(String, Map<String, String>) - Constructor for class com.facebook.buck.jvm.java.FatJar
-
- FatJarMain - Class in com.facebook.buck.jvm.java
-
- fcntl(int, int, Object...) - Method in interface com.facebook.buck.util.Libc
-
- fetch(RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.AbstractNetworkCache
-
- fetch(RuleKey, LazyPath) - Method in interface com.facebook.buck.artifact_cache.ArtifactCache
-
Fetch a cached artifact, keyed by ruleKey, save the artifact to path specified by output, and
return true on success.
- fetch(RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.DirArtifactCache
-
- fetch(RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.LoggingArtifactCacheDecorator
-
- fetch(RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.MultiArtifactCache
-
Fetch the artifact matching ruleKey and store it to output.
- fetch(RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.NoopArtifactCache
-
- fetch(RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.TwoLevelArtifactCacheDecorator
-
- fetch(BuckEventBus, URI, Optional<PasswordAuthentication>, Path) - Method in interface com.facebook.buck.file.AuthAwareDownloader
-
- fetch(BuckEventBus, URI, Path) - Method in interface com.facebook.buck.file.Downloader
-
Download the given URL and, upon a successful download, place it in output.
- fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.ExplodingDownloader
-
- fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.HttpDownloader
-
- fetch(BuckEventBus, URI, Optional<PasswordAuthentication>, Path) - Method in class com.facebook.buck.file.HttpDownloader
-
- fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.OnDiskMavenDownloader
-
- fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.RemoteMavenDownloader
-
- fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.RetryingDownloader
-
- fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.StackedDownloader
-
- fetchBuildJobState(StampedeId) - Method in class com.facebook.buck.distributed.DistBuildService
-
- fetchBuildSlaveLogDir(StampedeId, List<RunId>) - Method in class com.facebook.buck.distributed.DistBuildService
-
- fetchBuildSlaveStatus(StampedeId, RunId) - Method in class com.facebook.buck.distributed.DistBuildService
-
- fetchClient - Variable in class com.facebook.buck.artifact_cache.AbstractNetworkCache
-
- FetchCommand - Class in com.facebook.buck.cli
-
- FetchCommand() - Constructor for class com.facebook.buck.cli.FetchCommand
-
- fetchImpl(RuleKey, LazyPath, HttpArtifactCacheEvent.Finished.Builder) - Method in class com.facebook.buck.artifact_cache.AbstractNetworkCache
-
- fetchImpl(RuleKey, LazyPath, HttpArtifactCacheEvent.Finished.Builder) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCache
-
- fetchImpl(RuleKey, LazyPath, HttpArtifactCacheEvent.Finished.Builder) - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCache
-
- FetchResponse(ImmutableSet<RuleKey>, ImmutableMap<String, String>, ByteSource) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.FetchResponse
-
- FetchResponseReadResult - Class in com.facebook.buck.artifact_cache
-
Immutable implementation of HttpArtifactCacheBinaryProtocol.AbstractFetchResponseReadResult.
- FetchResponseReadResult.Builder - Class in com.facebook.buck.artifact_cache
-
- fetchSlaveLogLines(StampedeId, List<LogLineBatchRequest>) - Method in class com.facebook.buck.distributed.DistBuildService
-
- fetchSourceFile(String) - Method in class com.facebook.buck.distributed.DistBuildService
-
- fieldReferences - Variable in class com.facebook.buck.dalvik.DalvikStatsTool.Stats
-
Fields referenced by the class.
- FieldValueExtractor - Class in com.facebook.buck.rules.keys
-
Extracts a value of a given field, that is assumed to be accessible.
- FieldValueExtractor(Field) - Constructor for class com.facebook.buck.rules.keys.FieldValueExtractor
-
- FILE_EXTENSION_TO_IDENTIFIER - Static variable in class com.facebook.buck.apple.xcode.xcodeproj.FileTypes
-
Map of file extension to Xcode identifiers.
- FileAttributesScrubber - Interface in com.facebook.buck.io
-
Created by beefon on 06/06/2016.
- FileChangesIgnoredReport - Class in com.facebook.buck.rage
-
Information helpful when diagnosing 'buck is not picking up changes' reports.
- FileChangesIgnoredReport.Builder - Class in com.facebook.buck.rage
-
- FileClassPathRunner - Class in com.facebook.buck.jvm.java.runner
-
A standalone class that's designed to read its classpath from a file given using the standard `@`
syntax used by javac.
- fileContentsDiffer(InputStream, Path, ProjectFilesystem) - Static method in class com.facebook.buck.io.MoreProjectFilesystems
-
- FileContentsProvider - Interface in com.facebook.buck.distributed
-
- FileContentsScrubber - Interface in com.facebook.buck.io
-
- fileCreation(String) - Static method in class com.facebook.buck.event.WatchmanStatusEvent
-
- FileCreation(String) - Constructor for class com.facebook.buck.event.WatchmanStatusEvent.FileCreation
-
- fileDeletion(String) - Static method in class com.facebook.buck.event.WatchmanStatusEvent
-
- FileDeletion(String) - Constructor for class com.facebook.buck.event.WatchmanStatusEvent.FileDeletion
-
- FileFinder - Class in com.facebook.buck.io
-
Methods for finding files.
- fileFlavorForSourcePath(Path) - Static method in class com.facebook.buck.js.JsFlavors
-
- FileHashCache - Interface in com.facebook.buck.util.cache
-
A cache which maps Paths to cached hashes of their contents, based on a simplified subset of the
java.util.Map<Path, HashCode> interface.
- FileHashCache.AbstractFileHashCacheVerificationResult - Interface in com.facebook.buck.util.cache
-
- FileHashCacheEngine - Interface in com.facebook.buck.util.cache
-
This interface extracts the methods available to a file hash cache, so that the underlying
implementation is hidden and can be swapped.
- FileHashCacheEngine.ValueLoader<T> - Interface in com.facebook.buck.util.cache
-
- FileHashCacheEvent - Class in com.facebook.buck.event
-
- FileHashCacheEvent(String, long, long, long) - Constructor for class com.facebook.buck.event.FileHashCacheEvent
-
- FileHashCacheEvent(EventKey) - Constructor for class com.facebook.buck.event.FileHashCacheEvent
-
- FileHashCacheEvent.InvalidationFinished - Class in com.facebook.buck.event
-
- FileHashCacheEvent.InvalidationStarted - Class in com.facebook.buck.event
-
- FileHashCacheVerificationResult - Class in com.facebook.buck.util.cache
-
- FileHashCacheVerificationResult.Builder - Class in com.facebook.buck.util.cache
-
- FileHashLoader - Interface in com.facebook.buck.hashing
-
- FileLastModifiedDateContentsScrubber - Class in com.facebook.buck.cxx
-
Resets the file's last modification date.
- FileLastModifiedDateContentsScrubber() - Constructor for class com.facebook.buck.cxx.FileLastModifiedDateContentsScrubber
-
- FileLike - Interface in com.facebook.buck.jvm.java.classes
-
Provides a file-like interface for objects which may be present within more specialized
containers (like zip files).
- FileLikeCharSource - Class in com.facebook.buck.jvm.java.classes
-
- FileLikeCharSource(FileLike) - Constructor for class com.facebook.buck.jvm.java.classes.FileLikeCharSource
-
- FileLikes - Class in com.facebook.buck.jvm.java.classes
-
Utilities for common operations when working with
FileLikes.
- fileList(Path) - Method in class com.facebook.buck.cxx.DarwinLinker
-
- fileList(Path) - Method in class com.facebook.buck.cxx.GnuLinker
-
- fileList(Path) - Method in interface com.facebook.buck.cxx.Linker
-
Specifies that the linker should link the files listed in file.
- fileList(Path) - Method in class com.facebook.buck.cxx.WindowsLinker
-
- FileListableLinkerInputArg - Class in com.facebook.buck.rules.args
-
Arg that represents object file that should be linked into resulting binary using normal
mechanism, e.g.
- filenameFor(String, CxxPlatform) - Method in enum com.facebook.buck.rust.CrateType
-
Return an appropriate filename for this crate, given its type and the platform.
- fileOutputName(BuildTarget, Optional<String>) - Static method in class com.facebook.buck.halide.HalideCompile
-
- FilePathHashLoader - Class in com.facebook.buck.hashing
-
A
FileHashLoader that only hashes the files' paths without reading their contents.
- FilePathHashLoader(Path, ImmutableSet<Path>, boolean) - Constructor for class com.facebook.buck.hashing.FilePathHashLoader
-
- FileScrubber - Interface in com.facebook.buck.io
-
- FileScrubber.ScrubException - Exception in com.facebook.buck.io
-
- FileScrubberStep - Class in com.facebook.buck.step.fs
-
Scrub any non-deterministic meta-data from the given file (e.g.
- FileScrubberStep(ProjectFilesystem, Path, ImmutableList<FileScrubber>) - Constructor for class com.facebook.buck.step.fs.FileScrubberStep
-
- FileSerializationEventBusListener - Class in com.facebook.buck.event.listener
-
- FileSerializationEventBusListener(Path) - Constructor for class com.facebook.buck.event.listener.FileSerializationEventBusListener
-
- FilesystemBackedBuildFileTree - Class in com.facebook.buck.model
-
Class to allow looking up parents and children of build files.
- FilesystemBackedBuildFileTree(ProjectFilesystem, String) - Constructor for class com.facebook.buck.model.FilesystemBackedBuildFileTree
-
- FilesystemBuildInfoStore - Class in com.facebook.buck.rules
-
- FilesystemBuildInfoStore(ProjectFilesystem) - Constructor for class com.facebook.buck.rules.FilesystemBuildInfoStore
-
- FileSystemMap<T> - Class in com.facebook.buck.util
-
This class implements a map for a filesystem structure relying on a prefix tree.
- FileSystemMap(FileSystemMap.ValueLoader<T>) - Constructor for class com.facebook.buck.util.FileSystemMap
-
- FileSystemMap.ValueLoader<T> - Interface in com.facebook.buck.util
-
Wrapper class that implements a method for loading a value in the leaves of the trie.
- FileSystemMapFileHashCache - Class in com.facebook.buck.util.cache
-
- FileSystemMapFileHashCache(FileHashCacheEngine.ValueLoader<HashCodeAndFileType>, FileHashCacheEngine.ValueLoader<Long>) - Constructor for class com.facebook.buck.util.cache.FileSystemMapFileHashCache
-
- FileTypes - Class in com.facebook.buck.apple.xcode.xcodeproj
-
File types used in Apple targets.
- fill(CellPathResolver, ProjectFilesystem, Path, ImmutableCollection.Builder<T>, Object) - Method in class com.facebook.buck.rules.coercer.CollectionTypeCoercer
-
Helper method to add coerced elements to the builder.
- fillSortedSet(CellPathResolver, ProjectFilesystem, Path, SortedSet<T>, Object) - Method in class com.facebook.buck.rules.coercer.SortedSetTypeCoercer
-
- filter(Iterable<TargetNode<?, ?>>) - Method in interface com.facebook.buck.parser.TargetNodeSpec
-
- filter(Class<U>) - Method in interface com.facebook.buck.util.RichStream
-
Filter stream elements, returning only those that is an instance of the given class.
- filter(Predicate<? super T>) - Method in interface com.facebook.buck.util.RichStream
-
- filterArgs(List<String>, ImmutableSet<String>) - Static method in class com.facebook.buck.util.BuckArgsMethods
-
Drops options from the args array.
- filterAttributeContents(QueryTarget, String, Predicate<Object>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- filterAttributeContents(QueryTarget, String, Predicate<Object>) - Method in interface com.facebook.buck.query.QueryEnvironment
-
Returns the objects in the `attribute` of the given `target` that satisfy `predicate`
- filterAttributeContents(TargetNode<T, ?>, String, Predicate<Object>) - Static method in class com.facebook.buck.query.QueryTargetAccessor
-
Filters the objects in the given attribute that satisfy the given predicate.
- filterAttributeContents(QueryTarget, String, Predicate<Object>) - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
-
- filterAttributeContents(QueryTarget, String, Predicate<Object>) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
-
- filterBuildRuleInputs(Stream<? extends SourcePath>) - Method in class com.facebook.buck.rules.SourcePathRuleFinder
-
- filterBuildRuleInputs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rules.SourcePathRuleFinder
-
- filterBuildRuleInputs(SourcePath...) - Method in class com.facebook.buck.rules.SourcePathRuleFinder
-
- FILTERED_RESOURCE_DIRS_KEY - Static variable in class com.facebook.buck.android.AaptPackageResources
-
- FilteredDirectoryCopier - Interface in com.facebook.buck.util
-
- FilteredResourcesProvider - Interface in com.facebook.buck.android
-
- filterForSubpaths(Iterable<Path>, Path) - Static method in class com.facebook.buck.io.MorePaths
-
Filters out
Path objects from
paths that aren't a subpath of
root and
returns a set of paths relative to
root.
- FilterFunction - Class in com.facebook.buck.query
-
A filter(pattern, argument) expression, evaluates its argument and filters the resulting targets
by applying the given regular expression pattern to the targets' names.
- FilterFunction() - Constructor for class com.facebook.buck.query.FilterFunction
-
- filterInputsToCompareToOutput(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rules.SourcePathResolver
-
- filterInputsToCompareToOutput(SourcePath...) - Method in class com.facebook.buck.rules.SourcePathResolver
-
- filterLibrariesForAbi(Path, ImmutableMultimap<String, Path>, String, ImmutableSet<String>) - Static method in class com.facebook.buck.android.exopackage.ExopackageInstaller
-
- filterMatchingMapKeys(Map<String, V>) - Method in class com.facebook.buck.util.PatternsMatcher
-
- FilterResourcesStep - Class in com.facebook.buck.android
-
This
Step copies
res directories to a different location,
while filtering out certain resources.
- FilterResourcesStep.Builder - Class in com.facebook.buck.android
-
- FilterResourcesStep.DefaultDrawableFinder - Class in com.facebook.buck.android
-
- FilterResourcesStep.DrawableFinder - Interface in com.facebook.buck.android
-
- FilterResourcesStep.ImageScaler - Interface in com.facebook.buck.android
-
- FilterResourcesStep.ResourceFilter - Class in com.facebook.buck.android
-
Helper class for interpreting the resource_filter argument to android_binary().
- finalize() - Method in class com.facebook.buck.io.unixsocket.UnixDomainSocket
-
- finalize() - Method in class com.facebook.buck.log.GlobalStateManager
-
Since this is a Singleton class, make sure it cleans after itself once it's GC'ed.
- find(ByteBuffer) - Method in class com.facebook.buck.cxx.DebugSectionFinder
-
- findAll(ImmutableSet<String>, String) - Method in class com.facebook.buck.model.MacroFinder
-
- FindAndReplaceStep - Class in com.facebook.buck.step.fs
-
- FindAndReplaceStep(ProjectFilesystem, Path, Path, Function<String, String>) - Constructor for class com.facebook.buck.step.fs.FindAndReplaceStep
-
- findChildren(T) - Method in interface com.facebook.buck.graph.GraphTraversable
-
- findChildren(AggregationTreeNode) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationTree
-
- findCurrentSsid() - Static method in class com.facebook.buck.util.environment.MacWifiSsidFinder
-
Finds the SSID of the default Wi-Fi interface using Mac OS X APIs.
- findCycles() - Method in class com.facebook.buck.graph.MutableDirectedGraph
-
- findDependencyInfoForGraph(TargetGraph) - Method in class com.facebook.buck.jvm.java.autodeps.JavaDepsFinder
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AndroidBinaryDescription.AbstractAndroidBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AndroidLibraryDescription.CoreArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryCompiler
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AndroidLibraryDescription.AbstractAndroidLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, RobolectricTestDescription.AbstractRobolectricTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AndroidLibraryDescription.CoreArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.ScalaAndroidLibraryCompiler
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AppleBinaryDescription.AbstractAppleBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.apple.AppleBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AppleBundleDescription.AbstractAppleBundleDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.apple.AppleBundleDescription
-
Propagate the bundle's platform, debug symbol and strip flavors to its dependents which are
other bundles (e.g.
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AppleLibraryDescription.AbstractAppleLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AppleNativeTargetDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, ApplePackageDescription.AbstractApplePackageDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.apple.ApplePackageDescription
-
Propagate the packages's flavors to its dependents.
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AppleTestDescription.AbstractAppleTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, CxxBinaryDescription.AbstractCxxBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, Optional<Flavor>) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, CxxGenruleDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.cxx.CxxGenruleDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, CxxLibraryDescription.CommonArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, CxxTestDescription.AbstractCxxTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.cxx.CxxTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, PrebuiltCxxLibraryDescription.AbstractPrebuiltCxxLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, DBinaryDescription.AbstractDBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.d.DBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, DTestDescription.AbstractDTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.d.DTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, GoBinaryDescription.AbstractGoBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.go.GoBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, GoTestDescription.AbstractGoTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.go.GoTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, HaskellBinaryDescription.AbstractHaskellBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, HaskellLibraryDescription.AbstractHaskellLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AndroidReactNativeLibraryDescription.AbstractAndroidReactNativeLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AbstractReactNativeLibraryArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.js.IosReactNativeLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, GroovyTestDescription.AbstractGroovyTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, JavaBinaryDescription.AbstractJavaBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, JavaTestDescription.AbstractJavaTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, KotlinTestDescription.AbstractKotlinTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, ScalaLibraryDescription.AbstractScalaLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, ScalaTestDescription.AbstractScalaTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, CxxLuaExtensionDescription.AbstractCxxLuaExtensionDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, LuaBinaryDescription.AbstractLuaBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.lua.LuaBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, OcamlBinaryDescription.AbstractOcamlBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, OcamlLibraryDescription.AbstractOcamlLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, CxxPythonExtensionDescription.AbstractCxxPythonExtensionDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, PythonBinaryDescription.AbstractPythonBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.python.PythonBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, PythonTestDescription.AbstractPythonTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.python.PythonTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, T, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in interface com.facebook.buck.rules.ImplicitDepsInferringDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, TargetGraph, BuildRuleResolver, SourcePathRuleFinder, ProjectFilesystem, T, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in interface com.facebook.buck.rules.ImplicitDepsInferringDescription
-
Infers any dependencies which can only be detected with access to the whole
TargetGraph
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, RustBinaryDescription.AbstractRustBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.rust.RustBinaryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, RustLibraryDescription.AbstractRustLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.rust.RustLibraryDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, RustTestDescription.AbstractRustTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.rust.RustTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, T, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.shell.AbstractGenruleDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, TargetGraph, BuildRuleResolver, SourcePathRuleFinder, ProjectFilesystem, T, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.shell.AbstractGenruleDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, ShTestDescription.AbstractShTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.shell.ShTestDescription
-
- findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, WorkerToolDescription.AbstractWorkerToolDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.shell.WorkerToolDescription
-
- findDrawables(Collection<Path>, ProjectFilesystem) - Method in class com.facebook.buck.android.FilterResourcesStep.DefaultDrawableFinder
-
- findDrawables(Collection<Path>, ProjectFilesystem) - Method in interface com.facebook.buck.android.FilterResourcesStep.DrawableFinder
-
- findJavaPackage(Path) - Method in interface com.facebook.buck.jvm.core.JavaPackageFinder
-
- findJavaPackage(BuildTarget) - Method in interface com.facebook.buck.jvm.core.JavaPackageFinder
-
- findJavaPackage(Path) - Method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
-
- findJavaPackage(BuildTarget) - Method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
-
- findJavaPackage(Path) - Method in class com.facebook.buck.jvm.java.ResourcesRootPackageFinder
-
- findJavaPackage(BuildTarget) - Method in class com.facebook.buck.jvm.java.ResourcesRootPackageFinder
-
- findJavaPackageFolder(Path) - Method in interface com.facebook.buck.jvm.core.JavaPackageFinder
-
Given the relative path to a file under the project root, return the Java package with which
the file is associated.
- findJavaPackageFolder(Path) - Method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
-
- findJavaPackageFolder(Path) - Method in class com.facebook.buck.jvm.java.ResourcesRootPackageFinder
-
- findJavaPackageWithPackageFolder(Path) - Static method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
-
- findLoadCommandsWithClass(ByteBuffer, NulTerminatedCharsetDecoder, Class<T>) - Static method in class com.facebook.buck.macho.LoadCommandUtils
-
Finds all load commands with the given type in the buffer starting at the buffer's position.
- findManifestFiles() - Method in class com.facebook.buck.android.AndroidTransitiveDependencyGraph
-
- findModuleForTarget(BuildTarget) - Method in class com.facebook.buck.android.APKModuleGraph
-
Get the Module that contains the given target
- findNdkVersion(Path) - Method in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
-
- findNdkVersionFromDirectory(Path) - Static method in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
-
The method returns the NDK version of a path.
- findReferenceAssembly(String) - Method in class com.facebook.buck.dotnet.DotnetFramework
-
- findSelector(TestDescription) - Method in class com.facebook.buck.test.selectors.TestSelectorList
-
- findSources(ProjectFilesystem, Path) - Method in class com.facebook.buck.android.NdkLibraryDescription
-
- findStronglyConnectedComponents() - Method in class com.facebook.buck.graph.MutableDirectedGraph
-
For this graph, returns the set of strongly connected components using Tarjan's algorithm.
- fine(String) - Static method in class com.facebook.buck.event.ConsoleEvent
-
- fine(String, Object...) - Static method in class com.facebook.buck.event.ConsoleEvent
-
- finer(String) - Static method in class com.facebook.buck.event.ConsoleEvent
-
- finer(String, Object...) - Static method in class com.facebook.buck.event.ConsoleEvent
-
- finished(ArtifactCacheConnectEvent.Started) - Static method in class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent
-
- Finished(ArtifactCacheConnectEvent.Started) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent.Finished
-
- Finished(EventKey, ArtifactCacheEvent.CacheMode, ArtifactCacheEvent.Operation, Optional<String>, ImmutableSet<RuleKey>, ArtifactCacheEvent.InvocationType, Optional<CacheResult>) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheEvent.Finished
-
- Finished(EventKey, ArtifactCacheEvent.CacheMode, ArtifactCacheEvent.Operation, Optional<String>, ImmutableSet<RuleKey>, ArtifactCacheEvent.InvocationType, Optional<CacheResult>) - Constructor for class com.facebook.buck.artifact_cache.DirArtifactCacheEvent.Finished
-
- Finished(ArtifactCacheEvent.Started, Optional<String>, HttpArtifactCacheEventFetchData) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished
-
- Finished(ArtifactCacheEvent.Started, HttpArtifactCacheEventStoreData) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished
-
- finished(ActionGraphEvent.Started) - Static method in class com.facebook.buck.event.ActionGraphEvent
-
- Finished(ActionGraphEvent.Started) - Constructor for class com.facebook.buck.event.ActionGraphEvent.Finished
-
- finished(ArtifactCompressionEvent.Started) - Static method in class com.facebook.buck.event.ArtifactCompressionEvent
-
- Finished(ArtifactCompressionEvent.Started) - Constructor for class com.facebook.buck.event.ArtifactCompressionEvent.Finished
-
- finished(CommandEvent.Started, int) - Static method in class com.facebook.buck.event.CommandEvent
-
- finished(CompilerPluginDurationEvent.Started, ImmutableMap<String, String>) - Static method in class com.facebook.buck.event.CompilerPluginDurationEvent
-
- Finished(CompilerPluginDurationEvent.Started, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.event.CompilerPluginDurationEvent.Finished
-
- finished(InstallEvent.Started, boolean, Optional<Long>, Optional<String>) - Static method in class com.facebook.buck.event.InstallEvent
-
- Finished(InstallEvent.Started, boolean, Optional<Long>, Optional<String>) - Constructor for class com.facebook.buck.event.InstallEvent.Finished
-
- finished() - Static method in class com.facebook.buck.event.ProjectGenerationEvent
-
- Finished() - Constructor for class com.facebook.buck.event.ProjectGenerationEvent.Finished
-
- Finished(SimplePerfEvent.StartedImpl, ImmutableMap<String, Object>) - Constructor for class com.facebook.buck.event.SimplePerfEvent.Finished
-
- finished(StartActivityEvent.Started, boolean) - Static method in class com.facebook.buck.event.StartActivityEvent
-
- Finished(StartActivityEvent.Started, boolean) - Constructor for class com.facebook.buck.event.StartActivityEvent.Finished
-
- finished(UninstallEvent.Started, boolean) - Static method in class com.facebook.buck.event.UninstallEvent
-
- Finished(UninstallEvent.Started, boolean) - Constructor for class com.facebook.buck.event.UninstallEvent.Finished
-
- finished(DownloadEvent.Started) - Static method in class com.facebook.buck.file.DownloadEvent
-
- Finished(DownloadEvent.Started) - Constructor for class com.facebook.buck.file.DownloadEvent.Finished
-
- finished(ParseBuckFileEvent.Started, List<Map<String, Object>>, long, Optional<String>) - Static method in class com.facebook.buck.json.ParseBuckFileEvent
-
- Finished(ParseBuckFileEvent.Started, List<Map<String, Object>>, long, Optional<String>) - Constructor for class com.facebook.buck.json.ParseBuckFileEvent.Finished
-
- Finished(ProjectBuildFileParseEvents.Started) - Constructor for class com.facebook.buck.json.ProjectBuildFileParseEvents.Finished
-
- finished(TaskEvent) - Method in class com.facebook.buck.jvm.java.abi.source.ValidatingTaskListener
-
- finished(AnnotationProcessingEvent.Started) - Static method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
-
- Finished(AnnotationProcessingEvent.Started) - Constructor for class com.facebook.buck.jvm.java.AnnotationProcessingEvent.Finished
-
- Finished(EventKey, BuildTarget, String, AnnotationProcessingEvent.Operation, int, boolean) - Constructor for class com.facebook.buck.jvm.java.AnnotationProcessingEvent.Finished
-
- finished(TaskEvent) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
-
- finished(TaskEvent) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskListenerProxy
-
- finished(TaskEvent) - Method in class com.facebook.buck.jvm.java.plugin.adapter.PostEnterTaskListener
-
- finished(TaskEventMirror) - Method in class com.facebook.buck.jvm.java.plugin.adapter.TaskListenerProxy
-
- finished(TaskEvent) - Method in class com.facebook.buck.jvm.java.plugin.adapter.TaskListenerWrapper
-
- finished(TaskEventMirror) - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskListener
-
- finished(JavacPhaseEvent.Started, ImmutableMap<String, String>) - Static method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent
-
- Finished(JavacPhaseEvent.Started, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Finished
-
- finished(TaskEventMirror) - Method in class com.facebook.buck.jvm.java.tracing.TracingTaskListener
-
- finished(ParseEvent.Started, long, Optional<TargetGraph>) - Static method in class com.facebook.buck.parser.ParseEvent
-
- Finished(ParseEvent.Started, long, Optional<TargetGraph>) - Constructor for class com.facebook.buck.parser.ParseEvent.Finished
-
- finished(BuildEvent.Started, int) - Static method in class com.facebook.buck.rules.BuildEvent
-
- Finished(BuildEvent.Started, int) - Constructor for class com.facebook.buck.rules.BuildEvent.Finished
-
- finished(BuildRuleCacheEvent.CacheStepStarted) - Static method in class com.facebook.buck.rules.BuildRuleCacheEvent
-
- finished(BuildRuleEvent.BeginningBuildRuleEvent, BuildRuleKeys, BuildRuleStatus, CacheResult, Optional<BuildId>, Optional<BuildRuleSuccessType>, boolean, Optional<HashCode>, Optional<Long>, Optional<BuildRuleDiagnosticData>) - Static method in class com.facebook.buck.rules.BuildRuleEvent
-
- finished(Iterable<String>, TestResults) - Static method in class com.facebook.buck.rules.IndividualTestEvent
-
- finished(ImmutableSet<String>, List<TestResults>) - Static method in class com.facebook.buck.rules.TestRunEvent
-
- Finished(int, List<TestResults>) - Constructor for class com.facebook.buck.rules.TestRunEvent.Finished
-
- finished(TestStatusMessageEvent.Started, TestStatusMessage) - Static method in class com.facebook.buck.rules.TestStatusMessageEvent
-
- Finished(TestStatusMessageEvent.Started, TestStatusMessage) - Constructor for class com.facebook.buck.rules.TestStatusMessageEvent.Finished
-
- finished(UUID, TestResultSummary) - Static method in class com.facebook.buck.rules.TestSummaryEvent
-
- Finished(UUID, TestResultSummary) - Constructor for class com.facebook.buck.rules.TestSummaryEvent.Finished
-
- finished(StepEvent.Started, int) - Static method in class com.facebook.buck.step.StepEvent
-
- Finished(StepEvent.Started, int) - Constructor for class com.facebook.buck.step.StepEvent.Finished
-
- finished(BuildTarget) - Static method in class com.facebook.buck.test.TestRuleEvent
-
- Finished(BuildTarget) - Constructor for class com.facebook.buck.test.TestRuleEvent.Finished
-
- finished(VersionedTargetGraphEvent.Started) - Static method in class com.facebook.buck.versions.VersionedTargetGraphEvent
-
- finishedBuilding(String, int) - Method in class com.facebook.buck.distributed.ThriftCoordinatorClient
-
- finishedBuildingTargets(String) - Method in class com.facebook.buck.distributed.MinionWorkloadAllocator
-
- finishModuleCreation() - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationContext
-
- firstHttpCacheUploadScheduled - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- FirstOrderDepsFunction() - Constructor for class com.facebook.buck.query.DepsFunction.FirstOrderDepsFunction
-
- FirstOrderHelper - Class in com.facebook.buck.dalvik.firstorder
-
- fixPath(Path) - Static method in class com.facebook.buck.io.MorePaths
-
Drop any "." parts (useless).
- fixupSourcePath(BuildRuleResolver, SourcePathRuleFinder, CxxPlatform, SourcePath) - Static method in class com.facebook.buck.cxx.CxxGenruleDescription
-
- fixupSourcePaths(BuildRuleResolver, SourcePathRuleFinder, CxxPlatform, ImmutableList<SourcePath>) - Static method in class com.facebook.buck.cxx.CxxGenruleDescription
-
- fixupSourcePaths(BuildRuleResolver, SourcePathRuleFinder, CxxPlatform, ImmutableSortedSet<SourcePath>) - Static method in class com.facebook.buck.cxx.CxxGenruleDescription
-
- fixupSourcePaths(BuildRuleResolver, SourcePathRuleFinder, CxxPlatform, ImmutableMap<T, SourcePath>) - Static method in class com.facebook.buck.cxx.CxxGenruleDescription
-
- flags - Variable in class com.facebook.buck.ocaml.OcamlCCompileStep.Args
-
- flags - Variable in class com.facebook.buck.ocaml.OcamlLinkStep
-
- flags - Variable in class com.facebook.buck.ocaml.OcamlMLCompileStep.Args
-
- flags - Variable in class com.facebook.buck.ocaml.OcamlNativePluginStep
-
- flatMap(Function<? super T, ? extends Stream<? extends R>>) - Method in interface com.facebook.buck.util.RichStream
-
- FLAVOR - Static variable in class com.facebook.buck.apple.AppleAssetCatalog
-
- FLAVOR - Static variable in class com.facebook.buck.apple.CoreDataModel
-
- FLAVOR - Static variable in class com.facebook.buck.apple.SceneKitAssets
-
- FLAVOR - Static variable in class com.facebook.buck.cxx.DefaultCxxPlatforms
-
- Flavor - Interface in com.facebook.buck.model
-
- FLAVOR_DOMAIN - Static variable in enum com.facebook.buck.apple.AppleDebugFormat
-
- FLAVOR_DOMAIN - Static variable in enum com.facebook.buck.cxx.LinkerMapMode
-
- FLAVOR_DOMAIN - Static variable in enum com.facebook.buck.cxx.StripStyle
-
- FLAVOR_VALUES - Static variable in enum com.facebook.buck.haskell.HaskellLibraryDescription.Type
-
- FlavorConvertible - Interface in com.facebook.buck.model
-
Values that has a canonical mapping to flavors.
- FlavorDomain<T> - Class in com.facebook.buck.model
-
Provides a named flavor abstraction on top of boolean flavors.
- FlavorDomain(String, ImmutableMap<Flavor, T>) - Constructor for class com.facebook.buck.model.FlavorDomain
-
- FlavorDomainException - Exception in com.facebook.buck.model
-
- FlavorDomainException(String) - Constructor for exception com.facebook.buck.model.FlavorDomainException
-
- flavorDomains() - Method in class com.facebook.buck.apple.AppleBinaryDescription
-
- flavorDomains() - Method in class com.facebook.buck.apple.AppleBundleDescription
-
- flavorDomains() - Method in class com.facebook.buck.apple.AppleLibraryDescription
-
- flavorDomains() - Method in class com.facebook.buck.apple.ApplePackageDescription
-
- flavorDomains() - Method in class com.facebook.buck.apple.AppleTestDescription
-
- flavorDomains() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescription
-
- flavorDomains() - Method in class com.facebook.buck.cxx.CxxBinaryDescription
-
- flavorDomains() - Method in class com.facebook.buck.cxx.CxxLibraryDescription
-
- flavorDomains() - Method in class com.facebook.buck.js.JsBundleDescription
-
- flavorDomains() - Method in class com.facebook.buck.js.JsLibraryDescription
-
- flavorDomains() - Method in interface com.facebook.buck.model.Flavored
-
- flavorDomains() - Method in class com.facebook.buck.rust.RustBinaryDescription
-
- flavorDomains() - Method in class com.facebook.buck.rust.RustLibraryDescription
-
- flavorDomains() - Method in class com.facebook.buck.rust.RustTestDescription
-
- flavorDomains() - Method in class com.facebook.buck.swift.SwiftLibraryDescription
-
- Flavored - Interface in com.facebook.buck.model
-
When applied to a
Description this indicates that it supports
flavours.
- flavorForLinkableDepType(Linker.LinkableDepType) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- FlavorParser - Class in com.facebook.buck.model
-
Parses a string containing one or more flavor names.
- FlavorParser() - Constructor for class com.facebook.buck.model.FlavorParser
-
- flavorsDoNotAllowLinkerMapMode(BuildRuleParams) - Static method in class com.facebook.buck.apple.AppleDescriptions
-
- FlavorSearchTargetNodeFinder - Class in com.facebook.buck.versions
-
A lookup table of
TargetNodes which matches
BuildTarget lookups to nodes indexed
by a base target which contains a subset of the input targets flavors.
- FlavorTypeCoercer - Class in com.facebook.buck.rules.coercer
-
- FlavorTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.FlavorTypeCoercer
-
- FLOAT - Static variable in class com.facebook.buck.rules.keys.RuleKeyHasherTypes
-
- flush() - Method in class com.facebook.buck.cli.bootstrapper.CompressingFileHandler
-
- flush() - Method in class com.facebook.buck.cli.bootstrapper.ConsoleHandler
-
- flush() - Method in class com.facebook.buck.cli.bootstrapper.LogFileHandler
-
- flush() - Method in class com.facebook.buck.cli.bootstrapper.MemoryHandler
-
- flush() - Method in class com.facebook.buck.counters.Counter
-
If the counter has no data, returns an absent value.
- flush() - Method in class com.facebook.buck.counters.IntegerCounter
-
- flush() - Method in class com.facebook.buck.counters.SamplingCounter
-
- flush() - Method in class com.facebook.buck.counters.TagSetCounter
-
- flush() - Method in class com.facebook.buck.log.ConsoleHandler
-
- flush() - Method in interface com.facebook.buck.log.ConsoleHandlerState.Writer
-
- flush() - Method in class com.facebook.buck.log.LogFileHandler
-
- flush() - Method in class com.facebook.buck.log.memory.MemoryHandler
-
- flush() - Method in class com.facebook.buck.log.ReferenceCountedWriter
-
- flush() - Method in class com.facebook.buck.util.TeeOutputStream
-
- flushLogs() - Static method in class com.facebook.buck.log.LogConfig
-
- flushToFile() - Method in class com.facebook.buck.maven.Pom
-
- FocusedModuleTargetMatcher - Class in com.facebook.buck.apple.project_generator
-
- focusedOn(ImmutableSet<UnflavoredBuildTarget>) - Static method in class com.facebook.buck.apple.project_generator.FocusedModuleTargetMatcher
-
Returns a matcher that specifies a set of targets to focus on.
- FOLDER_TYPES_COUNT - Static variable in enum com.facebook.buck.ide.intellij.FolderTypeWithPackageInfo
-
- FolderTypeWithPackageInfo - Enum in com.facebook.buck.ide.intellij
-
- forBaseName(String) - Static method in class com.facebook.buck.parser.BuildTargetPatternParser
-
Used when parsing target names relative to another target, such as in a build file.
- FORCE_JS_BUNDLE - Static variable in class com.facebook.buck.js.JsFlavors
-
- forceFlush() - Method in class com.facebook.buck.util.network.AbstractBatchingLogger
-
- forceFlush() - Method in interface com.facebook.buck.util.network.BatchingLogger
-
Signals to upload whatever remaining information is buffered.
- forceTty() - Static method in class com.facebook.buck.util.Ansi
-
- forDevice(IDevice) - Method in class com.facebook.buck.android.AdbHelper.AdbCallable
-
- forDirectory(ProjectFilesystem, Path, Path, CopyStep.DirectoryMode) - Static method in class com.facebook.buck.step.fs.CopyStep
-
Creates a CopyStep which recursively copies a directory from 'source' to 'destination'.
- forEachFwdDep(Iterable<QueryTarget>, Consumer<? super QueryTarget>) - Method in interface com.facebook.buck.query.QueryEnvironment
-
Applies action to each forward dependencies of the specified targets.
- forEachFwdDep(Iterable<QueryTarget>, Consumer<? super QueryTarget>) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
-
- forFile(ProjectFilesystem, Path, Path) - Static method in class com.facebook.buck.step.fs.CopyStep
-
Creates a CopyStep which copies a single file from 'source' to 'destination'.
- ForkMode - Enum in com.facebook.buck.jvm.java
-
- forkMode() - Method in class com.facebook.buck.jvm.java.JavaTest
-
- format(LogRecord) - Method in class com.facebook.buck.cli.bootstrapper.LogFormatter
-
- format(Locale, double) - Method in class com.facebook.buck.i18n.NumberFormatter
-
- format(Locale, double, StringBuffer, FieldPosition) - Method in class com.facebook.buck.i18n.NumberFormatter
-
- format(Locale, long) - Method in class com.facebook.buck.i18n.NumberFormatter
-
- format(Locale, Object) - Method in class com.facebook.buck.i18n.NumberFormatter
-
- format(Locale, Object, StringBuffer, FieldPosition) - Method in class com.facebook.buck.i18n.NumberFormatter
-
- format(Diagnostic<? extends JavaFileObject>) - Static method in class com.facebook.buck.jvm.java.DiagnosticPrettyPrinter
-
- format(LogRecord) - Method in class com.facebook.buck.log.LogFormatter
-
- format(LogRecord) - Method in class com.facebook.buck.testrunner.JulLogFormatter
-
- format(String, Object...) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
-
- format(Locale, String, Object...) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
-
- format(String, Object...) - Method in class com.facebook.buck.util.ThrowingPrintWriter
-
- formatConsoleEvent(ConsoleEvent, ImmutableList.Builder<String>) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- formatElapsedTime(long) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- formatForConsole(Locale, long, Ansi) - Static method in class com.facebook.buck.util.TimeFormat
-
- forPath(Path) - Static method in class com.facebook.buck.android.DefaultAndroidManifestReader
-
- forString(String) - Static method in class com.facebook.buck.android.DefaultAndroidManifestReader
-
- forVisibilityArgument() - Static method in class com.facebook.buck.parser.BuildTargetPatternParser
-
Used when parsing target names in the visibility argument to a build rule.
- ForwardingBuildTargetSourcePath - Class in com.facebook.buck.rules
-
- ForwardingBuildTargetSourcePath(BuildTarget, SourcePath) - Constructor for class com.facebook.buck.rules.ForwardingBuildTargetSourcePath
-
- ForwardingProcessListener - Class in com.facebook.buck.util
-
- ForwardingProcessListener(WritableByteChannel, WritableByteChannel) - Constructor for class com.facebook.buck.util.ForwardingProcessListener
-
- ForwardingRuleKeyHasher<HASH,HASH2> - Class in com.facebook.buck.rules.keys
-
A
RuleKeyHasher that forwards all the methods to the two underlying hashers.
- ForwardingRuleKeyHasher(RuleKeyHasher<HASH>, RuleKeyHasher<HASH2>) - Constructor for class com.facebook.buck.rules.keys.ForwardingRuleKeyHasher
-
- ForwardingStandardJavaFileManager - Class in com.facebook.buck.jvm.java
-
- ForwardingStandardJavaFileManager(StandardJavaFileManager) - Constructor for class com.facebook.buck.jvm.java.ForwardingStandardJavaFileManager
-
- FRAMEWORK_FLAVOR - Static variable in class com.facebook.buck.apple.AppleDescriptions
-
- FrameworkDependencies - Class in com.facebook.buck.cxx
-
Metadata query for collecting framework dependencies to include in a bundle.
- FrameworkDependencies.Builder - Class in com.facebook.buck.cxx
-
- FrameworkPath - Class in com.facebook.buck.rules.coercer
-
Frameworks can be specified as either a path to a file, or a path prefixed by a build setting.
- FrameworkPath.Builder - Class in com.facebook.buck.rules.coercer
-
- FrameworkPathArg - Class in com.facebook.buck.cxx
-
- FrameworkPathArg(ImmutableCollection<FrameworkPath>) - Constructor for class com.facebook.buck.cxx.FrameworkPathArg
-
- frameworkPaths - Variable in class com.facebook.buck.cxx.FrameworkPathArg
-
- frameworkPathToSearchPath(CxxPlatform, SourcePathResolver) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- FrameworkPathTypeCoercer - Class in com.facebook.buck.rules.coercer
-
- FrameworkPathTypeCoercer(TypeCoercer<SourcePath>) - Constructor for class com.facebook.buck.rules.coercer.FrameworkPathTypeCoercer
-
- FrameworkVersion - Enum in com.facebook.buck.dotnet
-
- from(MergeAndroidResourceSourcesStep) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep.Builder
-
Fill a builder with attribute values from the provided MergeAndroidResourceSourcesStep instance.
- from(String) - Static method in enum com.facebook.buck.android.aapt.RDotTxtEntry.IdType
-
- from(AaptOutputInfo) - Method in class com.facebook.buck.android.AaptOutputInfo.Builder
-
Fill a builder with attribute values from the provided AaptOutputInfo instance.
- from(AndroidLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.android.AndroidLibraryDescription.CoreArg instance.
- from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
- from(AndroidAarDescriptionArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidAarDescriptionArg instance.
- from(JvmLibraryArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
- from(HasTests) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(AndroidBinaryDescriptionArg) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidBinaryDescriptionArg instance.
- from(HasTests) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(AndroidBinaryResourcesGraphEnhancementResult) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
-
Fill a builder with attribute values from the provided AndroidBinaryResourcesGraphEnhancementResult instance.
- from(AndroidBuildConfigDescriptionArg) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidBuildConfigDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(AndroidGraphEnhancementResult) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Fill a builder with attribute values from the provided AndroidGraphEnhancementResult instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(AndroidInstrumentationApkDescriptionArg) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidInstrumentationApkDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(HasContacts) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasContacts instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTestTimeout instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(AndroidInstrumentationTestDescriptionArg) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidInstrumentationTestDescriptionArg instance.
- from(AndroidInstrumentationTestJVMArgs) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
-
Fill a builder with attribute values from the provided AndroidInstrumentationTestJVMArgs instance.
- from(AndroidLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.android.AndroidLibraryDescription.CoreArg instance.
- from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
- from(JvmLibraryArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
- from(HasTests) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(AndroidLibraryDescriptionArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidLibraryDescriptionArg instance.
- from(AndroidManifestDescriptionArg) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidManifestDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(AndroidNativeLibsGraphEnhancementResult) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult.Builder
-
Fill a builder with attribute values from the provided AndroidNativeLibsGraphEnhancementResult instance.
- from(AndroidPackageableCollection) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Fill a builder with attribute values from the provided AndroidPackageableCollection instance.
- from(AbstractAndroidPackageableCollection.AbstractResourceDetails) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
-
Fill a builder with attribute values from the provided AbstractResourceDetails instance.
- from(AndroidPrebuiltAarDescriptionArg) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidPrebuiltAarDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(AndroidResourceDescriptionArg) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidResourceDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(ApkGenruleDescriptionArg) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided ApkGenruleDescriptionArg instance.
- from(AbstractGenruleDescription.CommonArg) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.shell.AbstractGenruleDescription.CommonArg instance.
- from(HasTests) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasInstallableApk.AbstractApkInfo) - Method in class com.facebook.buck.android.ApkInfo.Builder
-
Fill a builder with attribute values from the provided AbstractApkInfo instance.
- from(APKModule) - Method in class com.facebook.buck.android.APKModule.Builder
-
Fill a builder with attribute values from the provided APKModule instance.
- from(GenAidlDescriptionArg) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Fill a builder with attribute values from the provided GenAidlDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(MergedNativeLibraryConstituents) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents.Builder
-
Fill a builder with attribute values from the provided MergedNativeLibraryConstituents instance.
- from(NativeLibraryMergeEnhancementResult) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
-
Fill a builder with attribute values from the provided NativeLibraryMergeEnhancementResult instance.
- from(NdkCxxPlatform) - Method in class com.facebook.buck.android.NdkCxxPlatform.Builder
-
Fill a builder with attribute values from the provided NdkCxxPlatform instance.
- from(NdkCxxPlatformCompiler) - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler.Builder
-
Fill a builder with attribute values from the provided NdkCxxPlatformCompiler instance.
- from(NdkCxxPlatformTargetConfiguration) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
-
Fill a builder with attribute values from the provided NdkCxxPlatformTargetConfiguration instance.
- from(HasSrcs) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
- from(NdkLibraryDescriptionArg) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided NdkLibraryDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(PrebuiltNativeLibraryDescriptionArg) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltNativeLibraryDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(RedexOptions) - Method in class com.facebook.buck.android.redex.RedexOptions.Builder
-
Fill a builder with attribute values from the provided RedexOptions instance.
- from(String) - Static method in enum com.facebook.buck.android.ResourceFilters.Density
-
- from(Path) - Static method in class com.facebook.buck.android.ResourceFilters.Qualifiers
-
Creates a Qualfiers given the Path to a resource folder, pulls out the density filters and
leaves the rest.
- from(HasContacts) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasContacts instance.
- from(RobolectricTestDescriptionArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided RobolectricTestDescriptionArg instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTestTimeout instance.
- from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
- from(JvmLibraryArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
- from(HasTests) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(JavaTestDescription.CoreArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaTestDescription.CoreArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(StrippedObjectDescription) - Method in class com.facebook.buck.android.StrippedObjectDescription.Builder
-
Fill a builder with attribute values from the provided StrippedObjectDescription instance.
- from(AppleAssetCatalogDescriptionArg) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AppleAssetCatalogDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(CxxLibraryDescription.CommonArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxLibraryDescription.CommonArg instance.
- from(AppleBinaryDescriptionArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AppleBinaryDescriptionArg instance.
- from(HasSwiftCompilerFlags) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.swift.HasSwiftCompilerFlags instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(HasTests) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.HasSystemFrameworkAndLibraries instance.
- from(AppleNativeTargetDescriptionArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.apple.AppleNativeTargetDescriptionArg instance.
- from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(HasAppleBundleFields) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.apple.HasAppleBundleFields instance.
- from(HasTests) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(AppleBundleDescriptionArg) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AppleBundleDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(AppleBundleDestinations) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
-
Fill a builder with attribute values from the provided AppleBundleDestinations instance.
- from(AppleBundleResources) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
-
Fill a builder with attribute values from the provided AppleBundleResources instance.
- from(AppleCxxPlatform) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Fill a builder with attribute values from the provided AppleCxxPlatform instance.
- from(CxxLibraryDescription.CommonArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxLibraryDescription.CommonArg instance.
- from(HasSwiftCompilerFlags) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.swift.HasSwiftCompilerFlags instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(HasTests) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.HasSystemFrameworkAndLibraries instance.
- from(AppleLibraryDescriptionArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AppleLibraryDescriptionArg instance.
- from(AppleNativeTargetDescriptionArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.apple.AppleNativeTargetDescriptionArg instance.
- from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(ApplePackageDescriptionArg) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
Fill a builder with attribute values from the provided ApplePackageDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(ApplePlatform) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
-
Fill a builder with attribute values from the provided ApplePlatform instance.
- from(AppleResourceDescriptionArg) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AppleResourceDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(AppleSdk) - Method in class com.facebook.buck.apple.AppleSdk.Builder
-
Fill a builder with attribute values from the provided AppleSdk instance.
- from(AppleSdkPaths) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
-
Fill a builder with attribute values from the provided AppleSdkPaths instance.
- from(HasContacts) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasContacts instance.
- from(HasAppleBundleFields) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.apple.HasAppleBundleFields instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTestTimeout instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(HasTests) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.HasSystemFrameworkAndLibraries instance.
- from(AppleTestDescriptionArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AppleTestDescriptionArg instance.
- from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
- from(CxxLibraryDescription.CommonArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxLibraryDescription.CommonArg instance.
- from(HasSwiftCompilerFlags) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.swift.HasSwiftCompilerFlags instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(AppleNativeTargetDescriptionArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.apple.AppleNativeTargetDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(AppleToolchain) - Method in class com.facebook.buck.apple.AppleToolchain.Builder
-
Fill a builder with attribute values from the provided AppleToolchain instance.
- from(AppleWrapperResourceArg) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
Fill a builder with attribute values from the provided AppleWrapperResourceArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(CodeSignIdentity) - Method in class com.facebook.buck.apple.CodeSignIdentity.Builder
-
Fill a builder with attribute values from the provided CodeSignIdentity instance.
- from(GroupedSource) - Method in class com.facebook.buck.apple.GroupedSource.Builder
-
Fill a builder with attribute values from the provided GroupedSource instance.
- from(MultiarchFileInfo) - Method in class com.facebook.buck.apple.MultiarchFileInfo.Builder
-
Fill a builder with attribute values from the provided MultiarchFileInfo instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.HasSystemFrameworkAndLibraries instance.
- from(PrebuiltAppleFrameworkDescriptionArg) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltAppleFrameworkDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(ProvisioningProfileMetadata) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
-
Fill a builder with attribute values from the provided ProvisioningProfileMetadata instance.
- from(AppleSimulator) - Method in class com.facebook.buck.apple.simulator.AppleSimulator.Builder
-
Fill a builder with attribute values from the provided AppleSimulator instance.
- from(AppleSimulatorProfile) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
-
Fill a builder with attribute values from the provided AppleSimulatorProfile instance.
- from(CopyFilePhaseDestinationSpec) - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec.Builder
-
Fill a builder with attribute values from the provided CopyFilePhaseDestinationSpec instance.
- from(ProductType) - Method in class com.facebook.buck.apple.xcode.xcodeproj.ProductType.Builder
-
Fill a builder with attribute values from the provided ProductType instance.
- from(HasSrcs) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
- from(XcodeScriptDescriptionArg) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Fill a builder with attribute values from the provided XcodeScriptDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(XcodeWorkspaceConfigDescriptionArg) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Fill a builder with attribute values from the provided XcodeWorkspaceConfigDescriptionArg instance.
- from(ArtifactCacheEntries) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries.Builder
-
Fill a builder with attribute values from the provided ArtifactCacheEntries instance.
- from(ArtifactInfo) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
-
Fill a builder with attribute values from the provided ArtifactInfo instance.
- from(CacheResult) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
-
Fill a builder with attribute values from the provided CacheResult instance.
- from(DirCacheEntry) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry.Builder
-
Fill a builder with attribute values from the provided DirCacheEntry instance.
- from(HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResult) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResult instance.
- from(FetchResponseReadResult) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
-
Fill a builder with attribute values from the provided FetchResponseReadResult instance.
- from(HttpArtifactCacheEventFetchData) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
-
Fill a builder with attribute values from the provided HttpArtifactCacheEventFetchData instance.
- from(HttpArtifactCacheEventStoreData) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
-
Fill a builder with attribute values from the provided HttpArtifactCacheEventStoreData instance.
- from(HttpCacheEntry) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
-
Fill a builder with attribute values from the provided HttpCacheEntry instance.
- from(HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResult) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResult instance.
- from(MetadataAndPayloadReadResultInternal) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
-
Fill a builder with attribute values from the provided MetadataAndPayloadReadResultInternal instance.
- from(NetworkCacheArgs) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
-
Fill a builder with attribute values from the provided NetworkCacheArgs instance.
- from(StoreResponseReadResult) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
-
Fill a builder with attribute values from the provided StoreResponseReadResult instance.
- from(HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResult) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResult instance.
- from(StoreWriteResult) - Method in class com.facebook.buck.artifact_cache.StoreWriteResult.Builder
-
Fill a builder with attribute values from the provided StoreWriteResult instance.
- from(Cell, OwnersReport.Builder, PerBuildState, TargetPatternEvaluator) - Static method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- from(CommandRunnerParams, PerBuildState, boolean) - Static method in class com.facebook.buck.cli.BuckQueryEnvironment
-
- from(AbstractCommandRunnerParams) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
Fill a builder with attribute values from the provided AbstractCommandRunnerParams instance.
- from(ConfigValue) - Method in class com.facebook.buck.cli.ConfigValue.Builder
-
Fill a builder with attribute values from the provided ConfigValue instance.
- from(InstallResult) - Method in class com.facebook.buck.cli.InstallResult.Builder
-
Fill a builder with attribute values from the provided InstallResult instance.
- from(ShowOptions) - Method in class com.facebook.buck.cli.ShowOptions.Builder
-
Fill a builder with attribute values from the provided ShowOptions instance.
- from(TestRun) - Method in class com.facebook.buck.cli.TestRun.Builder
-
Fill a builder with attribute values from the provided TestRun instance.
- from(BuildExecutionResult) - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
-
Fill a builder with attribute values from the provided BuildExecutionResult instance.
- from(CounterInfo) - Method in class com.facebook.buck.counters.CounterInfo.Builder
-
Fill a builder with attribute values from the provided CounterInfo instance.
- from(CounterSnapshot) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
-
Fill a builder with attribute values from the provided CounterSnapshot instance.
- from(BuildTarget, BuildRuleParams, SourcePathRuleFinder, CxxPlatform, Archive.Contents, Path, ImmutableList<SourcePath>) - Static method in class com.facebook.buck.cxx.Archive
-
- from(BuildTarget, BuildRuleParams, SourcePathRuleFinder, Archiver, ImmutableList<String>, Tool, ImmutableList<String>, Archive.Contents, Path, ImmutableList<SourcePath>) - Static method in class com.facebook.buck.cxx.Archive
-
- from(HasVersionUniverse) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.versions.HasVersionUniverse instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(CxxBinaryDescription.CommonArg) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxBinaryDescription.CommonArg instance.
- from(HasTests) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.HasSystemFrameworkAndLibraries instance.
- from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(CxxBinaryDescriptionArg) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CxxBinaryDescriptionArg instance.
- from(CxxCompilationDatabaseDependencies) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseDependencies.Builder
-
Fill a builder with attribute values from the provided CxxCompilationDatabaseDependencies instance.
- from(CxxCompilationDatabaseEntry) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry.Builder
-
Fill a builder with attribute values from the provided CxxCompilationDatabaseEntry instance.
- from(AbstractGenruleDescription.CommonArg) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.shell.AbstractGenruleDescription.CommonArg instance.
- from(HasTests) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(CxxGenruleDescriptionArg) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CxxGenruleDescriptionArg instance.
- from(CxxHeaders) - Method in class com.facebook.buck.cxx.CxxHeadersDir.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxHeaders instance.
- from(CxxHeadersDir) - Method in class com.facebook.buck.cxx.CxxHeadersDir.Builder
-
Fill a builder with attribute values from the provided CxxHeadersDir instance.
- from(CxxHeaderSourceSpec) - Method in class com.facebook.buck.cxx.CxxHeaderSourceSpec.Builder
-
Fill a builder with attribute values from the provided CxxHeaderSourceSpec instance.
- from(CxxLibraryDescription.CommonArg) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxLibraryDescription.CommonArg instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(HasTests) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.HasSystemFrameworkAndLibraries instance.
- from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(CxxLibraryDescriptionArg) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CxxLibraryDescriptionArg instance.
- from(FlavorConvertible) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.model.FlavorConvertible instance.
- from(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Fill a builder with attribute values from the provided CxxPlatform instance.
- from(CxxPrecompiledHeaderDescriptionArg) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CxxPrecompiledHeaderDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(CxxPreprocessorInput) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
-
Fill a builder with attribute values from the provided CxxPreprocessorInput instance.
- from(CxxSandboxInclude) - Method in class com.facebook.buck.cxx.CxxSandboxInclude.Builder
-
Fill a builder with attribute values from the provided CxxSandboxInclude instance.
- from(CxxHeaders) - Method in class com.facebook.buck.cxx.CxxSandboxInclude.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxHeaders instance.
- from(AbstractCxxSource) - Method in class com.facebook.buck.cxx.CxxSource.Builder
-
Fill a builder with attribute values from the provided AbstractCxxSource instance.
- from(CxxSourceRuleFactory) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
-
Fill a builder with attribute values from the provided CxxSourceRuleFactory instance.
- from(CxxSourceSet) - Method in class com.facebook.buck.cxx.CxxSourceSet.Builder
-
Fill a builder with attribute values from the provided CxxSourceSet instance.
- from(CxxHeaders) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxHeaders instance.
- from(CxxSymlinkTreeHeaders) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
-
Fill a builder with attribute values from the provided CxxSymlinkTreeHeaders instance.
- from(HasVersionUniverse) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.versions.HasVersionUniverse instance.
- from(HasContacts) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasContacts instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTestTimeout instance.
- from(CxxTestDescriptionArg) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CxxTestDescriptionArg instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(CxxBinaryDescription.CommonArg) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxBinaryDescription.CommonArg instance.
- from(HasTests) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.HasSystemFrameworkAndLibraries instance.
- from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(CxxToolProviderParams) - Method in class com.facebook.buck.cxx.CxxToolProviderParams.Builder
-
Fill a builder with attribute values from the provided CxxToolProviderParams instance.
- from(ExplicitCxxToolFlags) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
-
Fill a builder with attribute values from the provided ExplicitCxxToolFlags instance.
- from(FrameworkDependencies) - Method in class com.facebook.buck.cxx.FrameworkDependencies.Builder
-
Fill a builder with attribute values from the provided FrameworkDependencies instance.
- from(HeaderVerification) - Method in class com.facebook.buck.cxx.HeaderVerification.Builder
-
Fill a builder with attribute values from the provided HeaderVerification instance.
- from(MachoHeader) - Method in class com.facebook.buck.cxx.MachoHeader.Builder
-
Fill a builder with attribute values from the provided MachoHeader instance.
- from(NativeLinkableInput) - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
-
Fill a builder with attribute values from the provided NativeLinkableInput instance.
- from(OmnibusLibraries) - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
-
Fill a builder with attribute values from the provided OmnibusLibraries instance.
- from(OmnibusLibrary) - Method in class com.facebook.buck.cxx.OmnibusLibrary.Builder
-
Fill a builder with attribute values from the provided OmnibusLibrary instance.
- from(OmnibusRoot) - Method in class com.facebook.buck.cxx.OmnibusRoot.Builder
-
Fill a builder with attribute values from the provided OmnibusRoot instance.
- from(PrebuiltCxxLibraryDescriptionArg) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltCxxLibraryDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(PrebuiltCxxLibraryGroupDescriptionArg) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltCxxLibraryGroupDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(PreprocessorFlags) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
-
Fill a builder with attribute values from the provided PreprocessorFlags instance.
- from(DBinaryDescriptionArg) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided DBinaryDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(DIncludes) - Method in class com.facebook.buck.d.DIncludes.Builder
-
Fill a builder with attribute values from the provided DIncludes instance.
- from(DLibraryDescriptionArg) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided DLibraryDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(HasContacts) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasContacts instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTestTimeout instance.
- from(DTestDescriptionArg) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided DTestDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(AnalysisResults) - Method in class com.facebook.buck.distributed.AnalysisResults.Builder
-
Fill a builder with attribute values from the provided AnalysisResults instance.
- from(BuildRuleMachineLogEntry) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
-
Fill a builder with attribute values from the provided BuildRuleMachineLogEntry instance.
- from(BuildRuleStats) - Method in class com.facebook.buck.distributed.BuildRuleStats.Builder
-
Fill a builder with attribute values from the provided BuildRuleStats instance.
- from(BuildSlaveFinishedStatus) - Method in class com.facebook.buck.distributed.BuildSlaveFinishedStatus.Builder
-
Fill a builder with attribute values from the provided BuildSlaveFinishedStatus instance.
- from(DistBuildClientStats) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Fill a builder with attribute values from the provided DistBuildClientStats instance.
- from(DistBuildExecutorArgs) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
-
Fill a builder with attribute values from the provided DistBuildExecutorArgs instance.
- from(DistBuildStatus) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
-
Fill a builder with attribute values from the provided DistBuildStatus instance.
- from(PerRuleCumulativeStats) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats.Builder
-
Fill a builder with attribute values from the provided PerRuleCumulativeStats instance.
- from(DoctorEndpointRequest) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
-
Fill a builder with attribute values from the provided DoctorEndpointRequest instance.
- from(DoctorEndpointResponse) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse.Builder
-
Fill a builder with attribute values from the provided DoctorEndpointResponse instance.
- from(DoctorSuggestion) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion.Builder
-
Fill a builder with attribute values from the provided DoctorSuggestion instance.
- from(CsharpLibraryDescriptionArg) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CsharpLibraryDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(PrebuiltDotnetLibraryDescriptionArg) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltDotnetLibraryDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(EventKey) - Method in class com.facebook.buck.event.EventKey.Builder
-
Fill a builder with attribute values from the provided EventKey instance.
- from(EventPair) - Method in class com.facebook.buck.event.listener.EventPair.Builder
-
Fill a builder with attribute values from the provided EventPair instance.
- from(ProxyBuckEvent) - Method in class com.facebook.buck.event.listener.ProxyBuckEvent.Builder
-
Fill a builder with attribute values from the provided ProxyBuckEvent instance.
- from(BuckEventExternalInterface) - Method in class com.facebook.buck.event.listener.ProxyBuckEvent.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.event.external.events.BuckEventExternalInterface instance.
- from(RunIdStreamPair) - Method in class com.facebook.buck.event.listener.RunIdStreamPair.Builder
-
Fill a builder with attribute values from the provided RunIdStreamPair instance.
- from(PerfEventId) - Method in class com.facebook.buck.event.PerfEventId.Builder
-
Fill a builder with attribute values from the provided PerfEventId instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(RemoteFileDescriptionArg) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided RemoteFileDescriptionArg instance.
- from(GoBinaryDescriptionArg) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided GoBinaryDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(GoLibraryDescriptionArg) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided GoLibraryDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
- from(HasTests) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(GoLinkable) - Method in class com.facebook.buck.go.GoLinkable.Builder
-
Fill a builder with attribute values from the provided GoLinkable instance.
- from(GoPlatform) - Method in class com.facebook.buck.go.GoPlatform.Builder
-
Fill a builder with attribute values from the provided GoPlatform instance.
- from(HasContacts) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasContacts instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTestTimeout instance.
- from(HasSrcs) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(GoTestDescriptionArg) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided GoTestDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(HasSrcs) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(GraphqlLibraryDescriptionArg) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided GraphqlLibraryDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(GwtBinaryDescriptionArg) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided GwtBinaryDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(HasVersionUniverse) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.versions.HasVersionUniverse instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(CxxBinaryDescription.CommonArg) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxBinaryDescription.CommonArg instance.
- from(HalideLibraryDescriptionArg) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided HalideLibraryDescriptionArg instance.
- from(HasTests) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.HasSystemFrameworkAndLibraries instance.
- from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(HaskellBinaryDescriptionArg) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided HaskellBinaryDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(HaskellCompileInput) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
-
Fill a builder with attribute values from the provided HaskellCompileInput instance.
- from(BuildTarget, BuildRuleParams, SourcePathRuleFinder, Tool, HaskellVersion, ImmutableList<String>, PreprocessorFlags, CxxPlatform, AbstractCxxSourceRuleFactory.PicType, Optional<String>, Optional<HaskellPackageInfo>, ImmutableList<SourcePath>, ImmutableSortedMap<String, HaskellPackage>, ImmutableSortedMap<String, HaskellPackage>, HaskellSources, Preprocessor) - Static method in class com.facebook.buck.haskell.HaskellCompileRule
-
- from(HaskellLibraryDescriptionArg) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided HaskellLibraryDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(HaskellPackage) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
-
Fill a builder with attribute values from the provided HaskellPackage instance.
- from(BuildTarget, BuildRuleParams, SourcePathRuleFinder, Tool, HaskellVersion, HaskellPackageInfo, ImmutableSortedMap<String, HaskellPackage>, ImmutableSortedSet<String>, ImmutableSortedSet<SourcePath>, ImmutableSortedSet<SourcePath>) - Static method in class com.facebook.buck.haskell.HaskellPackageRule
-
- from(HaskellPrebuiltLibraryDescriptionArg) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided HaskellPrebuiltLibraryDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(HaskellSources) - Method in class com.facebook.buck.haskell.HaskellSources.Builder
-
Fill a builder with attribute values from the provided HaskellSources instance.
- from(HaskellVersion) - Method in class com.facebook.buck.haskell.HaskellVersion.Builder
-
Fill a builder with attribute values from the provided HaskellVersion instance.
- from(AggregationModule) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule.Builder
-
Fill a builder with attribute values from the provided AggregationModule instance.
- from(DependencyEntry) - Method in class com.facebook.buck.ide.intellij.DependencyEntry.Builder
-
Fill a builder with attribute values from the provided DependencyEntry instance.
- from(DependencyEntryData) - Method in class com.facebook.buck.ide.intellij.DependencyEntryData.Builder
-
Fill a builder with attribute values from the provided DependencyEntryData instance.
- from(ProjectFilesystem, IjProjectConfig, TargetGraph, IjLibraryFactory, IjModuleFactory, AggregationModuleFactory) - Static method in class com.facebook.buck.ide.intellij.IjModuleGraphFactory
-
- from(ContentRoot) - Method in class com.facebook.buck.ide.intellij.model.ContentRoot.Builder
-
Fill a builder with attribute values from the provided ContentRoot instance.
- from(IjSourceFolder) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder.Builder
-
Fill a builder with attribute values from the provided IjSourceFolder instance.
- from(IjProjectElement) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.ide.intellij.model.IjProjectElement instance.
- from(IjLibrary) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
-
Fill a builder with attribute values from the provided IjLibrary instance.
- from(IjModule) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Fill a builder with attribute values from the provided IjModule instance.
- from(IjProjectElement) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.ide.intellij.model.IjProjectElement instance.
- from(IjModuleAndroidFacet) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
-
Fill a builder with attribute values from the provided IjModuleAndroidFacet instance.
- from(IjProjectConfig) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Fill a builder with attribute values from the provided IjProjectConfig instance.
- from(ModuleIndexEntry) - Method in class com.facebook.buck.ide.intellij.model.ModuleIndexEntry.Builder
-
Fill a builder with attribute values from the provided ModuleIndexEntry instance.
- from(BuckPaths) - Method in class com.facebook.buck.io.BuckPaths.Builder
-
Fill a builder with attribute values from the provided BuckPaths instance.
- from(AndroidReactNativeLibraryDescriptionArg) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided AndroidReactNativeLibraryDescriptionArg instance.
- from(CoreReactNativeLibraryArg) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.js.CoreReactNativeLibraryArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(JsBundleDescriptionArg) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided JsBundleDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(JsLibraryDescriptionArg) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided JsLibraryDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(CoreReactNativeLibraryArg) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.js.CoreReactNativeLibraryArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(ReactNativeLibraryArg) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
-
Fill a builder with attribute values from the provided ReactNativeLibraryArg instance.
- from(ProjectBuildFileParserOptions) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Fill a builder with attribute values from the provided ProjectBuildFileParserOptions instance.
- from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
- from(JvmLibraryArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
- from(HasTests) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(GroovyLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.groovy.GroovyLibraryDescription.CoreArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(GroovyLibraryDescriptionArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided GroovyLibraryDescriptionArg instance.
- from(HasContacts) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasContacts instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTestTimeout instance.
- from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
- from(GroovyTestDescriptionArg) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided GroovyTestDescriptionArg instance.
- from(JvmLibraryArg) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
- from(HasTests) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(GroovyLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.groovy.GroovyLibraryDescription.CoreArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(AnnotationProcessingParams) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
-
Fill a builder with attribute values from the provided AnnotationProcessingParams instance.
- from(JavaAnnotationProcessorDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Fill a builder with attribute values from the provided JavaAnnotationProcessorDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(JavaBinaryDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided JavaBinaryDescriptionArg instance.
- from(HasTests) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(JavacOptions) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
-
Fill a builder with attribute values from the provided JavacOptions instance.
- from(JavacPluginJsr199Fields) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields.Builder
-
Fill a builder with attribute values from the provided JavacPluginJsr199Fields instance.
- from(JavacPluginProperties) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
-
Fill a builder with attribute values from the provided JavacPluginProperties instance.
- from(JavacSpec) - Method in class com.facebook.buck.jvm.java.JavacSpec.Builder
-
Fill a builder with attribute values from the provided JavacSpec instance.
- from(JavacVersion) - Method in class com.facebook.buck.jvm.java.JavacVersion.Builder
-
Fill a builder with attribute values from the provided JavacVersion instance.
- from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
- from(JvmLibraryArg) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
- from(HasTests) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(JavaLibraryDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided JavaLibraryDescriptionArg instance.
- from(JavaOptions) - Method in class com.facebook.buck.jvm.java.JavaOptions.Builder
-
Fill a builder with attribute values from the provided JavaOptions instance.
- from(HasContacts) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasContacts instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTestTimeout instance.
- from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
- from(JvmLibraryArg) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
- from(HasTests) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(JavaTestDescription.CoreArg) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaTestDescription.CoreArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(JavaTestDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided JavaTestDescriptionArg instance.
- from(JUnitJvmArgs) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Fill a builder with attribute values from the provided JUnitJvmArgs instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(KeystoreDescriptionArg) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
Fill a builder with attribute values from the provided KeystoreDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(PrebuiltJarDescriptionArg) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltJarDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(KotlincVersion) - Method in class com.facebook.buck.jvm.kotlin.KotlincVersion.Builder
-
Fill a builder with attribute values from the provided KotlincVersion instance.
- from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
- from(JvmLibraryArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
- from(HasTests) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(KotlinLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.kotlin.KotlinLibraryDescription.CoreArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(KotlinLibraryDescriptionArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided KotlinLibraryDescriptionArg instance.
- from(HasContacts) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasContacts instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTestTimeout instance.
- from(KotlinTestDescriptionArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided KotlinTestDescriptionArg instance.
- from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
- from(JvmLibraryArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
- from(HasTests) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(KotlinLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.kotlin.KotlinLibraryDescription.CoreArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(HasSrcs) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
- from(HasTests) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(ScalaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.scala.ScalaLibraryDescription.CoreArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(ScalaLibraryDescriptionArg) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided ScalaLibraryDescriptionArg instance.
- from(HasContacts) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasContacts instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTestTimeout instance.
- from(HasSrcs) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
- from(HasTests) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(ScalaTestDescriptionArg) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided ScalaTestDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(ScalaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.jvm.scala.ScalaLibraryDescription.CoreArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(CacheUploadInfo) - Method in class com.facebook.buck.log.CacheUploadInfo.Builder
-
Fill a builder with attribute values from the provided CacheUploadInfo instance.
- from(ErrorLogRecord) - Method in class com.facebook.buck.log.ErrorLogRecord.Builder
-
Fill a builder with attribute values from the provided ErrorLogRecord instance.
- from(InvocationInfo) - Method in class com.facebook.buck.log.InvocationInfo.Builder
-
Fill a builder with attribute values from the provided InvocationInfo instance.
- from(LogConfigSetup) - Method in class com.facebook.buck.log.LogConfigSetup.Builder
-
Fill a builder with attribute values from the provided LogConfigSetup instance.
- from(PerfTimesStats) - Method in class com.facebook.buck.log.PerfTimesStats.Builder
-
Fill a builder with attribute values from the provided PerfTimesStats instance.
- from(CxxLuaExtensionDescriptionArg) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CxxLuaExtensionDescriptionArg instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(HasTests) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.HasSystemFrameworkAndLibraries instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(LuaBinaryDescriptionArg) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided LuaBinaryDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(LuaLibraryDescriptionArg) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided LuaLibraryDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(BuildTarget) - Method in class com.facebook.buck.model.BuildTarget.Builder
-
Fill a builder with attribute values from the provided BuildTarget instance.
- from(String, Iterable<T>) - Static method in class com.facebook.buck.model.FlavorDomain
-
Create a FlavorDomain from FlavorConvertible objects.
- from(String, Class<E>) - Static method in class com.facebook.buck.model.FlavorDomain
-
Create a FlavorDomain from FlavorConverbile Enum.
- from(InternalFlavor) - Method in class com.facebook.buck.model.InternalFlavor.Builder
-
Fill a builder with attribute values from the provided InternalFlavor instance.
- from(Flavor) - Method in class com.facebook.buck.model.InternalFlavor.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.model.Flavor instance.
- from(MacroMatchResult) - Method in class com.facebook.buck.model.MacroMatchResult.Builder
-
Fill a builder with attribute values from the provided MacroMatchResult instance.
- from(UnflavoredBuildTarget) - Method in class com.facebook.buck.model.UnflavoredBuildTarget.Builder
-
Fill a builder with attribute values from the provided UnflavoredBuildTarget instance.
- from(UserFlavor) - Method in class com.facebook.buck.model.UserFlavor.Builder
-
Fill a builder with attribute values from the provided UserFlavor instance.
- from(Flavor) - Method in class com.facebook.buck.model.UserFlavor.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.model.Flavor instance.
- from(OcamlBinaryDescriptionArg) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided OcamlBinaryDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(OcamlBuildContext) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Fill a builder with attribute values from the provided OcamlBuildContext instance.
- from(OcamlGeneratedBuildRules) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
-
Fill a builder with attribute values from the provided OcamlGeneratedBuildRules instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(OcamlLibraryDescriptionArg) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided OcamlLibraryDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(PrebuiltOcamlLibraryDescriptionArg) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltOcamlLibraryDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(SpeculativeParsing) - Method in class com.facebook.buck.parser.SpeculativeParsing.Builder
-
Fill a builder with attribute values from the provided SpeculativeParsing instance.
- from(CxxPythonExtensionDescriptionArg) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided CxxPythonExtensionDescriptionArg instance.
- from(CxxConstructorArg) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
- from(HasTests) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.cxx.HasSystemFrameworkAndLibraries instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(PrebuiltPythonLibraryDescriptionArg) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltPythonLibraryDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(HasVersionUniverse) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.versions.HasVersionUniverse instance.
- from(HasTests) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(PythonBinaryDescriptionArg) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PythonBinaryDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(BuildRuleParams, BuildRuleResolver, CxxPlatform, PythonPlatform, String, PythonPackageComponents, String, ImmutableSet<String>, boolean, SourcePathRuleFinder, SymlinkTree, Tool) - Static method in class com.facebook.buck.python.PythonInPlaceBinary
-
- from(PythonLibraryDescription.CoreArg) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.python.PythonLibraryDescription.CoreArg instance.
- from(HasTests) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(PythonLibraryDescriptionArg) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PythonLibraryDescriptionArg instance.
- from(PythonPlatform) - Method in class com.facebook.buck.python.PythonPlatform.Builder
-
Fill a builder with attribute values from the provided PythonPlatform instance.
- from(FlavorConvertible) - Method in class com.facebook.buck.python.PythonPlatform.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.model.FlavorConvertible instance.
- from(BuildRuleParams, SourcePathRuleFinder, Supplier<ImmutableMap<String, String>>, PythonBinary, ImmutableSet<String>, ImmutableList<Pair<Float, ImmutableSet<Path>>>, Optional<Long>, ImmutableSet<String>) - Static method in class com.facebook.buck.python.PythonTest
-
- from(HasVersionUniverse) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.versions.HasVersionUniverse instance.
- from(HasContacts) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasContacts instance.
- from(PythonLibraryDescription.CoreArg) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.python.PythonLibraryDescription.CoreArg instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTestTimeout instance.
- from(HasTests) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(PythonTestDescriptionArg) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PythonTestDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(PythonVersion) - Method in class com.facebook.buck.python.PythonVersion.Builder
-
Fill a builder with attribute values from the provided PythonVersion instance.
- from(BinaryOperatorExpression) - Method in class com.facebook.buck.query.BinaryOperatorExpression.Builder
-
Fill a builder with attribute values from the provided BinaryOperatorExpression instance.
- from(FunctionExpression) - Method in class com.facebook.buck.query.FunctionExpression.Builder
-
Fill a builder with attribute values from the provided FunctionExpression instance.
- from(QueryBuildTarget) - Method in class com.facebook.buck.query.QueryBuildTarget.Builder
-
Fill a builder with attribute values from the provided QueryBuildTarget instance.
- from(QueryFileTarget) - Method in class com.facebook.buck.query.QueryFileTarget.Builder
-
Fill a builder with attribute values from the provided QueryFileTarget instance.
- from(SetExpression) - Method in class com.facebook.buck.query.SetExpression.Builder
-
Fill a builder with attribute values from the provided SetExpression instance.
- from(TargetLiteral) - Method in class com.facebook.buck.query.TargetLiteral.Builder
-
Fill a builder with attribute values from the provided TargetLiteral instance.
- from(BuildLogEntry) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
-
Fill a builder with attribute values from the provided BuildLogEntry instance.
- from(DefectReporter.AbstractDefectReport) - Method in class com.facebook.buck.rage.DefectReport.Builder
-
Fill a builder with attribute values from the provided AbstractDefectReport instance.
- from(DefectReporter.AbstractDefectSubmitResult) - Method in class com.facebook.buck.rage.DefectSubmitResult.Builder
-
Fill a builder with attribute values from the provided AbstractDefectSubmitResult instance.
- from(ExtraInfoCollector.AbstractExtraInfoResult) - Method in class com.facebook.buck.rage.ExtraInfoResult.Builder
-
Fill a builder with attribute values from the provided AbstractExtraInfoResult instance.
- from(DefectReporter.AbstractFileChangesIgnoredReport) - Method in class com.facebook.buck.rage.FileChangesIgnoredReport.Builder
-
Fill a builder with attribute values from the provided AbstractFileChangesIgnoredReport instance.
- from(RageConfig) - Method in class com.facebook.buck.rage.RageConfig.Builder
-
Fill a builder with attribute values from the provided RageConfig instance.
- from(RageJsonResponse) - Method in class com.facebook.buck.rage.RageJsonResponse.Builder
-
Fill a builder with attribute values from the provided RageJsonResponse instance.
- from(UserLocalConfiguration) - Method in class com.facebook.buck.rage.UserLocalConfiguration.Builder
-
Fill a builder with attribute values from the provided UserLocalConfiguration instance.
- from(UserReport) - Method in class com.facebook.buck.rage.UserReport.Builder
-
Fill a builder with attribute values from the provided UserReport instance.
- from(ActionGraphAndResolver) - Method in class com.facebook.buck.rules.ActionGraphAndResolver.Builder
-
Fill a builder with attribute values from the provided ActionGraphAndResolver instance.
- from(ArchiveMemberSourcePath) - Method in class com.facebook.buck.rules.ArchiveMemberSourcePath.Builder
-
Fill a builder with attribute values from the provided ArchiveMemberSourcePath instance.
- from(ImmutableList<SourcePathArg>) - Static method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
-
- from(Function<String, String>, Iterable<String>) - Static method in class com.facebook.buck.rules.args.SanitizedArg
-
- from(BuildContext) - Method in class com.facebook.buck.rules.BuildContext.Builder
-
Fill a builder with attribute values from the provided BuildContext instance.
- from(BuildEngineBuildContext) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
-
Fill a builder with attribute values from the provided BuildEngineBuildContext instance.
- from(BuildEngine.AbstractBuildEngineResult) - Method in class com.facebook.buck.rules.BuildEngineResult.Builder
-
Fill a builder with attribute values from the provided AbstractBuildEngineResult instance.
- from(BuildRuleKeys) - Method in class com.facebook.buck.rules.BuildRuleKeys.Builder
-
Fill a builder with attribute values from the provided BuildRuleKeys instance.
- from(BuildRuleType) - Method in class com.facebook.buck.rules.BuildRuleType.Builder
-
Fill a builder with attribute values from the provided BuildRuleType instance.
- from(BuildConfigFields) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Builder
-
Fill a builder with attribute values from the provided BuildConfigFields instance.
- from(BuildConfigFields.Field) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field.Builder
-
Fill a builder with attribute values from the provided Field instance.
- from(FrameworkPath) - Method in class com.facebook.buck.rules.coercer.FrameworkPath.Builder
-
Fill a builder with attribute values from the provided FrameworkPath instance.
- from(ManifestEntries) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
-
Fill a builder with attribute values from the provided ManifestEntries instance.
- from(OcamlSource) - Method in class com.facebook.buck.rules.coercer.OcamlSource.Builder
-
Fill a builder with attribute values from the provided OcamlSource instance.
- from(SourceList) - Method in class com.facebook.buck.rules.coercer.SourceList.Builder
-
Fill a builder with attribute values from the provided SourceList instance.
- from(SourceWithFlagsList) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList.Builder
-
Fill a builder with attribute values from the provided SourceWithFlagsList instance.
- from(DistBuildCellParams) - Method in class com.facebook.buck.rules.DistBuildCellParams.Builder
-
Fill a builder with attribute values from the provided DistBuildCellParams instance.
- from(ExopackageInfo) - Method in class com.facebook.buck.rules.ExopackageInfo.Builder
-
Fill a builder with attribute values from the provided ExopackageInfo instance.
- from(ExopackageInfo.DexInfo) - Method in class com.facebook.buck.rules.ExopackageInfo.DexInfo.Builder
-
Fill a builder with attribute values from the provided DexInfo instance.
- from(ExopackageInfo.NativeLibsInfo) - Method in class com.facebook.buck.rules.ExopackageInfo.NativeLibsInfo.Builder
-
Fill a builder with attribute values from the provided NativeLibsInfo instance.
- from(ExopackageInfo.ResourcesInfo) - Method in class com.facebook.buck.rules.ExopackageInfo.ResourcesInfo.Builder
-
Fill a builder with attribute values from the provided ResourcesInfo instance.
- from(ExternalTestRunnerTestSpec) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
-
Fill a builder with attribute values from the provided ExternalTestRunnerTestSpec instance.
- from(DependencyFileEntry) - Method in class com.facebook.buck.rules.keys.DependencyFileEntry.Builder
-
Fill a builder with attribute values from the provided DependencyFileEntry instance.
- from(RuleScheduleInfo) - Method in class com.facebook.buck.rules.RuleScheduleInfo.Builder
-
Fill a builder with attribute values from the provided RuleScheduleInfo instance.
- from(SourceWithFlags) - Method in class com.facebook.buck.rules.SourceWithFlags.Builder
-
Fill a builder with attribute values from the provided SourceWithFlags instance.
- from(TargetGraphAndBuildTargets) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets.Builder
-
Fill a builder with attribute values from the provided TargetGraphAndBuildTargets instance.
- from(TargetGraphAndTargetNodes) - Method in class com.facebook.buck.rules.TargetGraphAndTargetNodes.Builder
-
Fill a builder with attribute values from the provided TargetGraphAndTargetNodes instance.
- from(VersionedTool) - Method in class com.facebook.buck.rules.VersionedTool.Builder
-
Fill a builder with attribute values from the provided VersionedTool instance.
- from(BuildRuleParams, SourcePathRuleFinder, BuildTarget, Path, SourcePath, ImmutableMap<String, String>, boolean) - Static method in class com.facebook.buck.rules.WriteStringTemplateRule
-
- from(PrebuiltRustLibraryDescriptionArg) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided PrebuiltRustLibraryDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(RustBinaryDescriptionArg) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided RustBinaryDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
- from(HasTests) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(SourcePathRuleFinder, BuildRuleParams, String, Tool, Linker, ImmutableList<Arg>, ImmutableList<Arg>, ImmutableList<Arg>, ImmutableSortedSet<SourcePath>, SourcePath, boolean) - Static method in class com.facebook.buck.rust.RustCompileRule
-
- from(RustLibraryDescriptionArg) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided RustLibraryDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
- from(HasTests) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(HasSrcs) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(RustTestDescriptionArg) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided RustTestDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(ExportFileDescriptionArg) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided ExportFileDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(GenruleDescriptionArg) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided GenruleDescriptionArg instance.
- from(AbstractGenruleDescription.CommonArg) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.shell.AbstractGenruleDescription.CommonArg instance.
- from(HasTests) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(ShBinaryDescriptionArg) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided ShBinaryDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(HasContacts) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasContacts instance.
- from(HasTestTimeout) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTestTimeout instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(ShTestDescriptionArg) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided ShTestDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(WorkerToolDescriptionArg) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
Fill a builder with attribute values from the provided WorkerToolDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(ClientSideSlbConfig) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
-
Fill a builder with attribute values from the provided ClientSideSlbConfig instance.
- from(LoadBalancedServiceEventData) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
-
Fill a builder with attribute values from the provided LoadBalancedServiceEventData instance.
- from(LoadBalancerPingEventData) - Method in class com.facebook.buck.slb.LoadBalancerPingEventData.Builder
-
Fill a builder with attribute values from the provided LoadBalancerPingEventData instance.
- from(PerServerData) - Method in class com.facebook.buck.slb.PerServerData.Builder
-
Fill a builder with attribute values from the provided PerServerData instance.
- from(PerServerPingData) - Method in class com.facebook.buck.slb.PerServerPingData.Builder
-
Fill a builder with attribute values from the provided PerServerPingData instance.
- from(ServerHealthManagerEventData) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData.Builder
-
Fill a builder with attribute values from the provided ServerHealthManagerEventData instance.
- from(ThriftOverHttpServiceConfig) - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig.Builder
-
Fill a builder with attribute values from the provided ThriftOverHttpServiceConfig instance.
- from(ExecutionContext) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Fill a builder with attribute values from the provided ExecutionContext instance.
- from(SymlinkFileStep) - Method in class com.facebook.buck.step.fs.SymlinkFileStep.Builder
-
Fill a builder with attribute values from the provided SymlinkFileStep instance.
- from(HasSrcs) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(SwiftLibraryDescriptionArg) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided SwiftLibraryDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- from(SwiftPlatform) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
-
Fill a builder with attribute values from the provided SwiftPlatform instance.
- from(TestResults) - Method in class com.facebook.buck.test.TestResults.Builder
-
Fill a builder with attribute values from the provided TestResults instance.
- from(TestResultSummaryVerbosity) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity.Builder
-
Fill a builder with attribute values from the provided TestResultSummaryVerbosity instance.
- from(TestRunningOptions) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
-
Fill a builder with attribute values from the provided TestRunningOptions instance.
- from(TestStatusMessage) - Method in class com.facebook.buck.test.TestStatusMessage.Builder
-
Fill a builder with attribute values from the provided TestStatusMessage instance.
- from(AbstractAutoSparseConfig) - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig.Builder
-
Fill a builder with attribute values from the provided AbstractAutoSparseConfig instance.
- from(AbstractManifestInfo) - Method in class com.facebook.buck.util.autosparse.ManifestInfo.Builder
-
Fill a builder with attribute values from the provided AbstractManifestInfo instance.
- from(FileHashCache.AbstractFileHashCacheVerificationResult) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult.Builder
-
Fill a builder with attribute values from the provided AbstractFileHashCacheVerificationResult instance.
- from(HashCodeAndFileType) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
-
Fill a builder with attribute values from the provided HashCodeAndFileType instance.
- from(ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts.Builder
-
Fill a builder with attribute values from the provided ResourceAmounts instance.
- from(DirectoryCleanerArgs) - Method in class com.facebook.buck.util.DirectoryCleanerArgs.Builder
-
Fill a builder with attribute values from the provided DirectoryCleanerArgs instance.
- from(BuildEnvironmentDescription) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
-
Fill a builder with attribute values from the provided BuildEnvironmentDescription instance.
- from(ScribeData) - Method in class com.facebook.buck.util.network.offline.ScribeData.Builder
-
Fill a builder with attribute values from the provided ScribeData instance.
- from(PatternAndMessage) - Method in class com.facebook.buck.util.PatternAndMessage.Builder
-
Fill a builder with attribute values from the provided PatternAndMessage instance.
- from(ProcessExecutorParams) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
-
Fill a builder with attribute values from the provided ProcessExecutorParams instance.
- from(ProcessResourceConsumption) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
-
Fill a builder with attribute values from the provided ProcessResourceConsumption instance.
- from(Iterable<T>) - Static method in interface com.facebook.buck.util.RichStream
-
- from(Iterator<T>) - Static method in interface com.facebook.buck.util.RichStream
-
- from(Optional<? extends T>) - Static method in interface com.facebook.buck.util.RichStream
-
- from(Stream<T>) - Static method in interface com.facebook.buck.util.RichStream
-
- from(SampleRate) - Method in class com.facebook.buck.util.SampleRate.Builder
-
Fill a builder with attribute values from the provided SampleRate instance.
- from(CommonVersionControlStats) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.util.versioncontrol.CommonVersionControlStats instance.
- from(FullVersionControlStats) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
-
Fill a builder with attribute values from the provided FullVersionControlStats instance.
- from(AbstractSparseSummary) - Method in class com.facebook.buck.util.versioncontrol.SparseSummary.Builder
-
Fill a builder with attribute values from the provided AbstractSparseSummary instance.
- from(VersionedAliasDescriptionArg) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
-
Fill a builder with attribute values from the provided VersionedAliasDescriptionArg instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(VersionUniverse) - Method in class com.facebook.buck.versions.VersionUniverse.Builder
-
Fill a builder with attribute values from the provided VersionUniverse instance.
- from(ZipFileDescriptionArg) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided ZipFileDescriptionArg instance.
- from(HasSrcs) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
- from(CommonDescriptionArg) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
- from(HasDeclaredDeps) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg.Builder
-
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
- fromAnalyzeRule(CxxInferAnalyze, ProjectFilesystem, Path) - Static method in class com.facebook.buck.cxx.CxxCollectAndLogInferDependenciesStep
-
- fromArgs(String...) - Static method in class com.facebook.buck.testrunner.InstrumentationTestRunner
-
- fromBuildSetting(String) - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXReference.SourceTree
-
Return a sourceTree given a build setting that is typically used as a source tree prefix.
- fromBuildTarget(BuildTarget, Path) - Static method in class com.facebook.buck.cxx.InferLogLine
-
- fromBytes(byte[]) - Static method in class com.facebook.buck.util.sha1.Sha1HashCode
-
Clones the specified bytes and uses the clone to create a new
Sha1HashCode.
- fromCaptureOnlyRule(CxxInferCaptureTransitive, ProjectFilesystem, Path) - Static method in class com.facebook.buck.cxx.CxxCollectAndLogInferDependenciesStep
-
- fromCommandLineArgs(String[]) - Static method in class com.facebook.buck.maven.ArtifactConfig
-
- fromConfiguration(Iterable<String>) - Static method in class com.facebook.buck.android.ClassNameFilter
-
Convenience factory to produce a filter from a very simple pattern language.
- fromDeps() - Static method in interface com.facebook.buck.cxx.CxxLibraryDescription.TransitiveCxxPreprocessorInputFunction
-
- fromExtension(String) - Static method in enum com.facebook.buck.cxx.AbstractCxxSource.Type
-
- fromFolder(IjFolder) - Static method in enum com.facebook.buck.ide.intellij.FolderTypeWithPackageInfo
-
- fromHashCode(HashCode) - Static method in class com.facebook.buck.util.sha1.Sha1HashCode
-
- fromIdentities(Iterable<CodeSignIdentity>) - Static method in class com.facebook.buck.apple.CodeSignIdentityStore
-
- fromJson(String) - Static method in class com.facebook.buck.model.BuildId
-
- fromJson(String, String, String, long, String, String, String, String) - Static method in class com.facebook.buck.test.TestResultSummary
-
- fromJsonFunction(Class<T>) - Static method in class com.facebook.buck.util.MoreFunctions
-
- fromLibraryRule() - Static method in interface com.facebook.buck.cxx.CxxLibraryDescription.TransitiveCxxPreprocessorInputFunction
-
Retrieve the transitive CxxPreprocessorInput from the CxxLibrary rule.
- fromMode(long) - Static method in class com.facebook.buck.io.MorePosixFilePermissions
-
Convert a unix bit representation (e.g.
- fromPaths(ImmutableMap<Path, Path>, char, Charset) - Static method in class com.facebook.buck.util.ByteBufferReplacer
-
Build a replacer using the given map of paths to replacement paths, using charset to
convert to underlying byte arrays.
- fromProvisioningProfiles(Iterable<ProvisioningProfileMetadata>) - Static method in class com.facebook.buck.apple.ProvisioningProfileStore
-
- fromSearchPath(ProcessExecutor, ImmutableList<String>, Path) - Static method in class com.facebook.buck.apple.ProvisioningProfileStore
-
- fromString(String) - Static method in enum com.facebook.buck.apple.simulator.AppleSimulatorState
-
- fromString(String) - Static method in enum com.facebook.buck.cli.ProjectCommand.Ide
-
- fromString(String) - Static method in class com.facebook.buck.ide.intellij.aggregation.AggregationMode
-
- fromString(String) - Static method in enum com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Phase
-
- fromSupplierOfIterable(Supplier<? extends Iterable<T>>) - Static method in interface com.facebook.buck.util.RichStream
-
- fromSystem(ProcessExecutor, ImmutableList<String>) - Static method in class com.facebook.buck.apple.CodeSignIdentityStore
-
Construct a store by asking the system keychain for all stored code sign identities.
- FrontendOnlyJavacTask - Class in com.facebook.buck.jvm.java.abi.source
-
An implementation of JavacTask that implements only the frontend portions of the task,
using only the parse phase of the underlying compiler and without requiring a complete classpath.
- FrontendOnlyJavacTask(JavacTask) - Constructor for class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
-
- FrontendOnlyJavacTaskProxy - Interface in com.facebook.buck.jvm.java.abi.source.api
-
- FrontendOnlyJavacTaskProxyImpl - Class in com.facebook.buck.jvm.java.abi.source
-
- FrontendOnlyJavacTaskProxyImpl(JavaCompiler.CompilationTask) - Constructor for class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTaskProxyImpl
-
- FrontendOnlyJavacTaskProxyImpl(FrontendOnlyJavacTask) - Constructor for class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTaskProxyImpl
-
- FrontendService - Class in com.facebook.buck.distributed
-
Extension of ThriftOverHttpService to get rid of the template arguments and make it easymock-able
- FrontendService(ThriftOverHttpServiceConfig) - Constructor for class com.facebook.buck.distributed.FrontendService
-
- fullJarExportedDeps - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
-
- fullJarProvidedDeps - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
-
- FullVersionControlStats - Class in com.facebook.buck.util.versioncontrol
-
Immutable implementation of AbstractFullVersionControlStats.
- FullVersionControlStats.Builder - Class in com.facebook.buck.util.versioncontrol
-
- fullyQualified() - Static method in class com.facebook.buck.parser.BuildTargetPatternParser
-
Used when parsing fully-qualified target names only, such as from the command line.
- FullyReadOnCloseInputStream - Class in com.facebook.buck.artifact_cache
-
An
InputStream wrapper that fully reads the underlying stream on close.
- FullyReadOnCloseInputStream(InputStream) - Constructor for class com.facebook.buck.artifact_cache.FullyReadOnCloseInputStream
-
- FunctionExpression - Class in com.facebook.buck.query
-
A query expression for user-defined query functions.
- FunctionExpression.Builder - Class in com.facebook.buck.query
-
- FunctionMacroReplacer - Class in com.facebook.buck.rules.macros
-
A @{link MacroReplacer} wrapping a @{link Function}.
- FunctionMacroReplacer(Function<String, String>) - Constructor for class com.facebook.buck.rules.macros.FunctionMacroReplacer
-
- HALIDE_COMPILE_FLAVOR - Static variable in class com.facebook.buck.halide.HalideLibraryDescription
-
- HALIDE_COMPILER_FLAVOR - Static variable in class com.facebook.buck.halide.HalideLibraryDescription
-
- HALIDE_SECTION_NAME - Static variable in class com.facebook.buck.halide.HalideBuckConfig
-
- HALIDE_XCODE_COMPILE_SCRIPT_KEY - Static variable in class com.facebook.buck.halide.HalideBuckConfig
-
- HalideBuckConfig - Class in com.facebook.buck.halide
-
A Halide-specific "view" of BuckConfig.
- HalideBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.halide.HalideBuckConfig
-
- HalideCompile - Class in com.facebook.buck.halide
-
- HalideCompile(BuildRuleParams, Tool, String, Optional<ImmutableList<String>>, Optional<String>) - Constructor for class com.facebook.buck.halide.HalideCompile
-
- HalideCompilerStep - Class in com.facebook.buck.halide
-
- HalideCompilerStep(Path, ImmutableMap<String, String>, ImmutableList<String>, Path, String, String, Optional<ImmutableList<String>>) - Constructor for class com.facebook.buck.halide.HalideCompilerStep
-
- HalideLibrary - Class in com.facebook.buck.halide
-
- HalideLibrary(BuildRuleParams, BuildRuleResolver, Optional<Pattern>) - Constructor for class com.facebook.buck.halide.HalideLibrary
-
- HalideLibraryDescription - Class in com.facebook.buck.halide
-
- HalideLibraryDescription(CxxBuckConfig, CxxPlatform, FlavorDomain<CxxPlatform>, HalideBuckConfig) - Constructor for class com.facebook.buck.halide.HalideLibraryDescription
-
- HalideLibraryDescriptionArg - Class in com.facebook.buck.halide
-
Immutable implementation of HalideLibraryDescription.AbstractHalideLibraryDescriptionArg.
- HalideLibraryDescriptionArg.Builder - Class in com.facebook.buck.halide
-
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class com.facebook.buck.httpserver.ArtifactCacheHandler
-
- handleConsoleEvent(ConsoleEvent) - Method in class com.facebook.buck.event.listener.LoggingBuildListener
-
- handleFallback(Object) - Method in class com.facebook.buck.event.listener.LoggingBuildListener
-
- handleLine(String) - Method in interface com.facebook.buck.util.InputStreamConsumer.Handler
-
- handshake(int) - Method in interface com.facebook.buck.worker.WorkerProcessProtocol.CommandReceiver
-
- handshake(int) - Method in interface com.facebook.buck.worker.WorkerProcessProtocol.CommandSender
-
- handshake(int) - Method in class com.facebook.buck.worker.WorkerProcessProtocolZero.CommandReceiver
-
- handshake(int) - Method in class com.facebook.buck.worker.WorkerProcessProtocolZero.CommandSender
-
- HangMonitor - Class in com.facebook.buck.cli
-
- HangMonitor(Consumer<String>, Duration) - Constructor for class com.facebook.buck.cli.HangMonitor
-
- HangMonitor.AutoStartInstance - Class in com.facebook.buck.cli
-
- HasAndroidResourceDeps - Interface in com.facebook.buck.android
-
Indicates that this class may have android resources that should be packaged into an APK.
- HasAppleBundleFields - Interface in com.facebook.buck.apple
-
- HasAppleBundleResourcesDescription<T> - Interface in com.facebook.buck.apple
-
- hasAssumptionViolations() - Method in interface com.facebook.buck.event.external.elements.TestCaseSummaryExternalInterface
-
- hasAssumptionViolations() - Method in interface com.facebook.buck.event.external.elements.TestResultsExternalInterface
-
- hasAssumptionViolations() - Method in class com.facebook.buck.test.TestCaseSummary
-
- hasAssumptionViolations() - Method in class com.facebook.buck.test.TestResults
-
- hasAtLeastOneWriteableCache() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
-
- HasClasspathEntries - Interface in com.facebook.buck.jvm.java
-
Implemented by build rules where the output has a classpath environment.
- HasContacts - Interface in com.facebook.buck.rules
-
- HasDeclaredDeps - Interface in com.facebook.buck.rules
-
- HasDefaultFlavors - Interface in com.facebook.buck.model
-
A constructor arg of rules which have default flavors.
- hasElementClass(Class<?>[]) - Method in class com.facebook.buck.rules.coercer.BuildTargetMacroTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.CollectionTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.EitherTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.FrameworkPathTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.LeafTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.MapTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.NeededCoverageSpecTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.OcamlSourceTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.OptionalTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.PairTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollectionTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.SortedMapTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.SourceListTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsListTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsTypeCoercer
-
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.StringWithMacrosTypeCoercer
-
- hasElementClass(Class<?>...) - Method in interface com.facebook.buck.rules.coercer.TypeCoercer
-
Returns whether the leaf nodes of this type coercer outputs value that is an instance of the
given class or its subclasses.
- hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollectionTypeCoercer
-
- hasElementTypes(Class<?>...) - Method in class com.facebook.buck.rules.coercer.ParamInfo
-
- hasEntries() - Method in class com.facebook.buck.zip.DeterministicManifest
-
- hasFilePathSizeLimitations() - Method in class com.facebook.buck.cxx.DarwinLinker
-
- hasFilePathSizeLimitations() - Method in class com.facebook.buck.cxx.GnuLinker
-
- hasFilePathSizeLimitations() - Method in interface com.facebook.buck.cxx.Linker
-
- hasFilePathSizeLimitations() - Method in class com.facebook.buck.cxx.WindowsLinker
-
https://msdn.microsoft.com/en-us/library/ts7eyw4s.aspx - LNK1104 error if Path for filename
expands to more than 260 characters.
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.android.AndroidBinaryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.android.AndroidLibraryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.android.AndroidResourceDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.AppleBinaryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.AppleBundleDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.AppleLibraryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.ApplePackageDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.AppleResourceDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.AppleTestDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.CoreDataModelDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.SceneKitAssetsDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.XcodePrebuildScriptDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxGenruleDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxLibraryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxTestDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.go.GoBinaryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.go.GoLibraryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.go.GoTestDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.halide.HalideLibraryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.js.IosReactNativeLibraryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.js.JsBundleDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.js.JsLibraryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in interface com.facebook.buck.model.Flavored
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.rust.RustBinaryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.rust.RustLibraryDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.rust.RustTestDescription
-
- hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.swift.SwiftLibraryDescription
-
- hasFocus() - Method in class com.facebook.buck.apple.project_generator.FocusedModuleTargetMatcher
-
Returns whether any focus is set.
- hash() - Method in class com.facebook.buck.rules.keys.CountingRuleKeyHasher
-
- hash() - Method in class com.facebook.buck.rules.keys.ForwardingRuleKeyHasher
-
- hash() - Method in class com.facebook.buck.rules.keys.GuavaRuleKeyHasher
-
- hash() - Method in interface com.facebook.buck.rules.keys.RuleKeyHasher
-
Computes the final hash.
- hash() - Method in class com.facebook.buck.rules.keys.StringRuleKeyHasher
-
- hashCode() - Method in class com.facebook.buck.android.aapt.FakeRDotTxtEntryWithID
-
- hashCode() - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
-
Computes a hash code from attributes: resPaths, outFolderPath, tmpFolderPath.
- hashCode() - Method in class com.facebook.buck.android.aapt.RDotTxtEntry
-
- hashCode() - Method in class com.facebook.buck.android.AaptOutputInfo
-
Computes a hash code from attributes: pathToRDotTxt, primaryResourcesApkPath, androidManifestXml, aaptGeneratedProguardConfigFile.
- hashCode() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Computes a hash code from attributes: manifestSkeleton, buildConfigValues, includeBuildConfigClass, manifest, resourceUnionPackage, finalRName, language, depsQuery, providedDepsQuery, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, providedDeps, exportedDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, annotationProcessors, annotationProcessorOnly, plugins, generateAbiFromSource, javacSpec, name, licenses, labels, deps, srcs, tests.
- hashCode() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Computes a hash code from attributes: manifest, keystore, packageType, noDx, useSplitDex, minimizePrimaryDexSize, disablePreDex, exopackage, exopackageModes, dexCompression, androidSdkProguardConfig, useAndroidProguardConfigWithOptimizations, optimizationPasses, proguardJvmArgs, proguardConfig, resourceCompression, skipCrunchPngs, includesVectorDrawables, primaryDexPatterns, primaryDexClassesFile, primaryDexScenarioFile, primaryDexScenarioOverflowAllowed, secondaryDexHeadClassesFile, secondaryDexTailClassesFile, applicationModuleTargets, applicationModuleConfigs, linearAllocHardLimit, resourceFilter, isCacheable, duplicateResourceBehavior, allowedDuplicateResourceTypes, bannedDuplicateResourceTypes, aaptMode, trimResourceIds, keepResourcePattern, resourceUnionPackage, locales, buildStringSourceMap, cpuFilters, preprocessJavaClassesDeps, preprocessJavaClassesBash, reorderClassesIntraDex, dexReorderToolFile, dexReorderDataDumpFile, xzCompressionLevel, packageAssetLibraries, compressAssetLibraries, nativeLibraryMergeMap, nativeLibraryMergeGlue, nativeLibraryMergeCodeGenerator, nativeLibraryMergeLocalizedSymbols, nativeLibraryProguardConfigGenerator, enableRelinker, manifestEntries, buildConfigValues, redex, redexConfig, redexExtraArgs, postFilterResourcesCmd, buildConfigValuesFile, skipProguard, effectiveBannedDuplicateResourceTypes, name, licenses, labels, deps, tests.
- hashCode() - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
Computes a hash code from attributes: pathToRDotTxt, rDotJavaDir, primaryResourcesApkPath, androidManifestXml, aaptGeneratedProguardConfigFile, packageStringAssets, enhancedDeps, primaryApkAssetZips, exoResources.
- hashCode() - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
-
Computes a hash code from attributes: getPackage, values, valuesFile, name, licenses, labels.
- hashCode() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Computes a hash code from attributes: packageableCollection, copyNativeLibraries, packageStringAssets, preDexMerge, computeExopackageDepsAbi, proguardConfigs, packageAssetLibraries, primaryResourcesApkPath, primaryApkAssetZips, exoResources, compiledUberRDotJava, classpathEntriesToDex, androidManifestPath, sourcePathToAaptGeneratedProguardConfigFile, finalDeps, aPKModuleGraph.
- hashCode() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
Computes a hash code from attributes: manifest, apk, includesVectorDrawables, name, licenses, labels, deps.
- hashCode() - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
-
Computes a hash code from attributes: apk, name, licenses, labels, contacts, testRuleTimeoutMs.
- hashCode() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
Computes a hash code from attributes: pathToAdbExecutable, directoryForTestResults, testPackage, testRunner, ddmlibJarPath, kxmlJarPath, guavaJarPath, androidToolsCommonJarPath, deviceSerial, instrumentationApkPath, apkUnderTestPath, testFilter, testRunnerClasspath.
- hashCode() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Computes a hash code from attributes: manifest, resourceUnionPackage, finalRName, language, depsQuery, providedDepsQuery, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, providedDeps, exportedDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, annotationProcessors, annotationProcessorOnly, plugins, generateAbiFromSource, javacSpec, name, licenses, labels, deps, srcs, tests.
- hashCode() - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
-
Computes a hash code from attributes: skeleton, deps, name, licenses, labels.
- hashCode() - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
-
Computes a hash code from attributes: copyNativeLibraries, sonameMergeMap.
- hashCode() - Method in class com.facebook.buck.android.AndroidPackageableCollection
-
Computes a hash code from attributes: resourceDetails, nativeLibsTargets, nativeLinkables, nativeLinkablesAssets, nativeLibsDirectories, nativeLibAssetsDirectories, assetsDirectories, proguardConfigs, classpathEntriesToDex, moduleMappedClasspathEntriesToDex, noDxClasspathEntries, buildConfigs, pathsToThirdPartyJars, javaLibrariesToDex, classNamesToHashesSupplier.
- hashCode() - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
-
Computes a hash code from attributes: resourceDirectories, whitelistedStringDirectories, resourcesWithNonEmptyResDir, resourcesWithEmptyResButNonEmptyAssetsDir, hasResources.
- hashCode() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
Computes a hash code from attributes: aar, sourceJar, javadocUrl, name, licenses, labels, deps.
- hashCode() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
Computes a hash code from attributes: res, assets, projectRes, projectAssets, hasWhitelistedStrings, getPackage, manifest, resourceUnion, name, licenses, labels, deps.
- hashCode() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
Computes a hash code from attributes: apk, isCacheable, out, bash, cmd, cmdExe, srcs, name, licenses, labels, tests.
- hashCode() - Method in class com.facebook.buck.android.ApkInfo
-
Computes a hash code from attributes: manifestPath, apkPath, exopackageInfo.
- hashCode() - Method in class com.facebook.buck.android.APKModule
-
Computes a hash code from attributes: name, rootModule, canaryClassName, buildTargets.
- hashCode() - Method in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
-
- hashCode() - Method in class com.facebook.buck.android.GenAidlDescriptionArg
-
Computes a hash code from attributes: aidl, importPath, name, licenses, labels, deps.
- hashCode() - Method in class com.facebook.buck.android.GenerateBuildConfigStep
-
- hashCode() - Method in class com.facebook.buck.android.GenerateManifestStep
-
- hashCode() - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents
-
Computes a hash code from attributes: soname, linkables.
- hashCode() - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
-
Computes a hash code from attributes: mergedLinkables, mergedLinkablesAssets, sonameMapping.
- hashCode() - Method in class com.facebook.buck.android.NdkCxxPlatform
-
Computes a hash code from attributes: cxxPlatform, cxxRuntime, objdump, cxxSharedRuntimePath.
- hashCode() - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler
-
Computes a hash code from attributes: type, version, gccVersion.
- hashCode() - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
-
Computes a hash code from attributes: toolchain, toolchainTarget, targetArch, targetArchAbi, targetAppPlatform, compiler, compilerFlags, assemblerFlags, linkerFlags.
- hashCode() - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
Computes a hash code from attributes: flags, isAsset, name, licenses, labels, deps, srcs.
- hashCode() - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
-
Computes a hash code from attributes: isAsset, nativeLibs, name, licenses, labels, deps.
- hashCode() - Method in class com.facebook.buck.android.ProGuardObfuscateStep
-
- hashCode() - Method in class com.facebook.buck.android.redex.RedexOptions
-
Computes a hash code from attributes: redex, redexConfig, redexExtraArgs.
- hashCode() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Computes a hash code from attributes: robolectricRuntimeDependency, robolectricManifest, useOldStyleableFormat, forceFinalResourceIds, vmArgs, testType, runTestSeparately, forkMode, stdErrLogLevel, stdOutLogLevel, useCxxLibraries, cxxLibraryWhitelist, testCaseTimeoutMs, env, contacts, testRuleTimeoutMs, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, providedDeps, exportedDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, annotationProcessors, annotationProcessorOnly, plugins, generateAbiFromSource, javacSpec, name, licenses, labels, deps, srcs, tests.
- hashCode() - Method in class com.facebook.buck.android.StrippedObjectDescription
-
Computes a hash code from attributes: sourcePath, strippedObjectName, targetCpuType.
- hashCode() - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
Computes a hash code from attributes: dirs, appIcon, launchImage, optimization, name, licenses, labels.
- hashCode() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Computes a hash code from attributes: infoPlist, infoPlistSubstitutions, configs, headerPathPrefix, exportedHeaders, exportedPlatformHeaders, exportedPreprocessorFlags, exportedPlatformPreprocessorFlags, exportedLangPreprocessorFlags, exportedLinkerFlags, exportedPlatformLinkerFlags, exportedDeps, exportedPlatformDeps, supportedPlatformsRegex, soname, forceStatic, linkWhole, canBeAsset, preferredLinkage, xcodePublicHeadersSymlinks, xcodePrivateHeadersSymlinks, extraXcodeSources, extraXcodeFiles, reexportAllHeaderDependencies, bridgingHeader, moduleName, exportedCxxDeps, cxxDeps, linkStyle, thinLto, srcs, platformSrcs, headers, platformHeaders, prefixHeader, precompiledHeader, compilerFlags, langCompilerFlags, platformCompilerFlags, preprocessorFlags, platformPreprocessorFlags, langPreprocessorFlags, linkerFlags, platformLinkerFlags, platformDeps, headerNamespace, cxxRuntimeType, includeDirs, defaults, defaultFlavors, privateCxxDeps, name, licenses, labels, deps, tests, frameworks, libraries, swiftCompilerFlags.
- hashCode() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
Computes a hash code from attributes: binary, deps, name, licenses, labels, extension, infoPlist, productName, xcodeProductType, infoPlistSubstitutions, tests.
- hashCode() - Method in class com.facebook.buck.apple.AppleBundleDestinations
-
Computes a hash code from attributes: metadataPath, resourcesPath, executablesPath, frameworksPath, plugInsPath, watchAppPath, headersPath, modulesPath.
- hashCode() - Method in class com.facebook.buck.apple.AppleBundleResources
-
Computes a hash code from attributes: resourceDirs, dirsContainingResourceDirs, resourceFiles, resourceVariantFiles.
- hashCode() - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Computes a hash code from attributes: cxxPlatform, swiftPlatform, appleSdk, appleSdkPaths, buildVersion, minVersion, actool, ibtool, momc, copySceneKitAssets, xctest, dsymutil, lipo, stubBinary, lldb, codesignProvider, codesignAllocate, xcodeVersion, xcodeBuildVersion.
- hashCode() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Computes a hash code from attributes: infoPlist, infoPlistSubstitutions, modular, configs, headerPathPrefix, exportedHeaders, exportedPlatformHeaders, exportedPreprocessorFlags, exportedPlatformPreprocessorFlags, exportedLangPreprocessorFlags, exportedLinkerFlags, exportedPlatformLinkerFlags, exportedDeps, exportedPlatformDeps, supportedPlatformsRegex, soname, forceStatic, linkWhole, canBeAsset, preferredLinkage, xcodePublicHeadersSymlinks, xcodePrivateHeadersSymlinks, extraXcodeSources, extraXcodeFiles, reexportAllHeaderDependencies, bridgingHeader, moduleName, exportedCxxDeps, cxxDeps, linkStyle, thinLto, srcs, platformSrcs, headers, platformHeaders, prefixHeader, precompiledHeader, compilerFlags, langCompilerFlags, platformCompilerFlags, preprocessorFlags, platformPreprocessorFlags, langPreprocessorFlags, linkerFlags, platformLinkerFlags, platformDeps, headerNamespace, cxxRuntimeType, includeDirs, defaults, defaultFlavors, privateCxxDeps, name, licenses, labels, deps, tests, frameworks, libraries, swiftCompilerFlags.
- hashCode() - Method in class com.facebook.buck.apple.ApplePackageConfig
-
Computes a hash code from attributes: command, extension.
- hashCode() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
-
Computes a hash code from attributes: config, sdkVersion, platformBuildVersion, sdkPath.
- hashCode() - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
-
Computes a hash code from attributes: bundle, name, licenses, labels.
- hashCode() - Method in class com.facebook.buck.apple.ApplePlatform
-
Computes a hash code from attributes: name, swiftName, provisioningProfileName, architectures, minVersionFlagPrefix, stubBinaryPath, appIncludesFrameworks.
- hashCode() - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
Computes a hash code from attributes: dirs, files, variants, name, licenses, labels.
- hashCode() - Method in class com.facebook.buck.apple.AppleSdk
-
Computes a hash code from attributes: name, version, applePlatform, architectures, toolchains.
- hashCode() - Method in class com.facebook.buck.apple.AppleSdkPaths
-
Computes a hash code from attributes: developerPath, toolchainPaths, platformPath, sdkPath.
- hashCode() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Computes a hash code from attributes: runTestSeparately, isUiTest, testHostApp, snapshotReferenceImagesPath, destinationSpecifier, configs, headerPathPrefix, exportedHeaders, exportedPlatformHeaders, exportedPreprocessorFlags, exportedPlatformPreprocessorFlags, exportedLangPreprocessorFlags, exportedLinkerFlags, exportedPlatformLinkerFlags, exportedDeps, exportedPlatformDeps, supportedPlatformsRegex, soname, forceStatic, linkWhole, canBeAsset, preferredLinkage, xcodePublicHeadersSymlinks, xcodePrivateHeadersSymlinks, extraXcodeSources, extraXcodeFiles, reexportAllHeaderDependencies, bridgingHeader, moduleName, exportedCxxDeps, cxxDeps, linkStyle, thinLto, srcs, platformSrcs, headers, platformHeaders, prefixHeader, precompiledHeader, compilerFlags, langCompilerFlags, platformCompilerFlags, preprocessorFlags, platformPreprocessorFlags, langPreprocessorFlags, linkerFlags, platformLinkerFlags, platformDeps, headerNamespace, cxxRuntimeType, includeDirs, defaults, defaultFlavors, privateCxxDeps, name, licenses, labels, deps, tests, frameworks, libraries, swiftCompilerFlags, infoPlist, xcodeProductType, infoPlistSubstitutions, contacts, testRuleTimeoutMs.
- hashCode() - Method in class com.facebook.buck.apple.AppleToolchain
-
Computes a hash code from attributes: identifier, version, path.
- hashCode() - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
-
Computes a hash code from attributes: path, name, licenses, labels.
- hashCode() - Method in class com.facebook.buck.apple.CodeSignIdentity
-
Computes a hash code from attributes: fingerprint, subjectCommonName.
- hashCode() - Method in class com.facebook.buck.apple.GroupedSource
-
Computes a hash code from attributes: type, sourceWithFlags, sourcePath, sourceGroupName, sourceGroupPathRelativeToTarget, sourceGroup.
- hashCode() - Method in class com.facebook.buck.apple.MultiarchFileInfo
-
Computes a hash code from attributes: fatTarget, thinTargets, representativePlatform.
- hashCode() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
Computes a hash code from attributes: framework, supportedPlatformsRegex, exportedLinkerFlags, exportedPlatformLinkerFlags, preferredLinkage, name, licenses, labels, deps, frameworks, libraries.
- hashCode() - Method in class com.facebook.buck.apple.project_generator.GenerationResult
-
Computes a hash code from attributes: projectPath, projectGenerated, requiredBuildTargets, buildTargetToGeneratedTargetMap.
- hashCode() - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
-
Computes a hash code from attributes: appID, expirationDate, uUID, profilePath, platforms, entitlements, developerCertificateFingerprints.
- hashCode() - Method in class com.facebook.buck.apple.simulator.AppleSimulator
-
Computes a hash code from attributes: name, udid, simulatorState.
- hashCode() - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
-
Computes a hash code from attributes: supportedProductFamilyIDs, supportedArchitectures.
- hashCode() - Method in class com.facebook.buck.apple.TestHostInfo
-
Computes a hash code from attributes: testHostApp, testHostAppBinarySourcePath, blacklist.
- hashCode() - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
-
Computes a hash code from attributes: destination, path.
- hashCode() - Method in class com.facebook.buck.apple.xcode.xcodeproj.ProductType
-
Computes a hash code from attributes: identifier.
- hashCode() - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
-
- hashCode() - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
Computes a hash code from attributes: outputs, cmd, name, licenses, labels, srcs.
- hashCode() - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
-
Computes a hash code from attributes: srcTarget, extraTests, extraTargets, workspaceName, actionConfigNames, extraSchemes, isRemoteRunnable, explicitRunnablePath, launchStyle, name, licenses, labels.
- hashCode() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries
-
Computes a hash code from attributes: httpCacheEntries, dirCacheEntries.
- hashCode() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent.Finished
-
- hashCode() - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
-
Computes a hash code from attributes: ruleKeys, metadata, buildTarget, repository.
- hashCode() - Method in class com.facebook.buck.artifact_cache.CacheResult
-
Computes a hash code from attributes: type, cacheSource, cacheMode, cacheError, metadata, artifactSizeBytes.
- hashCode() - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
-
Computes a hash code from attributes: name, cacheDir, maxSizeBytes, cacheReadMode.
- hashCode() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
-
Computes a hash code from attributes: ruleKeys, expectedHashCode, actualHashCode, artifactOnlyHashCode, responseSizeBytes, metadata.
- hashCode() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
-
Computes a hash code from attributes: responseSizeBytes, fetchResult, requestedRuleKey, artifactContentHash, artifactSizeBytes, errorMessage, associatedRuleKeys.
- hashCode() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
-
Computes a hash code from attributes: requestSizeBytes, wasStoreSuccessful, ruleKeys, artifactContentHash, artifactSizeBytes, errorMessage.
- hashCode() - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
-
Computes a hash code from attributes: url, timeoutSeconds, readHeaders, writeHeaders, cacheReadMode, blacklistedWifiSsids, errorMessageFormat, maxStoreSize.
- hashCode() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
-
Computes a hash code from attributes: ruleKeys, expectedHashCode, actualHashCode, artifactOnlyHashCode, responseSizeBytes, metadata.
- hashCode() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
Computes a hash code from attributes: cacheName, cacheMode, repository, scheduleType, fetchClient, storeClient, cacheReadMode, projectFilesystem, buckEventBus, httpWriteExecutorService, errorTextTemplate, maxStoreSizeBytes, thriftEndpointPath, distributedBuildModeEnabled.
- hashCode() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
-
Computes a hash code from attributes: rawKeys, ruleKeys, expectedHashCode, actualHashCode, artifactOnlyHashCode, responseSizeBytes, metadata.
- hashCode() - Method in class com.facebook.buck.artifact_cache.StoreWriteResult
-
Computes a hash code from attributes: artifactContentHashCode, artifactSizeBytes.
- hashCode() - Method in class com.facebook.buck.bsd.UnixArchiveEntry
-
Computes a hash code from attributes: fileNameLength, fileModificationTimestamp, ownerId, groupId, fileMode, fileSize, fileName, headerOffset, headerSize, fileOffset.
- hashCode() - Method in class com.facebook.buck.charset.NulTerminatedCharsetDecoder.Result
-
- hashCode() - Method in class com.facebook.buck.cli.BuckConfig
-
- hashCode() - Method in class com.facebook.buck.cli.CommandRunnerParams
-
Computes a hash code from attributes: console, stdIn, cell, versionedTargetGraphCache, artifactCacheFactory, typeCoercerFactory, parser, buckEventBus, androidPlatformTargetSupplier, platform, environment, javaPackageFinder, clock, versionControlStatsGenerator, processManager, webServer, persistentWorkerPools, buckConfig, fileHashCache, executors, buildEnvironmentDescription, actionGraphCache, knownBuildRuleTypesFactory, buildInfoStoreManager, invocationInfo, defaultRuleKeyFactoryCacheRecycler.
- hashCode() - Method in class com.facebook.buck.cli.ConfigValue
-
Computes a hash code from attributes: key, section, property, value.
- hashCode() - Method in class com.facebook.buck.cli.InstallResult
-
Computes a hash code from attributes: exitCode, launchedPid.
- hashCode() - Method in class com.facebook.buck.cli.ShowOptions
-
Computes a hash code from attributes: outputPath, ruleKey, targetHash.
- hashCode() - Method in class com.facebook.buck.cli.TestRun
-
Computes a hash code from attributes: test, steps, testResultsCallable, testReportingCallback.
- hashCode() - Method in class com.facebook.buck.command.BuildExecutionResult
-
Computes a hash code from attributes: results, failures.
- hashCode() - Method in class com.facebook.buck.config.CellConfig
-
Computes a hash code from attributes: values.
- hashCode() - Method in class com.facebook.buck.config.Config
-
- hashCode() - Method in class com.facebook.buck.config.RawConfig
-
Computes a hash code from attributes: values.
- hashCode() - Method in class com.facebook.buck.counters.Counter
-
- hashCode() - Method in class com.facebook.buck.counters.CounterInfo
-
Computes a hash code from attributes: category, name, tags.
- hashCode() - Method in class com.facebook.buck.counters.CounterSnapshot
-
Computes a hash code from attributes: category, tags, tagSets, values.
- hashCode() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Computes a hash code from attributes: depsQuery, defaultPlatform, linkStyle, thinLto, srcs, platformSrcs, headers, platformHeaders, prefixHeader, precompiledHeader, compilerFlags, langCompilerFlags, platformCompilerFlags, preprocessorFlags, platformPreprocessorFlags, langPreprocessorFlags, linkerFlags, platformLinkerFlags, platformDeps, headerNamespace, cxxRuntimeType, includeDirs, defaults, defaultFlavors, cxxDeps, privateCxxDeps, name, licenses, labels, deps, tests, frameworks, libraries, versionUniverse.
- hashCode() - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseDependencies
-
Computes a hash code from attributes: sourcePaths.
- hashCode() - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
-
Computes a hash code from attributes: directory, file, arguments, command.
- hashCode() - Method in class com.facebook.buck.cxx.CxxDeps
-
Computes a hash code from attributes: deps, platformDeps.
- hashCode() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
Computes a hash code from attributes: out, bash, cmd, cmdExe, type, srcs, name, licenses, labels, tests.
- hashCode() - Method in class com.facebook.buck.cxx.CxxHeadersDir
-
Computes a hash code from attributes: includeType, root.
- hashCode() - Method in class com.facebook.buck.cxx.CxxHeaderSourceSpec
-
Computes a hash code from attributes: cxxHeaders, cxxSources.
- hashCode() - Method in class com.facebook.buck.cxx.CxxIncludePaths
-
Computes a hash code from attributes: iPaths, fPaths.
- hashCode() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Computes a hash code from attributes: exportedHeaders, exportedPlatformHeaders, exportedPreprocessorFlags, exportedPlatformPreprocessorFlags, exportedLangPreprocessorFlags, exportedLinkerFlags, exportedPlatformLinkerFlags, exportedDeps, exportedPlatformDeps, supportedPlatformsRegex, soname, forceStatic, linkWhole, canBeAsset, preferredLinkage, xcodePublicHeadersSymlinks, xcodePrivateHeadersSymlinks, extraXcodeSources, extraXcodeFiles, reexportAllHeaderDependencies, bridgingHeader, moduleName, exportedCxxDeps, cxxDeps, linkStyle, thinLto, srcs, platformSrcs, headers, platformHeaders, prefixHeader, precompiledHeader, compilerFlags, langCompilerFlags, platformCompilerFlags, preprocessorFlags, platformPreprocessorFlags, langPreprocessorFlags, linkerFlags, platformLinkerFlags, platformDeps, headerNamespace, cxxRuntimeType, includeDirs, defaults, defaultFlavors, privateCxxDeps, name, licenses, labels, deps, tests, frameworks, libraries.
- hashCode() - Method in class com.facebook.buck.cxx.CxxPlatform
-
Computes a hash code from attributes: flavor, as, asflags, aspp, asppflags, cc, cflags, cxx, cxxflags, cpp, cppflags, cxxpp, cxxppflags, cudapp, cudappflags, cuda, cudaflags, asmpp, asmppflags, asm, asmflags, ld, ldflags, runtimeLdflags, strip, stripFlags, ar, arflags, ranlib, ranlibflags, symbolNameTool, sharedLibraryExtension, sharedLibraryVersionedExtensionFormat, staticLibraryExtension, objectFileExtension, compilerDebugPathSanitizer, assemblerDebugPathSanitizer, headerVerification, flagMacros, sharedLibraryInterfaceFactory, binaryExtension, publicHeadersSymlinksEnabled, privateHeadersSymlinksEnabled.
- hashCode() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
-
Computes a hash code from attributes: src, name, licenses, labels, deps.
- hashCode() - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
-
Computes a hash code from attributes: preprocessorFlags, includes, frameworks, rules.
- hashCode() - Method in class com.facebook.buck.cxx.CxxSandboxInclude
-
Computes a hash code from attributes: includeType, root, includeDir.
- hashCode() - Method in class com.facebook.buck.cxx.CxxSource
-
Computes a hash code from attributes: type, path, flags.
- hashCode() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
Computes a hash code from attributes: params, resolver, pathResolver, ruleFinder, cxxBuckConfig, cxxPlatform, cxxPreprocessorInput, compilerFlags, prefixHeader, precompiledHeader, picType, sandboxTree.
- hashCode() - Method in class com.facebook.buck.cxx.CxxSourceSet
-
Computes a hash code from attributes: sourcesSet.
- hashCode() - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
-
Computes a hash code from attributes: includeType, root, includeRoot, headerMap, nameToPathMap.
- hashCode() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Computes a hash code from attributes: framework, env, args, runTestSeparately, useDefaultTestMain, resources, additionalCoverageTargets, depsQuery, defaultPlatform, linkStyle, thinLto, srcs, platformSrcs, headers, platformHeaders, prefixHeader, precompiledHeader, compilerFlags, langCompilerFlags, platformCompilerFlags, preprocessorFlags, platformPreprocessorFlags, langPreprocessorFlags, linkerFlags, platformLinkerFlags, platformDeps, headerNamespace, cxxRuntimeType, includeDirs, defaults, defaultFlavors, cxxDeps, privateCxxDeps, name, licenses, labels, deps, tests, frameworks, libraries, versionUniverse, contacts, testRuleTimeoutMs.
- hashCode() - Method in class com.facebook.buck.cxx.CxxTestStep
-
- hashCode() - Method in class com.facebook.buck.cxx.CxxToolProviderParams
-
Computes a hash code from attributes: source, buildTarget, path, type.
- hashCode() - Method in class com.facebook.buck.cxx.Depfiles.Depfile
-
- hashCode() - Method in class com.facebook.buck.cxx.ElfClearProgramHeadersStep
-
Computes a hash code from attributes: filesystem, path.
- hashCode() - Method in class com.facebook.buck.cxx.ElfDynamicSectionScrubberStep
-
Computes a hash code from attributes: filesystem, path.
- hashCode() - Method in class com.facebook.buck.cxx.ElfExtractSectionsStep
-
Computes a hash code from attributes: filesystem, objcopyPrefix, input, output, sections.
- hashCode() - Method in class com.facebook.buck.cxx.ElfSharedLibraryInterfaceFactory
-
Computes a hash code from attributes: objcopy.
- hashCode() - Method in class com.facebook.buck.cxx.ElfSymbolTableScrubberStep
-
Computes a hash code from attributes: filesystem, path, section, allowMissing.
- hashCode() - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
-
Computes a hash code from attributes: platformFlags, ruleFlags.
- hashCode() - Method in class com.facebook.buck.cxx.FrameworkDependencies
-
Computes a hash code from attributes: sourcePaths.
- hashCode() - Method in class com.facebook.buck.cxx.FrameworkPathArg
-
- hashCode() - Method in class com.facebook.buck.cxx.HeaderMapStep
-
- hashCode() - Method in class com.facebook.buck.cxx.HeaderVerification
-
Computes a hash code from attributes: mode, whitelist, platformWhitelist, whitelistPatterns.
- hashCode() - Method in class com.facebook.buck.cxx.IterableCxxToolFlags
-
Computes a hash code from attributes: platformFlags, ruleFlags.
- hashCode() - Method in class com.facebook.buck.cxx.MachoHeader
-
Computes a hash code from attributes: commandsCount, is64Bit.
- hashCode() - Method in class com.facebook.buck.cxx.NativeLinkableInput
-
Computes a hash code from attributes: args, frameworks, libraries.
- hashCode() - Method in class com.facebook.buck.cxx.NativeLinkTargetMode
-
Computes a hash code from attributes: type, libraryName.
- hashCode() - Method in class com.facebook.buck.cxx.OmnibusLibraries
-
Computes a hash code from attributes: roots, libraries.
- hashCode() - Method in class com.facebook.buck.cxx.OmnibusLibrary
-
Computes a hash code from attributes: soname, path.
- hashCode() - Method in class com.facebook.buck.cxx.OmnibusRoot
-
Computes a hash code from attributes: path.
- hashCode() - Method in class com.facebook.buck.cxx.OmnibusRoots
-
Computes a hash code from attributes: includedRoots, excludedRoots.
- hashCode() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Computes a hash code from attributes: includeDirs, libName, libDir, headerOnly, exportedHeaders, exportedPlatformHeaders, headerNamespace, provided, linkWhole, forceStatic, preferredLinkage, exportedPreprocessorFlags, exportedPlatformPreprocessorFlags, exportedLangPreprocessorFlags, exportedLinkerFlags, exportedPlatformLinkerFlags, soname, linkWithoutSoname, canBeAsset, frameworks, libraries, exportedDeps, supportedPlatformsRegex, versionedSubDir, supportsSharedLibraryInterface, name, licenses, labels, deps.
- hashCode() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescription
-
Returns a constant hash code value.
- hashCode() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Computes a hash code from attributes: exportedPreprocessorFlags, includeDirs, staticLink, staticLibs, staticPicLink, staticPicLibs, sharedLink, sharedLibs, providedSharedLibs, exportedDeps, supportedPlatformsRegex, name, licenses, labels, deps.
- hashCode() - Method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
-
Computes a hash code from attributes: sourceType, sourceFlags.
- hashCode() - Method in class com.facebook.buck.cxx.PreprocessorFlags
-
Computes a hash code from attributes: prefixHeader, otherFlags, includes, frameworkPaths.
- hashCode() - Method in class com.facebook.buck.cxx.RelativeLinkArg
-
- hashCode() - Method in class com.facebook.buck.cxx.ThinArchiveArg
-
Computes a hash code from attributes: path, contents.
- hashCode() - Method in class com.facebook.buck.d.DBinaryDescriptionArg
-
Computes a hash code from attributes: srcs, linkerFlags, name, licenses, labels, deps.
- hashCode() - Method in class com.facebook.buck.d.DIncludes
-
Computes a hash code from attributes: linkTree, sources.
- hashCode() - Method in class com.facebook.buck.d.DLibraryDescriptionArg
-
Computes a hash code from attributes: srcs, linkerFlags, name, licenses, labels, deps.
- hashCode() - Method in class com.facebook.buck.d.DTestDescriptionArg
-
Computes a hash code from attributes: srcs, linkerFlags, name, licenses, labels, contacts, deps, testRuleTimeoutMs.
- hashCode() - Method in class com.facebook.buck.d.DTestStep
-
- hashCode() - Method in class com.facebook.buck.dalvik.DalvikMemberReference
-
Computes a hash code from attributes: className, memberName, descriptor.
- hashCode() - Method in class com.facebook.buck.distributed.AnalysisResults
-
Computes a hash code from attributes: perRuleStats.
- hashCode() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
Computes a hash code from attributes: ruleName, ruleType, wallMillisDuration, ruleKey, inputRuleKey, buildRuleStatus, cacheResultType, outputHash, wasFailure, wasSuccessful, wasCanceled, wasCacheMiss.
- hashCode() - Method in class com.facebook.buck.distributed.BuildRuleStats
-
Computes a hash code from attributes: slaveRunId, wasDefaultRuleKeyMismatch, wasInputRuleKeyMismatch, logEntry.
- hashCode() - Method in class com.facebook.buck.distributed.BuildSlaveFinishedStatus
-
Computes a hash code from attributes: stampedeId, runId, totalRulesCount, rulesStartedCount, rulesFinishedCount, rulesSuccessCount, rulesFailureCount, exitCode, cacheRateStats.
- hashCode() - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Computes a hash code from attributes: stampedeId, buckClientError, buckClientErrorMessage, performedLocalBuild, localFallbackBuildEnabled, distributedBuildExitCode, localBuildExitCode, localBuildDurationMs, performDistributedBuildDurationMs, createDistributedBuildDurationMs, uploadMissingFilesDurationMs, uploadTargetGraphDurationMs, uploadBuckDotFilesDurationMs, setBuckVersionDurationMs, missingFilesUploadedCount, materializeSlaveLogsDurationMs.
- hashCode() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
-
Computes a hash code from attributes: state, rootCell, parser, buckEventBus, executorService, actionGraphCache, cacheKeySeed, console, artifactCache, platform, clock, executors, provider, distBuildMode, coordinatorPort, stampedeId, versionedTargetGraphCache, buildInfoStoreManager.
- hashCode() - Method in class com.facebook.buck.distributed.DistBuildStatus
-
Computes a hash code from attributes: status, message, logBook, slaveStatuses.
- hashCode() - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
-
Computes a hash code from attributes: ruleName, ruleType, localBuild, remoteBuilds, numRemoteBuilds, wasLocalFailure, wasLocalCacheMiss.
- hashCode() - Method in class com.facebook.buck.doctor.config.DoctorConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
-
Computes a hash code from attributes: buildId, logDirPath, machineReadableLog, rageMessage, rageUrl.
- hashCode() - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
-
Computes a hash code from attributes: errorMessage, suggestions.
- hashCode() - Method in class com.facebook.buck.doctor.config.DoctorSuggestion
-
Computes a hash code from attributes: status, area, suggestion.
- hashCode() - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
-
Computes a hash code from attributes: frameworkVer, resources, dllName, deps, name, licenses, labels, srcs.
- hashCode() - Method in class com.facebook.buck.dotnet.DotnetFramework
-
- hashCode() - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg
-
Computes a hash code from attributes: assembly, name, licenses, labels.
- hashCode() - Method in class com.facebook.buck.event.AbstractBuckEvent
-
- hashCode() - Method in class com.facebook.buck.event.EventKey
-
Computes a hash code from attributes: value.
- hashCode() - Method in class com.facebook.buck.event.InstallEvent.Finished
-
- hashCode() - Method in class com.facebook.buck.event.listener.EventPair
-
Computes a hash code from attributes: start, finish.
- hashCode() - Method in class com.facebook.buck.event.listener.ProxyBuckEvent
-
Computes a hash code from attributes: timestamp.
- hashCode() - Method in class com.facebook.buck.event.listener.RunIdStreamPair
-
Computes a hash code from attributes: runId, stream.
- hashCode() - Method in class com.facebook.buck.event.PerfEventId
-
Computes a hash code from attributes: value.
- hashCode() - Method in class com.facebook.buck.event.StartActivityEvent.Finished
-
- hashCode() - Method in class com.facebook.buck.event.UninstallEvent.Finished
-
- hashCode() - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
Computes a hash code from attributes: url, sha1, out, type, name, licenses, labels.
- hashCode() - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
-
Computes a hash code from attributes: compilerFlags, assemblerFlags, linkerFlags, name, licenses, labels, deps, srcs.
- hashCode() - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
-
Computes a hash code from attributes: compilerFlags, assemblerFlags, packageName, exportedDeps, name, licenses, labels, deps, srcs, tests.
- hashCode() - Method in class com.facebook.buck.go.GoLinkable
-
Computes a hash code from attributes: goLinkInput, exportedDeps.
- hashCode() - Method in class com.facebook.buck.go.GoPlatform
-
Computes a hash code from attributes: goOs, goArch, cxxPlatform.
- hashCode() - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Computes a hash code from attributes: library, packageName, compilerFlags, assemblerFlags, linkerFlags, runTestSeparately, resources, name, licenses, labels, contacts, deps, srcs, testRuleTimeoutMs.
- hashCode() - Method in class com.facebook.buck.go.GoTestStep
-
- hashCode() - Method in class com.facebook.buck.graph.DirectedAcyclicGraph
-
- hashCode() - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
-
Computes a hash code from attributes: name, licenses, labels, deps, srcs.
- hashCode() - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
Computes a hash code from attributes: modules, moduleDeps, vmArgs, style, draftCompile, optimize, localWorkers, strict, experimentalArgs, name, licenses, labels, deps.
- hashCode() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Computes a hash code from attributes: compilerDeps, configs, supportedPlatformsRegex, compilerInvocationFlags, functionName, depsQuery, defaultPlatform, linkStyle, thinLto, srcs, platformSrcs, headers, platformHeaders, prefixHeader, precompiledHeader, compilerFlags, langCompilerFlags, platformCompilerFlags, preprocessorFlags, platformPreprocessorFlags, langPreprocessorFlags, linkerFlags, platformLinkerFlags, platformDeps, headerNamespace, cxxRuntimeType, includeDirs, defaults, defaultFlavors, cxxDeps, privateCxxDeps, name, licenses, labels, deps, tests, frameworks, libraries, versionUniverse.
- hashCode() - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
-
Computes a hash code from attributes: srcs, compilerFlags, platformDeps, depsQuery, main, linkStyle, cxxPlatform, name, licenses, labels, deps.
- hashCode() - Method in class com.facebook.buck.haskell.HaskellCompileInput
-
Computes a hash code from attributes: flags, includes, packages.
- hashCode() - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
-
Computes a hash code from attributes: srcs, compilerFlags, platformDeps, linkWhole, preferredLinkage, name, licenses, labels, deps.
- hashCode() - Method in class com.facebook.buck.haskell.HaskellPackage
-
Computes a hash code from attributes: info, packageDb, libraries, interfaces.
- hashCode() - Method in class com.facebook.buck.haskell.HaskellPackageInfo
-
Computes a hash code from attributes: name, version, identifier.
- hashCode() - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
-
Computes a hash code from attributes: version, id, db, importDirs, staticLibs, sharedLibs, exportedLinkerFlags, exportedCompilerFlags, cxxHeaderDirs, name, licenses, labels, deps.
- hashCode() - Method in class com.facebook.buck.haskell.HaskellSources
-
Computes a hash code from attributes: moduleMap.
- hashCode() - Method in class com.facebook.buck.haskell.HaskellVersion
-
Computes a hash code from attributes: majorVersion.
- hashCode() - Method in class com.facebook.buck.i18n.NumberFormatterCacheKey
-
Computes a hash code from attributes: threadId, locale.
- hashCode() - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule
-
Computes a hash code from attributes: targets, moduleBasePath, aggregationTag, moduleType, excludes.
- hashCode() - Method in class com.facebook.buck.ide.intellij.DependencyEntry
-
Computes a hash code from attributes: data, type, sortOrder.
- hashCode() - Method in class com.facebook.buck.ide.intellij.DependencyEntryData
-
Computes a hash code from attributes: name, scope, exported.
- hashCode() - Method in class com.facebook.buck.ide.intellij.model.ContentRoot
-
Computes a hash code from attributes: url, folders.
- hashCode() - Method in class com.facebook.buck.ide.intellij.model.folders.IjFolder
-
- hashCode() - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
-
Computes a hash code from attributes: type, url, isTestSource, isAndroidResources, packagePrefix.
- hashCode() - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
-
Computes a hash code from attributes: name, targets, binaryJars, classPaths, sourceJars, javadocUrls.
- hashCode() - Method in class com.facebook.buck.ide.intellij.model.IjModule
-
Computes a hash code from attributes: name, targets, moduleBasePath, folders, dependencies, androidFacet, extraClassPathDependencies, generatedSourceCodeFolders, languageLevel, moduleType, metaInfDirectory, moduleImlFilePath.
- hashCode() - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
-
Computes a hash code from attributes: manifestPath, resourcePaths, assetPaths, proguardConfigPath, androidLibrary, packageName, autogenerateSources, generatedSourcePath.
- hashCode() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Computes a hash code from attributes: javaBuckConfig, buckConfig, autogenerateAndroidFacetSourcesEnabled, projectJdkName, projectJdkType, androidModuleSdkName, androidModuleSdkType, intellijModuleSdkName, intellijPluginLabels, javaModuleSdkName, javaModuleSdkType, projectLanguageLevel, excludedResourcePaths, labelToGeneratedSourcesMap, androidManifest, cleanerEnabled, removingUnusedLibrariesEnabled, excludeArtifactsEnabled, skipBuildEnabled, aggregationMode, generatedFilesListFilename, aggregatingAndroidResourceModulesEnabled, ignoredTargetLabels.
- hashCode() - Method in class com.facebook.buck.ide.intellij.model.ModuleIndexEntry
-
Computes a hash code from attributes: fileUrl, filePath, group.
- hashCode() - Method in class com.facebook.buck.io.ArchiveMemberPath
-
Computes a hash code from attributes: archivePath, memberPath.
- hashCode() - Method in class com.facebook.buck.io.BuckPaths
-
Computes a hash code from attributes: buckOut, configuredBuckOut, currentVersionFile, genDir, resDir, scratchDir, annotationDir, logDir, traceDir, cacheDir, tmpDir, trashDir, offlineLogDir, remoteSandboxDir.
- hashCode() - Method in class com.facebook.buck.io.BuildCellRelativePath
-
Computes a hash code from attributes: pathRelativeToBuildCellRoot.
- hashCode() - Method in class com.facebook.buck.io.PathOrGlobMatcher
-
- hashCode() - Method in class com.facebook.buck.io.ProjectFilesystem
-
- hashCode() - Method in class com.facebook.buck.io.ProjectWatch
-
Computes a hash code from attributes: watchRoot, projectPrefix.
- hashCode() - Method in class com.facebook.buck.io.WatchmanDiagnostic
-
Computes a hash code from attributes: level, message.
- hashCode() - Method in class com.facebook.buck.io.WatchmanQuery
-
Computes a hash code from attributes: queryPath, queryParams.
- hashCode() - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
-
Computes a hash code from attributes: getPackage, entryPath, bundleName, packagerFlags, name, licenses, labels, deps, srcs.
- hashCode() - Method in class com.facebook.buck.js.JsBundleDescriptionArg
-
Computes a hash code from attributes: entry, bundleName, worker, androidPackage, name, licenses, labels, deps.
- hashCode() - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
-
Computes a hash code from attributes: extraArgs, srcs, libs, worker, basePath, name, licenses, labels.
- hashCode() - Method in class com.facebook.buck.js.ReactNativeLibraryArg
-
Computes a hash code from attributes: entryPath, bundleName, packagerFlags, name, licenses, labels, deps, srcs.
- hashCode() - Method in class com.facebook.buck.json.BuildFileParseExceptionData
-
Computes a hash code from attributes: type, value, syntaxError, stackTrace.
- hashCode() - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
-
Computes a hash code from attributes: fileName, lineNumber, functionName, text.
- hashCode() - Method in class com.facebook.buck.json.BuildFilePythonResult
-
Computes a hash code from attributes: values, diagnostics, profile.
- hashCode() - Method in class com.facebook.buck.json.BuildFileSyntaxError
-
Computes a hash code from attributes: fileName, lineNumber, offset, text.
- hashCode() - Method in class com.facebook.buck.json.ParseBuckFileEvent.Finished
-
- hashCode() - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
-
Computes a hash code from attributes: projectRoot, cellRoots, pythonInterpreter, pythonModuleSearchPath, allowEmptyGlobs, ignorePaths, buildFileName, defaultIncludes, descriptions, rawConfig, cellName, useWatchmanGlob, watchmanGlobStatResults, watchmanUseGlobGenerator, watchman, useMercurialGlob, watchmanQueryTimeoutMs, buildFileImportWhitelist.
- hashCode() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Computes a hash code from attributes: extraGroovycArguments, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, providedDeps, exportedDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, annotationProcessors, annotationProcessorOnly, plugins, javacSpec, name, licenses, labels, deps, srcs, tests.
- hashCode() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Computes a hash code from attributes: vmArgs, testType, stdErrLogLevel, stdOutLogLevel, testCaseTimeoutMs, env, runTestSeparately, forkMode, contacts, testRuleTimeoutMs, extraGroovycArguments, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, providedDeps, exportedDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, annotationProcessors, annotationProcessorOnly, plugins, javacSpec, name, licenses, labels, deps, srcs, tests.
- hashCode() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
-
Computes a hash code from attributes: ownerTarget, projectFilesystem, legacySafeAnnotationProcessors, legacyAnnotationProcessorDeps, legacyAnnotationProcessorNames, modernProcessors, parameters, processOnly.
- hashCode() - Method in class com.facebook.buck.jvm.java.DiffAbisStep
-
Computes a hash code from attributes: classAbiPath, sourceAbiPath, verificationMode.
- hashCode() - Method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
-
Computes a hash code from attributes: directToJarOutputPath, classesToRemoveFromJar, entriesToJar, mainClass, manifestFile.
- hashCode() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
-
Computes a hash code from attributes: processorClass, isolateClassLoader, doesNotAffectAbi, supportsAbiGenerationFromSource, name, licenses, labels, deps.
- hashCode() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
Computes a hash code from attributes: mainClass, manifestFile, mergeManifests, metaInfDirectory, blacklist, name, licenses, labels, deps, tests.
- hashCode() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
Computes a hash code from attributes: eventSink, stdErr, classLoaderCache, verbosity, cellPathResolver, javaPackageFinder, projectFilesystem, usedClassesFileWriter, environment, processExecutor, absolutePathsForInputs, directToJarOutputSettings.
- hashCode() - Method in class com.facebook.buck.jvm.java.JavacOptions
-
Computes a hash code from attributes: spoolMode, productionBuild, verbose, sourceLevel, targetLevel, annotationProcessingParams, safeAnnotationProcessors, extraArguments, classesToRemoveFromJar, bootclasspath, sourceToBootclasspath, trackClassUsage, compilationMode.
- hashCode() - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields
-
Computes a hash code from attributes: canReuseClassLoader, processorNames, classpath.
- hashCode() - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
-
Computes a hash code from attributes: processorNames, classpathEntries, inputs, classpathDeps, canReuseClassLoader, doesNotAffectAbi, supportsAbiGenerationFromSource.
- hashCode() - Method in class com.facebook.buck.jvm.java.JavacSpec
-
Computes a hash code from attributes: compiler, javacPath, javacJarPath, compilerClassName, javacLocation.
- hashCode() - Method in class com.facebook.buck.jvm.java.JavacVersion
-
Computes a hash code from attributes: versionString.
- hashCode() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Computes a hash code from attributes: resources, proguardConfig, postprocessClassesCommands, resourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, providedDeps, exportedDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, annotationProcessors, annotationProcessorOnly, plugins, generateAbiFromSource, javacSpec, name, licenses, labels, deps, srcs, tests.
- hashCode() - Method in class com.facebook.buck.jvm.java.JavaOptions
-
Computes a hash code from attributes: javaPath.
- hashCode() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Computes a hash code from attributes: vmArgs, testType, runTestSeparately, forkMode, stdErrLogLevel, stdOutLogLevel, useCxxLibraries, cxxLibraryWhitelist, testCaseTimeoutMs, env, contacts, testRuleTimeoutMs, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, providedDeps, exportedDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, annotationProcessors, annotationProcessorOnly, plugins, generateAbiFromSource, javacSpec, name, licenses, labels, deps, srcs, tests.
- hashCode() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Computes a hash code from attributes: directoryForTestResults, classpathFile, testType, debugEnabled, codeCoverageEnabled, inclNoLocationClassesEnabled, shouldExplainTestSelectorList, pathToJavaAgent, buildId, buckModuleBaseSourceCodePath, stdOutLogLevel, stdErrLogLevel, robolectricLogPath, testRunnerClasspath, extraJvmArgs, testClasses, testSelectorList.
- hashCode() - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
-
Computes a hash code from attributes: store, properties, name, licenses, labels, deps.
- hashCode() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
Computes a hash code from attributes: binaryJar, sourceJar, gwtJar, javadocUrl, mavenCoords, provided, name, licenses, labels, deps.
- hashCode() - Method in class com.facebook.buck.jvm.kotlin.KotlincVersion
-
Computes a hash code from attributes: versionString.
- hashCode() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Computes a hash code from attributes: extraKotlincArguments, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, providedDeps, exportedDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, annotationProcessors, annotationProcessorOnly, plugins, generateAbiFromSource, javacSpec, name, licenses, labels, deps, srcs, tests.
- hashCode() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Computes a hash code from attributes: vmArgs, testType, stdErrLogLevel, stdOutLogLevel, testCaseTimeoutMs, env, runTestSeparately, forkMode, contacts, testRuleTimeoutMs, extraKotlincArguments, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, providedDeps, exportedDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, annotationProcessors, annotationProcessorOnly, plugins, generateAbiFromSource, javacSpec, name, licenses, labels, deps, srcs, tests.
- hashCode() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
Computes a hash code from attributes: resources, extraArguments, providedDeps, resourcesRoot, manifestFile, mavenCoords, name, licenses, labels, deps, srcs, tests.
- hashCode() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Computes a hash code from attributes: vmArgs, testType, runTestSeparately, forkMode, stdErrLogLevel, stdOutLogLevel, useCxxLibraries, cxxLibraryWhitelist, testCaseTimeoutMs, env, contacts, testRuleTimeoutMs, resources, extraArguments, providedDeps, resourcesRoot, manifestFile, mavenCoords, name, licenses, labels, deps, srcs, tests.
- hashCode() - Method in class com.facebook.buck.log.CacheUploadInfo
-
Computes a hash code from attributes: successUploadCount, failureUploadCount.
- hashCode() - Method in class com.facebook.buck.log.ErrorLogRecord
-
Computes a hash code from attributes: record, logs, traits, message, category, time, logger, buildUuid, isSuperConsoleEnabled, isDaemon, stack, errorMessage, initialError, initialErrorMsg, origin.
- hashCode() - Method in class com.facebook.buck.log.InvocationInfo
-
Computes a hash code from attributes: buildId, superConsoleEnabled, isDaemon, subCommand, commandArgs, unexpandedCommandArgs, buckLogDir, timestampMillis.
- hashCode() - Method in class com.facebook.buck.log.LogConfigSetup
-
Computes a hash code from attributes: logDir, rotateLog, count, maxLogSizeBytes, logFilePrefix.
- hashCode() - Method in class com.facebook.buck.log.PerfTimesStats
-
Computes a hash code from attributes: pythonTimeMs, initTimeMs, processingTimeMs, parseTimeMs, actionGraphTimeMs, rulekeyTimeMs, fetchTimeMs, buildTimeMs, installTimeMs.
- hashCode() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Computes a hash code from attributes: baseModule, srcs, platformSrcs, headers, platformHeaders, prefixHeader, precompiledHeader, compilerFlags, langCompilerFlags, platformCompilerFlags, preprocessorFlags, platformPreprocessorFlags, langPreprocessorFlags, linkerFlags, platformLinkerFlags, platformDeps, headerNamespace, cxxRuntimeType, includeDirs, defaults, defaultFlavors, cxxDeps, privateCxxDeps, name, licenses, labels, deps, tests, frameworks, libraries.
- hashCode() - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
-
Computes a hash code from attributes: mainModule, nativeStarterLibrary, pythonPlatform, packageStyle, name, licenses, labels, deps.
- hashCode() - Method in class com.facebook.buck.lua.LuaBinaryPackageComponents
-
Computes a hash code from attributes: starter, components.
- hashCode() - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
-
Computes a hash code from attributes: srcs, baseModule, name, licenses, labels, deps.
- hashCode() - Method in class com.facebook.buck.lua.LuaPackageComponents
-
Computes a hash code from attributes: modules, pythonModules, nativeLibraries.
- hashCode() - Method in class com.facebook.buck.lua.LuaScriptStarter
-
Computes a hash code from attributes: baseParams, ruleResolver, pathResolver, ruleFinder, luaConfig, cxxPlatform, target, output, mainModule, relativeModulesDir, relativePythonModulesDir.
- hashCode() - Method in class com.facebook.buck.lua.NativeExecutableStarter
-
Computes a hash code from attributes: baseParams, ruleResolver, pathResolver, ruleFinder, luaConfig, cxxBuckConfig, cxxPlatform, target, output, mainModule, nativeStarterLibrary, relativeModulesDir, relativePythonModulesDir, relativeNativeLibsDir.
- hashCode() - Method in class com.facebook.buck.macho.FatArch
-
Computes a hash code from attributes: cputype, cpusubtype, offset, size, align.
- hashCode() - Method in class com.facebook.buck.macho.FatHeader
-
Computes a hash code from attributes: magic, nfat_arch.
- hashCode() - Method in class com.facebook.buck.macho.LinkEditDataCommand
-
Computes a hash code from attributes: loadCommandCommonFields, dataoff, datasize.
- hashCode() - Method in class com.facebook.buck.macho.LoadCommandCommonFields
-
Computes a hash code from attributes: offsetInBinary, cmd, cmdsize.
- hashCode() - Method in class com.facebook.buck.macho.MachoHeader
-
Computes a hash code from attributes: magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags, reserved.
- hashCode() - Method in class com.facebook.buck.macho.Nlist
-
Computes a hash code from attributes: offsetInBinary, n_strx, n_type, n_sect, n_desc, n_value.
- hashCode() - Method in class com.facebook.buck.macho.Section
-
Computes a hash code from attributes: offsetInBinary, sectname, segname, addr, size, offset, align, reloff, nreloc, flags, reserved1, reserved2, reserved3.
- hashCode() - Method in class com.facebook.buck.macho.SegmentCommand
-
Computes a hash code from attributes: loadCommandCommonFields, segname, vmaddr, vmsize, fileoff, filesize, maxprot, initprot, nsects, flags.
- hashCode() - Method in class com.facebook.buck.macho.SymTabCommand
-
Computes a hash code from attributes: loadCommandCommonFields, symoff, nsyms, stroff, strsize.
- hashCode() - Method in class com.facebook.buck.macho.UnknownCommand
-
Computes a hash code from attributes: loadCommandCommonFields.
- hashCode() - Method in class com.facebook.buck.macho.UUIDCommand
-
Computes a hash code from attributes: loadCommandCommonFields, uuid.
- hashCode() - Method in class com.facebook.buck.model.BuildId
-
- hashCode() - Method in class com.facebook.buck.model.BuildTarget
-
Returns a precomputed-on-construction hash code from attributes: unflavoredBuildTarget, flavors.
- hashCode() - Method in class com.facebook.buck.model.Either
-
- hashCode() - Method in class com.facebook.buck.model.ImmediateDirectoryBuildTargetPattern
-
Computes a hash code from attributes: cellPath, pathWithinCell.
- hashCode() - Method in class com.facebook.buck.model.MacroMatchResult
-
Computes a hash code from attributes: macroType, macroInput, startIndex, endIndex, escaped.
- hashCode() - Method in class com.facebook.buck.model.Pair
-
- hashCode() - Method in class com.facebook.buck.model.SingletonBuildTargetPattern
-
Computes a hash code from attributes: target.
- hashCode() - Method in class com.facebook.buck.model.SubdirectoryBuildTargetPattern
-
Computes a hash code from attributes: cellPath, pathWithinCell.
- hashCode() - Method in class com.facebook.buck.model.UnflavoredBuildTarget
-
Computes a hash code from attributes: cellPath, cell, baseName, shortName.
- hashCode() - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
-
Computes a hash code from attributes: srcs, compilerFlags, linkerFlags, warningsFlags, bytecodeOnly, name, licenses, labels, deps.
- hashCode() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Computes a hash code from attributes: buildTarget, projectFilesystem, sourcePathResolver, library, flags, input, nativeIncludes, bytecodeIncludes, nativeLinkableInput, bytecodeLinkableInput, cLinkableInput, ocamlInput, cxxPreprocessorInput, nativeCompileDeps, bytecodeCompileDeps, bytecodeLinkDeps, ocamlDepTool, ocamlCompiler, ocamlDebug, yaccCompiler, lexCompiler, ocamlBytecodeCompiler, cFlags, ocamlInteropIncludesDir, ldFlags, cPreprocessor.
- hashCode() - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
-
Computes a hash code from attributes: rules, nativeCompileDeps, bytecodeCompileDeps, objectFiles, bytecodeLink.
- hashCode() - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
-
Computes a hash code from attributes: srcs, compilerFlags, linkerFlags, warningsFlags, bytecodeOnly, nativePlugin, name, licenses, labels, deps.
- hashCode() - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
Computes a hash code from attributes: libDir, includeDir, libName, nativeLib, bytecodeLib, cLibs, bytecodeOnly, name, licenses, labels, deps.
- hashCode() - Method in class com.facebook.buck.parser.BuildFileSpec
-
Computes a hash code from attributes: basePath, recursive, cellPath.
- hashCode() - Method in class com.facebook.buck.parser.BuildTargetSpec
-
Computes a hash code from attributes: buildTarget, buildFileSpec.
- hashCode() - Method in class com.facebook.buck.parser.ParserConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.parser.SpeculativeParsing
-
Computes a hash code from attributes: value.
- hashCode() - Method in class com.facebook.buck.parser.TargetNodePredicateSpec
-
Computes a hash code from attributes: predicate, buildFileSpec.
- hashCode() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Computes a hash code from attributes: baseModule, moduleName, srcs, platformSrcs, headers, platformHeaders, prefixHeader, precompiledHeader, compilerFlags, langCompilerFlags, platformCompilerFlags, preprocessorFlags, platformPreprocessorFlags, langPreprocessorFlags, linkerFlags, platformLinkerFlags, platformDeps, headerNamespace, cxxRuntimeType, includeDirs, defaults, defaultFlavors, cxxDeps, privateCxxDeps, name, licenses, labels, deps, tests, frameworks, libraries.
- hashCode() - Method in class com.facebook.buck.python.NeededCoverageSpec
-
Computes a hash code from attributes: neededCoverageRatio, buildTarget, pathName.
- hashCode() - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
-
Computes a hash code from attributes: binarySrc, name, licenses, labels, deps.
- hashCode() - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Computes a hash code from attributes: main, mainModule, platformDeps, baseModule, zipSafe, buildArgs, platform, cxxPlatform, packageStyle, preloadDeps, linkerFlags, extension, name, licenses, labels, deps, tests, versionUniverse.
- hashCode() - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
-
Computes a hash code from attributes: srcs, versionedSrcs, platformSrcs, resources, versionedResources, platformResources, platformDeps, baseModule, zipSafe, name, licenses, labels, deps, tests.
- hashCode() - Method in class com.facebook.buck.python.PythonPackageComponents
-
Computes a hash code from attributes: modules, resources, nativeLibraries, prebuiltLibraries, zipSafe.
- hashCode() - Method in class com.facebook.buck.python.PythonPlatform
-
Computes a hash code from attributes: flavor, environment, cxxLibrary.
- hashCode() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Computes a hash code from attributes: mainModule, platform, cxxPlatform, extension, packageStyle, preloadDeps, linkerFlags, neededCoverage, buildArgs, env, contacts, testRuleTimeoutMs, srcs, versionedSrcs, platformSrcs, resources, versionedResources, platformResources, platformDeps, baseModule, zipSafe, name, licenses, labels, deps, tests, versionUniverse.
- hashCode() - Method in class com.facebook.buck.python.PythonVersion
-
Computes a hash code from attributes: interpreterName, versionString.
- hashCode() - Method in class com.facebook.buck.query.BinaryOperatorExpression
-
Returns a precomputed-on-construction hash code from attributes: operator, operands.
- hashCode() - Method in class com.facebook.buck.query.FunctionExpression
-
Returns the precomputed-on-construction hash code from the supertype implementation of super.hashCode().
- hashCode() - Method in class com.facebook.buck.query.QueryBuildTarget
-
Computes a hash code from attributes: buildTarget.
- hashCode() - Method in class com.facebook.buck.query.QueryEnvironment.Argument
-
- hashCode() - Method in class com.facebook.buck.query.QueryFileTarget
-
Computes a hash code from attributes: path.
- hashCode() - Method in class com.facebook.buck.query.SetExpression
-
Returns a precomputed-on-construction hash code from attributes: words.
- hashCode() - Method in class com.facebook.buck.query.TargetLiteral
-
Returns a precomputed-on-construction hash code from attributes: pattern.
- hashCode() - Method in class com.facebook.buck.rage.BuildLogEntry
-
Computes a hash code from attributes: relativePath, buildId, commandArgs, exitCode, ruleKeyLoggerLogFile, machineReadableLogFile, traceFile, size, lastModifiedTime.
- hashCode() - Method in class com.facebook.buck.rage.DefectReport
-
Computes a hash code from attributes: userReport, highlightedBuildIds, includedPaths, buildEnvironmentDescription, sourceControlInfo, extraInfo, fileChangesIgnoredReport, userLocalConfiguration.
- hashCode() - Method in class com.facebook.buck.rage.DefectSubmitResult
-
Computes a hash code from attributes: isRequestSuccessful, requestProtocol, reportSubmitLocation, reportSubmitMessage, reportSubmitErrorMessage.
- hashCode() - Method in class com.facebook.buck.rage.ExtraInfoResult
-
Computes a hash code from attributes: output, extraFiles.
- hashCode() - Method in class com.facebook.buck.rage.FileChangesIgnoredReport
-
Computes a hash code from attributes: watchmanDiagReport.
- hashCode() - Method in class com.facebook.buck.rage.RageConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.rage.RageJsonResponse
-
Computes a hash code from attributes: requestSuccessful, errorMessage, rageUrl, message.
- hashCode() - Method in class com.facebook.buck.rage.SourceControlInfo
-
Computes a hash code from attributes: currentRevisionId, basedOffWhichTracked, revisionIdOffTracked, revisionTimestampOffTracked, diff, dirtyFiles.
- hashCode() - Method in class com.facebook.buck.rage.UserLocalConfiguration
-
Computes a hash code from attributes: noBuckCheckPresent, localConfigsContents.
- hashCode() - Method in class com.facebook.buck.rage.UserReport
-
Computes a hash code from attributes: userIssueDescription.
- hashCode() - Method in class com.facebook.buck.rules.AbstractBuildRule
-
- hashCode() - Method in class com.facebook.buck.rules.ActionGraphAndResolver
-
Computes a hash code from attributes: actionGraph, resolver.
- hashCode() - Method in class com.facebook.buck.rules.ArchiveMemberSourcePath
-
Returns a precomputed-on-construction hash code from attributes: archiveSourcePath, memberPath.
- hashCode() - Method in interface com.facebook.buck.rules.args.Arg
-
- hashCode() - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
-
- hashCode() - Method in class com.facebook.buck.rules.args.MacroArg
-
- hashCode() - Method in class com.facebook.buck.rules.args.ProxyArg
-
- hashCode() - Method in class com.facebook.buck.rules.args.SanitizedArg
-
- hashCode() - Method in class com.facebook.buck.rules.args.SourcePathArg
-
Computes a hash code from attributes: path.
- hashCode() - Method in class com.facebook.buck.rules.args.StringArg
-
Computes a hash code from attributes: arg.
- hashCode() - Method in class com.facebook.buck.rules.args.StringWithMacrosArg
-
Computes a hash code from attributes: stringWithMacros, expanders, buildTarget, cellPathResolver, buildRuleResolver, classExpanders.
- hashCode() - Method in class com.facebook.buck.rules.BuildContext
-
Computes a hash code from attributes: sourcePathResolver, buildCellRootPath, javaPackageFinder, eventBus, androidPlatformTargetSupplier.
- hashCode() - Method in class com.facebook.buck.rules.BuildEngineBuildContext
-
Computes a hash code from attributes: buildContext, artifactCache, clock, buildId, environment, keepGoing.
- hashCode() - Method in class com.facebook.buck.rules.BuildEngineResult
-
Computes a hash code from attributes: result.
- hashCode() - Method in class com.facebook.buck.rules.BuildEvent.DistBuildFinished
-
- hashCode() - Method in class com.facebook.buck.rules.BuildEvent.Finished
-
- hashCode() - Method in class com.facebook.buck.rules.BuildEvent.RuleCountCalculated
-
- hashCode() - Method in class com.facebook.buck.rules.BuildEvent.UnskippedRuleCountUpdated
-
- hashCode() - Method in class com.facebook.buck.rules.BuildRuleKeys
-
Computes a hash code from attributes: ruleKey, inputRuleKey, depFileRuleKey, manifestRuleKey.
- hashCode() - Method in class com.facebook.buck.rules.BuildRuleType
-
Computes a hash code from attributes: name, testRule.
- hashCode() - Method in class com.facebook.buck.rules.CachingBuildEngineBuckConfig
-
Computes a hash code from attributes: delegate.
- hashCode() - Method in class com.facebook.buck.rules.Cell
-
- hashCode() - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
-
Computes a hash code from attributes: type, name, value.
- hashCode() - Method in class com.facebook.buck.rules.coercer.BuildConfigFields
-
Computes a hash code from attributes: nameToField.
- hashCode() - Method in class com.facebook.buck.rules.coercer.DefaultTypeCoercerFactory
-
- hashCode() - Method in class com.facebook.buck.rules.coercer.FrameworkPath
-
Computes a hash code from attributes: type, sourceTreePath, sourcePath.
- hashCode() - Method in class com.facebook.buck.rules.coercer.ManifestEntries
-
Computes a hash code from attributes: minSdkVersion, targetSdkVersion, versionCode, versionName, debugMode, placeholders.
- hashCode() - Method in class com.facebook.buck.rules.coercer.OcamlSource
-
Computes a hash code from attributes: name, source.
- hashCode() - Method in class com.facebook.buck.rules.coercer.ParamInfo
-
- hashCode() - Method in class com.facebook.buck.rules.coercer.SourceList
-
Computes a hash code from attributes: type, unnamedSources, namedSources.
- hashCode() - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
-
Computes a hash code from attributes: type, unnamedSources, namedSources.
- hashCode() - Method in class com.facebook.buck.rules.DefaultBuildTargetSourcePath
-
- hashCode() - Method in class com.facebook.buck.rules.DistBuildCellParams
-
Computes a hash code from attributes: config, filesystem, canonicalName.
- hashCode() - Method in class com.facebook.buck.rules.ExopackageInfo.DexInfo
-
Computes a hash code from attributes: metadata, directory.
- hashCode() - Method in class com.facebook.buck.rules.ExopackageInfo
-
Computes a hash code from attributes: dexInfo, nativeLibsInfo, resourcesInfo.
- hashCode() - Method in class com.facebook.buck.rules.ExopackageInfo.NativeLibsInfo
-
Computes a hash code from attributes: metadata, directory.
- hashCode() - Method in class com.facebook.buck.rules.ExopackageInfo.ResourcesInfo
-
Computes a hash code from attributes: resourcesPaths.
- hashCode() - Method in class com.facebook.buck.rules.ExplicitBuildTargetSourcePath
-
- hashCode() - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
-
Computes a hash code from attributes: target, type, command, neededCoverage, additionalCoverageTargets, env, labels, contacts.
- hashCode() - Method in class com.facebook.buck.rules.ForwardingBuildTargetSourcePath
-
- hashCode() - Method in class com.facebook.buck.rules.keys.DependencyFileEntry
-
Computes a hash code from attributes: pathToFile, pathWithinArchive.
- hashCode() - Method in class com.facebook.buck.rules.keys.RuleKeyAndInputs
-
Computes a hash code from attributes: ruleKey, inputs.
- hashCode() - Method in class com.facebook.buck.rules.keys.RuleKeyFactories
-
Computes a hash code from attributes: defaultRuleKeyFactory, inputBasedRuleKeyFactory, depFileRuleKeyFactory.
- hashCode() - Method in class com.facebook.buck.rules.keys.RuleKeyInput
-
Computes a hash code from attributes: filesystem, path.
- hashCode() - Method in class com.facebook.buck.rules.keys.RuleKeyResult
-
- hashCode() - Method in class com.facebook.buck.rules.macros.ClasspathMacro
-
Computes a hash code from attributes: target.
- hashCode() - Method in class com.facebook.buck.rules.macros.ExecutableMacro
-
Computes a hash code from attributes: target.
- hashCode() - Method in class com.facebook.buck.rules.macros.LocationMacro
-
Computes a hash code from attributes: target.
- hashCode() - Method in class com.facebook.buck.rules.macros.MavenCoordinatesMacro
-
Computes a hash code from attributes: target.
- hashCode() - Method in class com.facebook.buck.rules.macros.QueryOutputsMacro
-
Computes a hash code from attributes: query.
- hashCode() - Method in class com.facebook.buck.rules.macros.QueryTargetsMacro
-
Computes a hash code from attributes: query.
- hashCode() - Method in class com.facebook.buck.rules.macros.StringWithMacros
-
Computes a hash code from attributes: parts.
- hashCode() - Method in class com.facebook.buck.rules.PathSourcePath
-
- hashCode() - Method in class com.facebook.buck.rules.query.Query
-
Computes a hash code from attributes: query.
- hashCode() - Method in class com.facebook.buck.rules.RelativeCellName
-
Computes a hash code from attributes: components.
- hashCode() - Method in class com.facebook.buck.rules.ResourceAwareSchedulingInfo
-
Computes a hash code from attributes: resourceAwareSchedulingEnabled, defaultResourceAmounts, amountsPerRuleType.
- hashCode() - Method in class com.facebook.buck.rules.RuleKey
-
- hashCode() - Method in class com.facebook.buck.rules.RuleScheduleInfo
-
Computes a hash code from attributes: jobsMultiplier.
- hashCode() - Method in class com.facebook.buck.rules.SourceWithFlags
-
Computes a hash code from attributes: sourcePath, flags.
- hashCode() - Method in class com.facebook.buck.rules.TargetGraph
-
- hashCode() - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
-
Computes a hash code from attributes: targetGraph, buildTargets.
- hashCode() - Method in class com.facebook.buck.rules.TargetGraphAndTargetNodes
-
Computes a hash code from attributes: targetGraph, targetNodes.
- hashCode() - Method in class com.facebook.buck.rules.VersionedTool
-
Computes a hash code from attributes: path, extraArgs, name, version.
- hashCode() - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
-
Computes a hash code from attributes: rlib, crate, linkStyle, name, licenses, labels, deps.
- hashCode() - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
-
Computes a hash code from attributes: features, rustcFlags, linkerFlags, linkStyle, crate, crateRoot, rpath, name, licenses, labels, deps, srcs, tests.
- hashCode() - Method in class com.facebook.buck.rust.RustLibraryArg
-
- hashCode() - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
-
Computes a hash code from attributes: features, rustcFlags, preferredLinkage, crate, crateRoot, name, licenses, labels, deps, srcs, tests.
- hashCode() - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
Computes a hash code from attributes: contacts, features, rustcFlags, linkerFlags, linkStyle, rpath, framework, crate, crateRoot, name, licenses, labels, deps, srcs.
- hashCode() - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
-
Computes a hash code from attributes: src, out, mode, name, licenses, labels.
- hashCode() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
Computes a hash code from attributes: executable, out, bash, cmd, cmdExe, type, srcs, name, licenses, labels, tests.
- hashCode() - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
-
Computes a hash code from attributes: main, resources, name, licenses, labels, deps.
- hashCode() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
Computes a hash code from attributes: test, args, runTestSeparately, resources, env, name, licenses, labels, contacts, deps, testRuleTimeoutMs.
- hashCode() - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
Computes a hash code from attributes: env, args, exe, maxWorkers, persistent, name, licenses, labels.
- hashCode() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
Computes a hash code from attributes: clock, serverPool, eventBus, errorCheckTimeRangeMillis, latencyCheckTimeRangeMillis, maxAcceptableLatencyMillis, connectionTimeoutMillis, healthCheckIntervalMillis, pingEndpoint, maxErrorPercentage.
- hashCode() - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
-
Computes a hash code from attributes: server, exception, requestSizeBytes, responseSizeBytes.
- hashCode() - Method in class com.facebook.buck.slb.LoadBalancerPingEventData
-
Computes a hash code from attributes: perServerData.
- hashCode() - Method in class com.facebook.buck.slb.PerServerData
-
Computes a hash code from attributes: server, serverUnhealthy, bestServer.
- hashCode() - Method in class com.facebook.buck.slb.PerServerPingData
-
Computes a hash code from attributes: server, exception, pingRequestLatencyMillis.
- hashCode() - Method in class com.facebook.buck.slb.ServerHealthManagerEventData
-
Computes a hash code from attributes: noHealthyServersAvailable, perServerData.
- hashCode() - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig
-
Computes a hash code from attributes: service.
- hashCode() - Method in class com.facebook.buck.step.AbstractTestStep
-
- hashCode() - Method in class com.facebook.buck.step.ExecutionContext
-
Computes a hash code from attributes: console, buckEventBus, platform, environment, javaPackageFinder, executors, targetDevice, targetDeviceOptions, adbOptions, persistentWorkerPools, cellPathResolver, buildCellRootPath, processExecutor, androidPlatformTargetSupplier, defaultTestTimeoutMillis, codeCoverageEnabled, inclNoLocationClassesEnabled, shouldReportAbsolutePaths, debugEnabled, ruleKeyDiagnosticsMode, workerProcessPools, concurrencyLimit, classLoaderCache, verbosity, stdErr, stdOut, buildId, ansi.
- hashCode() - Method in class com.facebook.buck.step.fs.MkdirStep
-
Computes a hash code from attributes: path.
- hashCode() - Method in class com.facebook.buck.step.fs.RmStep
-
Computes a hash code from attributes: path, recursive.
- hashCode() - Method in class com.facebook.buck.step.fs.SymlinkFileStep
-
Computes a hash code from attributes: filesystem, existingFile, desiredLink.
- hashCode() - Method in class com.facebook.buck.step.fs.SymlinkTreeStep
-
- hashCode() - Method in class com.facebook.buck.step.fs.TouchStep
-
- hashCode() - Method in class com.facebook.buck.step.StepEvent.Finished
-
- hashCode() - Method in class com.facebook.buck.step.StepExecutionResult
-
Computes a hash code from attributes: exitCode, stderr, success.
- hashCode() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Computes a hash code from attributes: moduleName, compilerFlags, frameworks, libraries, enableObjcInterop, supportedPlatformsRegex, soname, bridgingHeader, preferredLinkage, name, licenses, labels, deps, srcs.
- hashCode() - Method in class com.facebook.buck.swift.SwiftPlatform
-
Computes a hash code from attributes: swiftc, swiftStdlibTool, swiftRuntimePaths, swiftStaticRuntimePaths.
- hashCode() - Method in class com.facebook.buck.test.selectors.TestDescription
-
- hashCode() - Method in class com.facebook.buck.test.TestResults
-
Computes a hash code from attributes: buildTarget, success, hasAssumptionViolations, failureCount, failures, testCases, contacts, labels, testLogPaths, dependenciesPassTheirTests, sequenceNumber, totalNumberOfTests.
- hashCode() - Method in class com.facebook.buck.test.TestResultSummary
-
- hashCode() - Method in class com.facebook.buck.test.TestResultSummaryVerbosity
-
Computes a hash code from attributes: includeStdErr, includeStdOut, maxDebugLogLines.
- hashCode() - Method in class com.facebook.buck.test.TestRunningOptions
-
Computes a hash code from attributes: codeCoverageEnabled, runAllTests, testSelectorList, shouldExplainTestSelectorList, shufflingTests, pathToXmlTestOutput, pathToJavaAgent, coverageReportFormat, coverageReportTitle, environmentOverrides, coverageExcludes, coverageIncludes.
- hashCode() - Method in class com.facebook.buck.test.TestStatusMessage
-
Computes a hash code from attributes: message, level, timestampMillis.
- hashCode() - Method in class com.facebook.buck.timing.ClockDuration
-
- hashCode() - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig
-
Computes a hash code from attributes: enabled, ignoredPaths.
- hashCode() - Method in class com.facebook.buck.util.autosparse.ManifestInfo
-
Computes a hash code from attributes: hash, flags.
- hashCode() - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
-
Computes a hash code from attributes: cachesExamined, filesExamined, verificationErrors.
- hashCode() - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
-
Computes a hash code from attributes: type, getHashCode, children, timestamp.
- hashCode() - Method in class com.facebook.buck.util.concurrent.ListeningSemaphoreArrayPendingItem
-
Computes a hash code from attributes: future, resources.
- hashCode() - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
-
Computes a hash code from attributes: cpu, memory, diskIO, networkIO.
- hashCode() - Method in class com.facebook.buck.util.DirectoryCleanerArgs
-
Computes a hash code from attributes: pathSelector, maxTotalSizeBytes, maxPathCount, minAmountOfEntriesToKeep, maxBytesAfterDeletion.
- hashCode() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
Computes a hash code from attributes: user, hostname, os, availableCores, systemMemory, buckDirty, buckCommit, javaVersion, cacheModes, extraData, jsonProtocolVersion, buildType.
- hashCode() - Method in class com.facebook.buck.util.ImmutableMapWithNullValues
-
- hashCode() - Method in class com.facebook.buck.util.network.AbstractBatchingLogger.BatchEntry
-
- hashCode() - Method in class com.facebook.buck.util.network.offline.ScribeData
-
Computes a hash code from attributes: category, lines.
- hashCode() - Method in class com.facebook.buck.util.PatternAndMessage
-
Computes a hash code from attributes: pattern, message.
- hashCode() - Method in class com.facebook.buck.util.ProcessExecutorParams
-
Computes a hash code from attributes: command, directory, environment, redirectInput, redirectOutput, redirectError, redirectErrorStream.
- hashCode() - Method in class com.facebook.buck.util.ProcessResourceConsumption
-
Computes a hash code from attributes: memResident, memSize, cpuReal, cpuUser, cpuSys, cpuTotal, ioBytesRead, ioBytesWritten, ioTotal.
- hashCode() - Method in class com.facebook.buck.util.SampleRate
-
Computes a hash code from attributes: sampleRate.
- hashCode() - Method in class com.facebook.buck.util.sha1.Sha1HashCode
-
- hashCode() - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
-
Computes a hash code from attributes: currentRevisionId, baseBookmarks, branchedFromMasterRevisionId, branchedFromMasterTS.
- hashCode() - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
-
Computes a hash code from attributes: pathsChangedInWorkingDirectory, diff, currentRevisionId, baseBookmarks, branchedFromMasterRevisionId, branchedFromMasterTS.
- hashCode() - Method in class com.facebook.buck.util.versioncontrol.SparseSummary
-
Computes a hash code from attributes: profilesAdded, includeRulesAdded, excludeRulesAdded, filesAdded, filesDropped, filesConflicting.
- hashCode() - Method in class com.facebook.buck.util.WatchmanOverflowEvent
-
Computes a hash code from attributes: cellPath, reason.
- hashCode() - Method in class com.facebook.buck.util.WatchmanPathEvent
-
Computes a hash code from attributes: cellPath, kind, path.
- hashCode() - Method in class com.facebook.buck.versions.CachedVersionedTargetGraph
-
Computes a hash code from attributes: inputs, targetGraphAndBuildTargets.
- hashCode() - Method in class com.facebook.buck.versions.ExactConstraint
-
Computes a hash code from attributes: version.
- hashCode() - Method in class com.facebook.buck.versions.FlavorSearchTargetNodeFinder
-
Computes a hash code from attributes: baseTargetIndex, buildTargetIndex, baseTargetFlavorMap.
- hashCode() - Method in class com.facebook.buck.versions.Version
-
Computes a hash code from attributes: name.
- hashCode() - Method in class com.facebook.buck.versions.VersionedAliasDescription
-
Returns a constant hash code value.
- hashCode() - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
-
Computes a hash code from attributes: versions, name, licenses, labels.
- hashCode() - Method in class com.facebook.buck.versions.VersionedTargetGraphCacheResult
-
Computes a hash code from attributes: type, targetGraphAndBuildTargets.
- hashCode() - Method in class com.facebook.buck.versions.VersionedTargetGraphInputs
-
Computes a hash code from attributes: targetGraphAndBuildTargets, versionUniverses.
- hashCode() - Method in class com.facebook.buck.versions.VersionInfo
-
Computes a hash code from attributes: versionDomain.
- hashCode() - Method in class com.facebook.buck.versions.VersionUniverse
-
Computes a hash code from attributes: versions.
- hashCode() - Method in class com.facebook.buck.worker.WorkerJobParams
-
Computes a hash code from attributes: jobArgs, workerProcessParams.
- hashCode() - Method in class com.facebook.buck.worker.WorkerJobResult
-
Computes a hash code from attributes: exitCode, stdout, stderr.
- hashCode() - Method in class com.facebook.buck.worker.WorkerProcessCommand
-
Computes a hash code from attributes: argsPath, stdOutPath, stdErrPath.
- hashCode() - Method in class com.facebook.buck.worker.WorkerProcessIdentity
-
Computes a hash code from attributes: persistentWorkerKey, workerHash.
- hashCode() - Method in class com.facebook.buck.worker.WorkerProcessParams
-
Computes a hash code from attributes: tempDir, startupCommand, startupEnvironment, maxWorkers, workerProcessIdentity.
- hashCode() - Method in class com.facebook.buck.zip.ZipFileDescriptionArg
-
Computes a hash code from attributes: out, name, licenses, labels, deps, srcs.
- hashCode() - Method in class com.facebook.buck.zip.ZipScrubberStep
-
Computes a hash code from attributes: zipAbsolutePath.
- HashCodeAndFileType - Class in com.facebook.buck.util.cache
-
Immutable implementation of AbstractHashCodeAndFileType.
- HashCodeAndFileType.Builder - Class in com.facebook.buck.util.cache
-
- HashedFileTool - Class in com.facebook.buck.rules
-
- HashedFileTool(Path) - Constructor for class com.facebook.buck.rules.HashedFileTool
-
- HasherInputStream - Class in com.facebook.buck.util.hash
-
An
InputStream which appends the hash of the data read from it to a
Hasher.
- HasherInputStream(Hasher, InputStream) - Constructor for class com.facebook.buck.util.hash.HasherInputStream
-
- HasherOutputStream - Class in com.facebook.buck.util.hash
-
An
OutputStream which appends the hash of the data written to it to a
Hasher.
- HasherOutputStream(Hasher, OutputStream) - Constructor for class com.facebook.buck.util.hash.HasherOutputStream
-
- hasHigherPriorityThan(IjModuleType) - Method in enum com.facebook.buck.ide.intellij.model.IjModuleType
-
- HashInputJarsToDexStep - Class in com.facebook.buck.android
-
- HashInputJarsToDexStep(ProjectFilesystem, Supplier<Set<Path>>, Optional<Supplier<Multimap<Path, Path>>>, Supplier<ImmutableMap<String, HashCode>>) - Constructor for class com.facebook.buck.android.HashInputJarsToDexStep
-
- hashJsonObject(Hasher, Object) - Static method in class com.facebook.buck.json.JsonObjectHashing
-
Given a Hasher and a parsed BUCK file object, updates the Hasher with the contents of
the JSON object.
- hashPath(Hasher, ProjectFileHashLoader, ProjectFilesystem, Path) - Static method in class com.facebook.buck.hashing.PathHashing
-
- hashSourcePathGroup(FileHashCache, SourcePathResolver, ImmutableList<SourcePath>) - Static method in class com.facebook.buck.rules.Manifest
-
Hash the files pointed to by the source paths.
- hashStringAndLength(Hasher, String) - Static method in class com.facebook.buck.hashing.StringHashing
-
Encodes the length of the string in UTF-16 code units, then the UTF-16 code units of the
string.
- hashTargetGraph() - Method in class com.facebook.buck.rules.TargetGraphHashing
-
Given a
TargetGraph and any number of root nodes to traverse, returns a map of
(BuildTarget, HashCode) pairs for all root build targets and their dependencies.
- hasIncomingEdges(T) - Method in class com.facebook.buck.graph.MutableDirectedGraph
-
- HasInstallableApk - Interface in com.facebook.buck.android
-
Build rule that generates an APK that can be installed with the install command.
- HasInstallableApk.AbstractApkInfo - Class in com.facebook.buck.android
-
- HasJavaAbi - Interface in com.facebook.buck.jvm.java
-
- HasJavaAbi.JarContentsSupplier - Class in com.facebook.buck.jvm.java
-
- HasJavaClassHashes - Interface in com.facebook.buck.jvm.core
-
This should be considered deprecated.
- HaskellBinary - Class in com.facebook.buck.haskell
-
- HaskellBinary(BuildRuleParams, SourcePathRuleFinder, ImmutableSet<BuildRule>, Tool, SourcePath) - Constructor for class com.facebook.buck.haskell.HaskellBinary
-
- HaskellBinaryDescription - Class in com.facebook.buck.haskell
-
- HaskellBinaryDescription(HaskellConfig, FlavorDomain<CxxPlatform>, CxxPlatform) - Constructor for class com.facebook.buck.haskell.HaskellBinaryDescription
-
- HaskellBinaryDescription.Type - Enum in com.facebook.buck.haskell
-
- HaskellBinaryDescriptionArg - Class in com.facebook.buck.haskell
-
Immutable implementation of HaskellBinaryDescription.AbstractHaskellBinaryDescriptionArg.
- HaskellBinaryDescriptionArg.Builder - Class in com.facebook.buck.haskell
-
- HaskellBuckConfig - Class in com.facebook.buck.haskell
-
- HaskellBuckConfig(BuckConfig, ExecutableFinder) - Constructor for class com.facebook.buck.haskell.HaskellBuckConfig
-
- HaskellCompileDep - Interface in com.facebook.buck.haskell
-
An interface for rule which can provide interfaces files for a haskell compilation.
- HaskellCompileInput - Class in com.facebook.buck.haskell
-
Information that contributes to a haskell compilation job.
- HaskellCompileInput.Builder - Class in com.facebook.buck.haskell
-
- HaskellCompileRule - Class in com.facebook.buck.haskell
-
- HaskellConfig - Interface in com.facebook.buck.haskell
-
- HaskellDescriptionUtils - Class in com.facebook.buck.haskell
-
- HaskellLibrary - Class in com.facebook.buck.haskell
-
- HaskellLibrary(BuildRuleParams) - Constructor for class com.facebook.buck.haskell.HaskellLibrary
-
- HaskellLibraryDescription - Class in com.facebook.buck.haskell
-
- HaskellLibraryDescription(HaskellConfig, CxxBuckConfig, FlavorDomain<CxxPlatform>) - Constructor for class com.facebook.buck.haskell.HaskellLibraryDescription
-
- HaskellLibraryDescription.Type - Enum in com.facebook.buck.haskell
-
- HaskellLibraryDescriptionArg - Class in com.facebook.buck.haskell
-
Immutable implementation of HaskellLibraryDescription.AbstractHaskellLibraryDescriptionArg.
- HaskellLibraryDescriptionArg.Builder - Class in com.facebook.buck.haskell
-
- HaskellLinkRule - Class in com.facebook.buck.haskell
-
- HaskellLinkRule(BuildRuleParams, Tool, String, ImmutableList<Arg>, ImmutableList<Arg>, boolean) - Constructor for class com.facebook.buck.haskell.HaskellLinkRule
-
- HaskellPackage - Class in com.facebook.buck.haskell
-
Represents a Haskell package used as a dependency during compilation.
- HaskellPackage.Builder - Class in com.facebook.buck.haskell
-
- HaskellPackageInfo - Class in com.facebook.buck.haskell
-
- HaskellPackageRule - Class in com.facebook.buck.haskell
-
- HaskellPackageRule(BuildRuleParams, Tool, HaskellVersion, HaskellPackageInfo, ImmutableSortedMap<String, HaskellPackage>, ImmutableSortedSet<String>, ImmutableSortedSet<SourcePath>, ImmutableSortedSet<SourcePath>) - Constructor for class com.facebook.buck.haskell.HaskellPackageRule
-
- HaskellPrebuiltLibraryDescription - Class in com.facebook.buck.haskell
-
- HaskellPrebuiltLibraryDescription() - Constructor for class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescription
-
- HaskellPrebuiltLibraryDescriptionArg - Class in com.facebook.buck.haskell
-
Immutable implementation of HaskellPrebuiltLibraryDescription.AbstractHaskellPrebuiltLibraryDescriptionArg.
- HaskellPrebuiltLibraryDescriptionArg.Builder - Class in com.facebook.buck.haskell
-
- HaskellSources - Class in com.facebook.buck.haskell
-
Immutable implementation of AbstractHaskellSources.
- HaskellSources.Builder - Class in com.facebook.buck.haskell
-
- HaskellVersion - Class in com.facebook.buck.haskell
-
Immutable implementation of AbstractHaskellVersion.
- HaskellVersion.Builder - Class in com.facebook.buck.haskell
-
- HasLinkerMap - Interface in com.facebook.buck.cxx
-
- HasMavenCoordinates - Interface in com.facebook.buck.jvm.java
-
- hasNext() - Method in class com.facebook.buck.model.MacroFinder.MacroFinderAutomaton
-
- hasOutput() - Method in class com.facebook.buck.android.DexProducedFromJavaLibrary
-
- hasOutput() - Method in enum com.facebook.buck.rust.CrateType
-
Returns true if the build is expected to produce output (vs is just being run for
error-checking side-effects).
- HasOutputName - Interface in com.facebook.buck.model
-
Interface for BuildRules which generate sources with logical "names" (e.g.
- hasPatterns() - Method in class com.facebook.buck.util.PatternsMatcher
-
- hasPendingWrites() - Method in interface com.facebook.buck.util.ListeningProcessExecutor.LaunchedProcess
-
Returns true if the process has any data queued to write to stdin, false
otherwise.
- HasPostBuildSteps - Interface in com.facebook.buck.rules
-
Deprecated interface used by
BuildRules which perform operations after the build.
- hasProcessFinished(Object) - Method in class com.facebook.buck.util.ProcessHelper
-
- hasResources() - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
-
- hasResources() - Method in interface com.facebook.buck.android.FilteredResourcesProvider
-
- hasResources() - Method in class com.facebook.buck.android.IdentityResourcesProvider
-
- hasResources() - Method in class com.facebook.buck.android.ResourcesFilter
-
- HasRuntimeDeps - Interface in com.facebook.buck.rules
-
Provides a facility for a rule to list dependencies it'll need at runtime.
- HasSourcePath - Interface in com.facebook.buck.rules.args
-
Interface for extracting a SourcePath from an Arg which has one.
- HasSources - Interface in com.facebook.buck.jvm.java
-
- HasSrcs - Interface in com.facebook.buck.rules
-
- hasStampedeId() - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
-
- HasSwiftCompilerFlags - Interface in com.facebook.buck.swift
-
- HasSystemFrameworkAndLibraries - Interface in com.facebook.buck.cxx
-
Constructor args which specify system framework and library fields.
- HasTests - Interface in com.facebook.buck.rules
-
A constructor arg of source rules with a list of their tests.
- HasTestTimeout - Interface in com.facebook.buck.rules
-
- HasThinLTO - Interface in com.facebook.buck.cxx
-
- hasTimedOut() - Method in class com.facebook.buck.jvm.java.JUnitStep
-
- hasUserDefinedValue(String, String) - Method in class com.facebook.buck.cli.BuckConfig
-
- hasValidSignature(ProcessExecutor, Path) - Static method in class com.facebook.buck.apple.CodeSigning
-
Checks whether a binary or bundle already has a valid code signature.
- HasVersionUniverse - Interface in com.facebook.buck.versions
-
- hasViewPath() - Method in interface com.facebook.buck.cli.parameter_extractors.ProjectViewParameters
-
- hasWildmatchGlob() - Method in class com.facebook.buck.io.Watchman
-
- header - Variable in class com.facebook.buck.cxx.elf.Elf
-
- header - Variable in class com.facebook.buck.cxx.elf.ElfSection
-
- HEADER_EXTENSIONS - Static variable in class com.facebook.buck.cxx.CxxCompilables
-
Header files that can be included in preprocessing.
- HEADER_SIZE - Static variable in class com.facebook.buck.android.resources.ResourcesXml
-
- HEADER_SIZE - Static variable in class com.facebook.buck.android.resources.ResourceTable
-
- HEADER_SIZE - Static variable in class com.facebook.buck.android.resources.ResTablePackage
-
- HEADER_SYMLINK_TREE_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- HeaderMap - Class in com.facebook.buck.apple.clang
-
Header maps are essentially hash maps from strings to paths (coded as two strings: a prefix and a
suffix).
- HeaderMap.Builder - Class in com.facebook.buck.apple.clang
-
- HeaderMap.HeaderMapVisitor - Interface in com.facebook.buck.apple.clang
-
- HeaderMapStep - Class in com.facebook.buck.cxx
-
- HeaderMapStep(ProjectFilesystem, Path, ImmutableMap<Path, Path>) - Constructor for class com.facebook.buck.cxx.HeaderMapStep
-
- headerOutputPath(BuildTarget, ProjectFilesystem, Optional<String>) - Static method in class com.facebook.buck.halide.HalideCompile
-
- HeaderPathNormalizer - Class in com.facebook.buck.cxx
-
- HeaderPathNormalizer(SourcePathResolver, ImmutableMap<Path, SourcePath>, ImmutableMap<Path, SourcePath>) - Constructor for class com.facebook.buck.cxx.HeaderPathNormalizer
-
- HeaderPathNormalizer.Builder - Class in com.facebook.buck.cxx
-
- HeaderSymlinkTree - Class in com.facebook.buck.cxx
-
- HeaderSymlinkTree(BuildTarget, ProjectFilesystem, Path, ImmutableMap<Path, SourcePath>, SourcePathRuleFinder) - Constructor for class com.facebook.buck.cxx.HeaderSymlinkTree
-
- HeaderSymlinkTreeWithHeaderMap - Class in com.facebook.buck.cxx
-
- HeaderVerification - Class in com.facebook.buck.cxx
-
Defines how to handle headers that get included during the build but aren't explicitly tracked in
any build files.
- HeaderVerification.Builder - Class in com.facebook.buck.cxx
-
- HeaderVerificationException(String) - Constructor for exception com.facebook.buck.cxx.Depfiles.HeaderVerificationException
-
- HeaderVisibility - Enum in com.facebook.buck.cxx
-
- HelpCommand - Class in com.facebook.buck.cli
-
- HelpCommand() - Constructor for class com.facebook.buck.cli.HelpCommand
-
- HgAutoSparseState - Class in com.facebook.buck.util.autosparse
-
AutoSparseState for a mercurial repository.
- HgAutoSparseState(HgCmdLineInterface, Path, AutoSparseConfig) - Constructor for class com.facebook.buck.util.autosparse.HgAutoSparseState
-
- HgCmdLineInterface - Class in com.facebook.buck.util.versioncontrol
-
- HgCmdLineInterface(ProcessExecutorFactory, Path, String, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
-
- Hint - Annotation Type in com.facebook.buck.rules
-
- hit() - Static method in class com.facebook.buck.event.ActionGraphEvent.Cache
-
- Hit() - Constructor for class com.facebook.buck.event.ActionGraphEvent.Cache.Hit
-
- hit() - Static method in class com.facebook.buck.versions.VersionedTargetGraphEvent.Cache
-
- HiveRowFormatter - Class in com.facebook.buck.util.network
-
Use this formatter as you would use a Builder to create Hive formatted rows that will transmit
correctly according to Scribe/Hive protocol.
- HostnameFetching - Class in com.facebook.buck.util.network.hostname
-
- HostnameFetchingPosixLibrary - Class in com.facebook.buck.util.network.hostname
-
- HostnameFetchingWin32Library - Interface in com.facebook.buck.util.network.hostname
-
- HttpArtifactCache - Class in com.facebook.buck.artifact_cache
-
- HttpArtifactCache(NetworkCacheArgs) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCache
-
- HttpArtifactCacheBinaryProtocol - Class in com.facebook.buck.artifact_cache
-
Implements the binary protocol used by Buck to talk to the cache server.
- HttpArtifactCacheBinaryProtocol.FetchResponse - Class in com.facebook.buck.artifact_cache
-
- HttpArtifactCacheBinaryProtocol.StoreRequest - Class in com.facebook.buck.artifact_cache
-
- HttpArtifactCacheEvent - Class in com.facebook.buck.artifact_cache
-
Event produced for HttpArtifactCache operations containing different stats.
- HttpArtifactCacheEvent(EventKey, ArtifactCacheEvent.Operation, Optional<String>, ImmutableSet<RuleKey>, ArtifactCacheEvent.InvocationType) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent
-
- HttpArtifactCacheEvent.Finished - Class in com.facebook.buck.artifact_cache
-
- HttpArtifactCacheEvent.Finished.Builder - Class in com.facebook.buck.artifact_cache
-
- HttpArtifactCacheEvent.Scheduled - Class in com.facebook.buck.artifact_cache
-
- HttpArtifactCacheEvent.Shutdown - Class in com.facebook.buck.artifact_cache
-
- HttpArtifactCacheEvent.Started - Class in com.facebook.buck.artifact_cache
-
- HttpArtifactCacheEventFetchData - Class in com.facebook.buck.artifact_cache
-
Immutable implementation of HttpArtifactCacheEvent.AbstractHttpArtifactCacheEventFetchData.
- HttpArtifactCacheEventFetchData.Builder - Class in com.facebook.buck.artifact_cache
-
- HttpArtifactCacheEventListener - Class in com.facebook.buck.event.listener
-
Listens to HttpArtifactCacheEvents and logs stats data in Hive row format.
- HttpArtifactCacheEventListener(BatchingLogger, BatchingLogger) - Constructor for class com.facebook.buck.event.listener.HttpArtifactCacheEventListener
-
- HttpArtifactCacheEventStoreData - Class in com.facebook.buck.artifact_cache
-
Immutable implementation of HttpArtifactCacheEvent.AbstractHttpArtifactCacheEventStoreData.
- HttpArtifactCacheEventStoreData.Builder - Class in com.facebook.buck.artifact_cache
-
- HttpArtifactCacheUploadListener - Class in com.facebook.buck.event.listener
-
In charge for monitoring builds that store artifacts to the remote cache and computing stateful
cache upload stats.
- HttpArtifactCacheUploadListener(BuckEventBus, int) - Constructor for class com.facebook.buck.event.listener.HttpArtifactCacheUploadListener
-
- httpArtifactTotalBytesUploaded - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- httpArtifactTotalBytesUploaded - Variable in class com.facebook.buck.event.listener.HttpCacheUploadStats
-
- httpArtifactTotalUploadsScheduledCount - Variable in class com.facebook.buck.event.listener.HttpCacheUploadStats
-
- httpArtifactUploadedCount - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- httpArtifactUploadFailedCount - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- httpArtifactUploadsFailureCount - Variable in class com.facebook.buck.event.listener.HttpCacheUploadStats
-
- httpArtifactUploadsOngoingCount - Variable in class com.facebook.buck.event.listener.HttpCacheUploadStats
-
- httpArtifactUploadsScheduledCount - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- httpArtifactUploadsStartedCount - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- httpArtifactUploadsSuccessCount - Variable in class com.facebook.buck.event.listener.HttpCacheUploadStats
-
- HttpCacheEntry - Class in com.facebook.buck.artifact_cache
-
Immutable implementation of ArtifactCacheBuckConfig.AbstractHttpCacheEntry.
- HttpCacheEntry.Builder - Class in com.facebook.buck.artifact_cache
-
- httpCacheUploadStats - Variable in class com.facebook.buck.event.listener.DistBuildSlaveEventBusListener
-
- HttpCacheUploadStats - Class in com.facebook.buck.event.listener
-
- HttpCacheUploadStats() - Constructor for class com.facebook.buck.event.listener.HttpCacheUploadStats
-
- HttpDownloader - Class in com.facebook.buck.file
-
Download a file over HTTP.
- HttpDownloader() - Constructor for class com.facebook.buck.file.HttpDownloader
-
- HttpDownloader(Optional<Proxy>) - Constructor for class com.facebook.buck.file.HttpDownloader
-
- HttpEndpoint - Interface in com.facebook.buck.util.network
-
- HttpLoadBalancer - Interface in com.facebook.buck.slb
-
- HttpResponse - Interface in com.facebook.buck.slb
-
- HttpResponse - Class in com.facebook.buck.util.network
-
- HttpResponse(String) - Constructor for class com.facebook.buck.util.network.HttpResponse
-
- HttpService - Interface in com.facebook.buck.slb
-
- httpShutdownEvent - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- HumanReadableException - Exception in com.facebook.buck.util
-
Exception with an error message that can sensibly be displayed to the user without a stacktrace.
- HumanReadableException(String, Object...) - Constructor for exception com.facebook.buck.util.HumanReadableException
-
- HumanReadableException(String) - Constructor for exception com.facebook.buck.util.HumanReadableException
-
- HumanReadableException(Throwable, String) - Constructor for exception com.facebook.buck.util.HumanReadableException
-
- HumanReadableException(Throwable, String, Object...) - Constructor for exception com.facebook.buck.util.HumanReadableException
-
- HumanReadableException(ExceptionWithHumanReadableMessage) - Constructor for exception com.facebook.buck.util.HumanReadableException
-
- HYBRID_THRIFT_STREAM_CONTENT_TYPE - Static variable in class com.facebook.buck.artifact_cache.ThriftArtifactCache
-
- HybridPayloadGenerator - Class in com.facebook.buck.artifact_cache
-
* Creates example fetch and store requests, encodes them using the hybrid thrift/binary protocol,
and finally prints out the hybrid payload using base 64 encoding.
- HybridPayloadGenerator() - Constructor for class com.facebook.buck.artifact_cache.HybridPayloadGenerator
-
- S_IFDIR - Static variable in class com.facebook.buck.io.MoreFiles
-
- S_IFLNK - Static variable in class com.facebook.buck.io.MoreFiles
-
- S_IFREG - Static variable in class com.facebook.buck.io.MoreFiles
-
- SampleRate - Class in com.facebook.buck.util
-
Holds a probability between 0 to 100 inclusively.
- SampleRate.Builder - Class in com.facebook.buck.util
-
- SamplingCounter - Class in com.facebook.buck.counters
-
- SamplingCounter(String, String, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.counters.SamplingCounter
-
- SANDBOX_TREE_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- sandboxSources() - Method in class com.facebook.buck.cxx.CxxBuckConfig
-
- sanitize(String) - Static method in class com.facebook.buck.cxx.CxxFlavorSanitizer
-
- sanitize(Optional<Path>) - Method in class com.facebook.buck.cxx.DebugPathSanitizer
-
- sanitize(Optional<Path>, String) - Method in class com.facebook.buck.cxx.DebugPathSanitizer
-
- sanitize(String) - Static method in class com.facebook.buck.io.MoreFiles
-
Given a file name, replace any illegal characters from it.
- SanitizedArg - Class in com.facebook.buck.rules.args
-
An
Arg which must be sanitized before contributing to a
RuleKey.
- SanitizedArg(Function<? super String, String>, String) - Constructor for class com.facebook.buck.rules.args.SanitizedArg
-
- sanitizeFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.DebugPathSanitizer
-
- ScalaAndroidLibraryCompiler - Class in com.facebook.buck.android
-
- ScalaAndroidLibraryCompiler(ScalaBuckConfig) - Constructor for class com.facebook.buck.android.ScalaAndroidLibraryCompiler
-
- ScalaBuckConfig - Class in com.facebook.buck.jvm.scala
-
- ScalaBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.jvm.scala.ScalaBuckConfig
-
- ScalacStep - Class in com.facebook.buck.jvm.scala
-
- ScalacToJarStepFactory - Class in com.facebook.buck.jvm.scala
-
- ScalacToJarStepFactory(Tool, BuildRule, ImmutableList<String>, ImmutableList<String>, ImmutableSet<BuildRule>) - Constructor for class com.facebook.buck.jvm.scala.ScalacToJarStepFactory
-
- ScalacToJarStepFactory(Tool, BuildRule, ImmutableList<String>, ImmutableList<String>, ImmutableSet<BuildRule>, Function<BuildContext, Iterable<Path>>) - Constructor for class com.facebook.buck.jvm.scala.ScalacToJarStepFactory
-
- ScalaLibraryBuilder - Class in com.facebook.buck.jvm.scala
-
- ScalaLibraryBuilder.BuilderHelper - Class in com.facebook.buck.jvm.scala
-
- ScalaLibraryDescription - Class in com.facebook.buck.jvm.scala
-
- ScalaLibraryDescription(ScalaBuckConfig) - Constructor for class com.facebook.buck.jvm.scala.ScalaLibraryDescription
-
- ScalaLibraryDescriptionArg - Class in com.facebook.buck.jvm.scala
-
Immutable implementation of ScalaLibraryDescription.AbstractScalaLibraryDescriptionArg.
- ScalaLibraryDescriptionArg.Builder - Class in com.facebook.buck.jvm.scala
-
- ScalaTestDescription - Class in com.facebook.buck.jvm.scala
-
- ScalaTestDescription(ScalaBuckConfig, JavaOptions, Optional<Long>, CxxPlatform) - Constructor for class com.facebook.buck.jvm.scala.ScalaTestDescription
-
- ScalaTestDescriptionArg - Class in com.facebook.buck.jvm.scala
-
Immutable implementation of ScalaTestDescription.AbstractScalaTestDescriptionArg.
- ScalaTestDescriptionArg.Builder - Class in com.facebook.buck.jvm.scala
-
- scale(double, Path, Path, ExecutionContext) - Method in interface com.facebook.buck.android.FilterResourcesStep.ImageScaler
-
- scan(Iterable<? extends AnnotationValue>, P) - Method in class com.facebook.buck.jvm.java.abi.AnnotationValueScanner8
-
- scan(AnnotationValue, P) - Method in class com.facebook.buck.jvm.java.abi.AnnotationValueScanner8
-
- scan(AnnotationValue) - Method in class com.facebook.buck.jvm.java.abi.AnnotationValueScanner8
-
- scan(Iterable<? extends TypeMirror>, P) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
-
- scan(TypeMirror, P) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
-
- scan(TypeMirror) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
-
- SCENEKIT_ASSETS_DESCRIPTION_CLASSES - Static variable in class com.facebook.buck.apple.AppleBuildRules
-
- SceneKitAssets - Class in com.facebook.buck.apple
-
- SceneKitAssetsDescription - Class in com.facebook.buck.apple
-
Description for a scenekit_assets rule, which identifies a assets directory for use with Apple's
SceneKit.
- SceneKitAssetsDescription() - Constructor for class com.facebook.buck.apple.SceneKitAssetsDescription
-
- Scheduled(ArtifactCacheEvent.Operation, Optional<String>, ImmutableSet<RuleKey>) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Scheduled
-
- scheduleOperationWithResource(ResourcePool.ThrowingFunction<R, T>, ListeningExecutorService) - Method in class com.facebook.buck.util.concurrent.ResourcePool
-
- scheduler() - Method in class com.facebook.buck.cli.HangMonitor
-
- scheduler() - Method in class com.facebook.buck.util.perf.PerfStatsTracking
-
- scheduler() - Method in class com.facebook.buck.util.perf.ProcessTracker
-
- scheduleType - Variable in class com.facebook.buck.artifact_cache.AbstractNetworkCache
-
- SCHEDULING_MORE_WORK_RESOURCE_AMOUNTS - Static variable in class com.facebook.buck.rules.CachingBuildEngine
-
- SchemeActionType - Enum in com.facebook.buck.apple
-
Types of actions in a scheme which include targets to build.
- scope(BuckEventBus, RuleKeyCalculationEvent.Type) - Static method in interface com.facebook.buck.event.RuleKeyCalculationEvent
-
- scope(BuckEventBus, PerfEventId, ImmutableMap<String, Object>) - Static method in class com.facebook.buck.event.SimplePerfEvent
-
Creates a scope within which the measured operation takes place.
- scope(BuckEventBus, PerfEventId) - Static method in class com.facebook.buck.event.SimplePerfEvent
-
- scope(BuckEventBus, PerfEventId, String, Object) - Static method in class com.facebook.buck.event.SimplePerfEvent
-
- scope(BuckEventBus, PerfEventId, String, Object, String, Object) - Static method in class com.facebook.buck.event.SimplePerfEvent
-
- scope(Optional<BuckEventBus>, PerfEventId, ImmutableMap<String, Object>) - Static method in class com.facebook.buck.event.SimplePerfEvent
-
- scope(Optional<BuckEventBus>, PerfEventId) - Static method in class com.facebook.buck.event.SimplePerfEvent
-
- scope(Optional<BuckEventBus>, PerfEventId, String, Object) - Static method in class com.facebook.buck.event.SimplePerfEvent
-
- scope(Optional<BuckEventBus>, PerfEventId, String, Object, String, Object) - Static method in class com.facebook.buck.event.SimplePerfEvent
-
- scope(BuckEventBus, String) - Static method in class com.facebook.buck.event.SimplePerfEvent
-
- scope() - Method in class com.facebook.buck.util.concurrent.AssertScopeExclusiveAccess
-
- ScopedRuleKeyObjectSink - Class in com.facebook.buck.rules.keys
-
- ScopedRuleKeyObjectSink(RuleKeyScopedHasher.ContainerScope, RuleKeyObjectSink) - Constructor for class com.facebook.buck.rules.keys.ScopedRuleKeyObjectSink
-
- scopeIgnoringShortEvents(BuckEventBus, PerfEventId, ImmutableMap<String, Object>, SimplePerfEvent.Scope, long, TimeUnit) - Static method in class com.facebook.buck.event.SimplePerfEvent
-
- scopeIgnoringShortEvents(BuckEventBus, PerfEventId, SimplePerfEvent.Scope, long, TimeUnit) - Static method in class com.facebook.buck.event.SimplePerfEvent
-
- scopeIgnoringShortEvents(BuckEventBus, PerfEventId, String, Object, SimplePerfEvent.Scope, long, TimeUnit) - Static method in class com.facebook.buck.event.SimplePerfEvent
-
- scopeIgnoringShortEvents(BuckEventBus, PerfEventId, String, Object, String, Object, SimplePerfEvent.Scope, long, TimeUnit) - Static method in class com.facebook.buck.event.SimplePerfEvent
-
- ScribeBatchingLogger - Class in com.facebook.buck.util.network
-
Uploads log entries to the given scribe category.
- ScribeBatchingLogger(String, ScribeLogger) - Constructor for class com.facebook.buck.util.network.ScribeBatchingLogger
-
- ScribeData - Class in com.facebook.buck.util.network.offline
-
Immutable implementation of AbstractScribeData.
- ScribeData.Builder - Class in com.facebook.buck.util.network.offline
-
- ScribeLogger - Class in com.facebook.buck.util.network
-
- ScribeLogger() - Constructor for class com.facebook.buck.util.network.ScribeLogger
-
- ScrubException(String) - Constructor for exception com.facebook.buck.io.FileScrubber.ScrubException
-
- scrubFile(FileChannel) - Method in class com.facebook.buck.cxx.LcUuidContentsScrubber
-
- scrubFile(FileChannel) - Method in class com.facebook.buck.cxx.OsoSymbolsContentsScrubber
-
- scrubFile(FileChannel) - Method in interface com.facebook.buck.io.FileContentsScrubber
-
Override this method to perform the content modification.
- scrubFileWithPath(Path) - Method in class com.facebook.buck.cxx.FileLastModifiedDateContentsScrubber
-
- scrubFileWithPath(Path) - Method in interface com.facebook.buck.io.FileAttributesScrubber
-
Override this method to perform the modification of the file attributes (modification date,
creation date, etc.) WARNING: You should not delete, rename or move the file, as the the
behaviour is undefined.
- SDKSettings - Class in com.facebook.buck.apple.xcode.xcspec
-
Parsing logic for SDKSettings property list file that ships with Xcode.
- searchPathEnvVar() - Method in class com.facebook.buck.cxx.DarwinLinker
-
- searchPathEnvVar() - Method in class com.facebook.buck.cxx.GnuLinker
-
- searchPathEnvVar() - Method in interface com.facebook.buck.cxx.Linker
-
- searchPathEnvVar() - Method in class com.facebook.buck.cxx.WindowsLinker
-
- SECONDARY_DEX_DIR - Static variable in class com.facebook.buck.android.exopackage.ExopackageInstaller
-
- SECONDARY_DEX_ID - Static variable in class com.facebook.buck.android.SplitZipStep
-
- secondaryOutputToInputs - Variable in class com.facebook.buck.android.PreDexedFilesSorter.Result
-
- SECTION - Static variable in class com.facebook.buck.jvm.java.JavaBuckConfig
-
- Section - Class in com.facebook.buck.macho
-
Immutable implementation of AbstractSection.
- SECTION_NAME_DEBUG_STR - Static variable in class com.facebook.buck.macho.CommandSegmentSectionNames
-
- SectionUtils - Class in com.facebook.buck.macho
-
- SEGMENT_LINKEDIT - Static variable in class com.facebook.buck.macho.CommandSegmentSectionNames
-
- SEGMENT_NAME_DWARF - Static variable in class com.facebook.buck.macho.CommandSegmentSectionNames
-
- SegmentCommand - Class in com.facebook.buck.macho
-
Immutable implementation of AbstractSegmentCommand.
- SegmentCommandUtils - Class in com.facebook.buck.macho
-
- selectOne(String, List<T>, Function<T, String>) - Method in class com.facebook.buck.rage.UserInput
-
- selectRange(String, List<T>, Function<T, String>) - Method in class com.facebook.buck.rage.UserInput
-
- SelfMergingOnlyFolder - Class in com.facebook.buck.ide.intellij.model.folders
-
Base class for folders which can only be merged with other instances holding equal data.
- SelfMergingOnlyFolder(Path, boolean, ImmutableSortedSet<Path>) - Constructor for class com.facebook.buck.ide.intellij.model.folders.SelfMergingOnlyFolder
-
- SelfMergingOnlyFolder(Path) - Constructor for class com.facebook.buck.ide.intellij.model.folders.SelfMergingOnlyFolder
-
- send(int, WorkerProcessCommand) - Method in interface com.facebook.buck.worker.WorkerProcessProtocol.CommandSender
-
- send(int, WorkerProcessCommand) - Method in class com.facebook.buck.worker.WorkerProcessProtocolZero.CommandSender
-
- sendMessageAndWaitForResponse(InvocationMessage) - Method in class com.facebook.buck.message_ipc.MessageTransport
-
- sendResponse(int, String, int) - Method in interface com.facebook.buck.worker.WorkerProcessProtocol.CommandReceiver
-
- sendResponse(int, String, int) - Method in class com.facebook.buck.worker.WorkerProcessProtocolZero.CommandReceiver
-
- SEPARATED_PROJECT_OPTIONS - Static variable in class com.facebook.buck.apple.project_generator.ProjectGenerator
-
Standard options for generating a separated project
- separateIncludePathArgs(ImmutableList<String>, ImmutableList.Builder<String>, ImmutableList.Builder<String>, ImmutableList.Builder<String>) - Static method in class com.facebook.buck.cxx.CxxPrecompiledHeader
-
Helper method for dealing with compiler flags in a precompiled header build.
- separator - Variable in class com.facebook.buck.cxx.DebugPathSanitizer
-
- sequential() - Method in interface com.facebook.buck.util.RichStream
-
- serialize() - Method in class com.facebook.buck.android.resources.ResChunk
-
- serialize(ByteBuffer) - Method in class com.facebook.buck.apple.clang.HeaderMap
-
- serialize(BuildJobState, OutputStream) - Static method in class com.facebook.buck.distributed.BuildJobStateSerializer
-
- serialize(BuildJobState) - Static method in class com.facebook.buck.distributed.BuildJobStateSerializer
-
- serialize(ClassUsageFileWriter) - Static method in class com.facebook.buck.jvm.java.ClassUsageFileWriterSerializer
-
- serialize(DirectToJarOutputSettings) - Static method in class com.facebook.buck.jvm.java.DirectToJarOutputSettingsSerializer
-
- serialize(JavacExecutionContext) - Static method in class com.facebook.buck.jvm.java.JavacExecutionContextSerializer
-
- serialize(JavacPluginJsr199Fields) - Static method in class com.facebook.buck.jvm.java.JavacPluginJsr199FieldsSerializer
-
- serialize(JavaPackageFinder) - Static method in class com.facebook.buck.jvm.java.JavaPackageFinderSerializer
-
- serialize(BuildId, JsonGenerator, SerializerProvider) - Method in class com.facebook.buck.model.BuildId.BuildIdSerializer
-
- serialize(CellPathResolver) - Static method in class com.facebook.buck.rules.CellPathResolverSerializer
-
- serialize(OutputStream) - Method in class com.facebook.buck.rules.Manifest
-
- serialize(ThriftProtocol, TBase<?, ?>, OutputStream) - Static method in class com.facebook.buck.slb.ThriftUtil
-
- serialize(ThriftProtocol, TBase<?, ?>) - Static method in class com.facebook.buck.slb.ThriftUtil
-
- serialize(ProcessExecutor) - Static method in class com.facebook.buck.util.ProcessExecutorSerializer
-
- serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildFile
-
- serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildPhase
-
- serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildStyle
-
- serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItem
-
- serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy
-
- serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXCopyFilesBuildPhase
-
- serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXFileReference
-
- serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
-
- serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
-
Populates the serializer with the fields of this object.
- serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
-
- serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
-
- serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
-
- serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
-
- serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTargetDependency
-
- serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCBuildConfiguration
-
- serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCConfigurationList
-
- serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCVersionGroup
-
- serializeInvocation(InvocationMessage) - Method in class com.facebook.buck.message_ipc.MessageSerializer
-
- serializeResult(ReturnResultMessage) - Method in class com.facebook.buck.message_ipc.MessageSerializer
-
- serializeToBuffer(Object, ByteBuffer) - Method in class com.facebook.buck.bser.BserSerializer
-
Serializes an object using BSER encoding.
- serializeToByteBuffer(ThriftProtocol, TBase<?, ?>) - Static method in class com.facebook.buck.slb.ThriftUtil
-
- serializeToStream(Object, OutputStream) - Method in class com.facebook.buck.bser.BserSerializer
-
Serializes an object using BSER encoding to the stream.
- SERVER_TAG - Static variable in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
-
- ServerCommand - Class in com.facebook.buck.cli
-
- ServerCommand() - Constructor for class com.facebook.buck.cli.ServerCommand
-
- ServerContentsProvider - Class in com.facebook.buck.distributed
-
- ServerContentsProvider(DistBuildService) - Constructor for class com.facebook.buck.distributed.ServerContentsProvider
-
- ServerCounters(CounterRegistry, URI) - Constructor for class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
-
- ServerHealthManager - Class in com.facebook.buck.slb
-
- ServerHealthManager(ImmutableList<URI>, int, float, int, int, BuckEventBus, Clock) - Constructor for class com.facebook.buck.slb.ServerHealthManager
-
- ServerHealthManagerEvent - Class in com.facebook.buck.slb
-
- ServerHealthManagerEvent(ServerHealthManagerEventData) - Constructor for class com.facebook.buck.slb.ServerHealthManagerEvent
-
- ServerHealthManagerEventData - Class in com.facebook.buck.slb
-
Immutable implementation of ServerHealthManagerEvent.AbstractServerHealthManagerEventData.
- ServerHealthManagerEventData.Builder - Class in com.facebook.buck.slb
-
- ServerHealthState - Class in com.facebook.buck.slb
-
- ServerHealthState(URI) - Constructor for class com.facebook.buck.slb.ServerHealthState
-
- ServerHealthState(URI, int) - Constructor for class com.facebook.buck.slb.ServerHealthState
-
- ServerStatusCommand - Class in com.facebook.buck.cli
-
- ServerStatusCommand() - Constructor for class com.facebook.buck.cli.ServerStatusCommand
-
- set(Path, HashCode) - Method in class com.facebook.buck.distributed.RecordingProjectFileHashCache
-
- set(Path, HashCode) - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
-
- set(String) - Method in class com.facebook.buck.io.WatchmanCursor
-
- set(CellPathResolver, ProjectFilesystem, Path, Object, Object) - Method in class com.facebook.buck.rules.coercer.ParamInfo
-
Sets a single property of the dto, coercing types as necessary.
- set(Path, HashCode) - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
-
- set(Path, HashCode) - Method in interface com.facebook.buck.util.cache.FileHashCache
-
- set(ProjectFilesystem, Path, HashCode) - Method in interface com.facebook.buck.util.cache.FileHashCache
-
- set(Path, HashCode) - Method in class com.facebook.buck.util.cache.NullFileHashCache
-
- set(Path, HashCode) - Method in interface com.facebook.buck.util.cache.ProjectFileHashCache
-
- set(Path, HashCode) - Method in class com.facebook.buck.util.cache.StackedFileHashCache
-
- set(ProjectFilesystem, Path, HashCode) - Method in class com.facebook.buck.util.cache.StackedFileHashCache
-
- setAaptGeneratedProguardConfigFile(SourcePath) - Method in class com.facebook.buck.android.AaptOutputInfo.Builder
-
Initializes the value for the aaptGeneratedProguardConfigFile attribute.
- setAaptGeneratedProguardConfigFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
-
Initializes the value for the aaptGeneratedProguardConfigFile attribute.
- setAaptMode(AndroidBinary.AaptMode) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the value for the aaptMode attribute.
- setAar(SourcePath) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Initializes the value for the aar attribute.
- setActionConfigNames(Map<SchemeActionType, ? extends String>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the actionConfigNames map.
- setActionGraph(ActionGraph) - Method in class com.facebook.buck.rules.ActionGraphAndResolver.Builder
-
Initializes the value for the actionGraph attribute.
- setActionGraphCache(ActionGraphCache) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
- setActionGraphCache(ActionGraphCache) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
-
Initializes the value for the actionGraphCache attribute.
- setActionGraphTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats.Builder
-
Initializes the value for the actionGraphTimeMs attribute.
- setActool(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Initializes the value for the actool attribute.
- setActualHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
-
Initializes the value for the actualHashCode attribute.
- setActualHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
-
Initializes the value for the actualHashCode attribute.
- setActualHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
-
Initializes the value for the actualHashCode attribute.
- setAdbOptions(AdbOptions) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Initializes the optional value adbOptions to adbOptions.
- setAdbOptions(Optional<? extends AdbOptions>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Initializes the optional value adbOptions to adbOptions.
- setAdditionalCoverageTargets(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Sets or replaces all elements for additionalCoverageTargets set.
- setAdditionalCoverageTargets(Iterable<? extends Path>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
-
Sets or replaces all elements for additionalCoverageTargets set.
- setAggregatingAndroidResourceModulesEnabled(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the value for the aggregatingAndroidResourceModulesEnabled attribute.
- setAggregationMode(AggregationMode) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the value for the aggregationMode attribute.
- setAggregationTag(String) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule.Builder
-
Initializes the value for the aggregationTag attribute.
- setAidl(SourcePath) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Initializes the value for the aidl attribute.
- setAllowedDuplicateResourceTypes(Iterable<RDotTxtEntry.RType>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Sets or replaces all elements for allowedDuplicateResourceTypes set.
- setAllowEmptyGlobs(boolean) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Initializes the value for the allowEmptyGlobs attribute.
- setAndroidFacet(IjModuleAndroidFacet) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Initializes the optional value androidFacet to androidFacet.
- setAndroidFacet(Optional<? extends IjModuleAndroidFacet>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Initializes the optional value androidFacet to androidFacet.
- setAndroidLibrary(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
-
Initializes the value for the androidLibrary attribute.
- setAndroidManifest(Path) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the optional value androidManifest to androidManifest.
- setAndroidManifest(Optional<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the optional value androidManifest to androidManifest.
- setAndroidManifestPath(SourcePath) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Initializes the value for the androidManifestPath attribute.
- setAndroidManifestXml(SourcePath) - Method in class com.facebook.buck.android.AaptOutputInfo.Builder
-
Initializes the value for the androidManifestXml attribute.
- setAndroidManifestXml(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
-
Initializes the value for the androidManifestXml attribute.
- setAndroidModuleSdkName(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the optional value androidModuleSdkName to androidModuleSdkName.
- setAndroidModuleSdkName(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the optional value androidModuleSdkName to androidModuleSdkName.
- setAndroidModuleSdkType(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the optional value androidModuleSdkType to androidModuleSdkType.
- setAndroidModuleSdkType(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the optional value androidModuleSdkType to androidModuleSdkType.
- setAndroidPackage(String) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
-
Initializes the optional value androidPackage to androidPackage.
- setAndroidPackage(Optional<String>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
-
Initializes the optional value androidPackage to androidPackage.
- setAndroidPlatformTargetSupplier(Supplier<AndroidPlatformTarget>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
- setAndroidPlatformTargetSupplier(Supplier<AndroidPlatformTarget>) - Method in class com.facebook.buck.rules.BuildContext.Builder
-
Initializes the value for the androidPlatformTargetSupplier attribute.
- setAndroidPlatformTargetSupplier(Supplier<AndroidPlatformTarget>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Initializes the value for the androidPlatformTargetSupplier attribute.
- setAndroidSdkProguardConfig(ProGuardObfuscateStep.SdkProguardType) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value androidSdkProguardConfig to androidSdkProguardConfig.
- setAndroidSdkProguardConfig(Optional<? extends ProGuardObfuscateStep.SdkProguardType>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value androidSdkProguardConfig to androidSdkProguardConfig.
- setAndroidToolsCommonJarPath(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
-
Initializes the value for the androidToolsCommonJarPath attribute.
- setAnnotationProcessingParams(AnnotationProcessingParams) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
-
Initializes the value for the annotationProcessingParams attribute.
- setAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- setAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- setAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- setAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- setAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- setAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- setAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- setAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- setAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- setAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- setAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- setAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- setAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- setAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- setAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- setAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- setAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- setAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- setAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- setAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- setAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- setAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- setAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- setAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- setAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- setAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- setAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- setAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- setAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- setAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- setAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- setAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- setAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- setAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- setAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- setAnnoTransformer(IAnnotationTransformer) - Method in class com.facebook.buck.testrunner.TestNGRunner.TestNGWrapper
-
The built-in setAnnotationTransformer unfortunately does not work with runSuitesLocally()
- setApk(BuildTarget) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Initializes the value for the apk attribute.
- setApk(BuildTarget) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Initializes the value for the apk attribute.
- setApk(BuildTarget) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Initializes the value for the apk attribute.
- setAPKModuleGraph(APKModuleGraph) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Initializes the value for the aPKModuleGraph attribute.
- setApkPath(SourcePath) - Method in class com.facebook.buck.android.ApkInfo.Builder
-
Initializes the value for the
apkPath attribute.
- setApkUnderTestPath(Path) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
-
Initializes the optional value apkUnderTestPath to apkUnderTestPath.
- setApkUnderTestPath(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
-
Initializes the optional value apkUnderTestPath to apkUnderTestPath.
- setAppendableRuleKey(RuleKeyAppendable) - Method in class com.facebook.buck.rules.keys.ContentAgnosticRuleKeyFactory.Builder
-
- setAppendableRuleKey(RuleKeyAppendable) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyFactory.Builder
-
- setAppendableRuleKey(RuleKeyAppendable) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
-
- setAppendableRuleKey(RuleKey) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
-
- setAppIcon(String) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Initializes the optional value appIcon to appIcon.
- setAppIcon(Optional<String>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Initializes the optional value appIcon to appIcon.
- setAppID(Pair<String, String>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
-
Initializes the value for the appID attribute.
- setAppIncludesFrameworks(boolean) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
-
Initializes the value for the appIncludesFrameworks attribute.
- setApplePlatform(ApplePlatform) - Method in class com.facebook.buck.apple.AppleSdk.Builder
-
Initializes the value for the applePlatform attribute.
- setAppleSdk(AppleSdk) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Initializes the value for the appleSdk attribute.
- setAppleSdkPaths(AppleSdkPaths) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Initializes the value for the appleSdkPaths attribute.
- setApplicationModuleConfigs(Map<String, ? extends List<BuildTarget>>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the applicationModuleConfigs map.
- setApplicationModuleTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Sets or replaces all elements for applicationModuleTargets set.
- setAr(Archiver) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the value for the ar attribute.
- setArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
-
Sets or replaces all elements for architectures list.
- setArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.AppleSdk.Builder
-
Sets or replaces all elements for architectures set.
- setArchiveSourcePath(SourcePath) - Method in class com.facebook.buck.rules.ArchiveMemberSourcePath.Builder
-
Initializes the value for the archiveSourcePath attribute.
- setArea(String) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion.Builder
-
Initializes the optional value area to area.
- setArea(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion.Builder
-
Initializes the optional value area to area.
- setArflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Sets or replaces all elements for arflags list.
- setArgs(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.AndroidLibrary.Builder
-
- setArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Sets or replaces all elements for args list.
- setArgs(Iterable<? extends Arg>) - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
-
Sets or replaces all elements for args list.
- setArgs(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
-
- setArgs(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryBuilder
-
- setArgs(ScalaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryBuilder
-
- setArgs(Iterable<? extends QueryEnvironment.Argument>) - Method in class com.facebook.buck.query.FunctionExpression.Builder
-
Sets or replaces all elements for args list.
- setArgs(Iterable<String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Sets or replaces all elements for args list.
- setArgs(Either<String, ImmutableList<String>>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
Initializes the value for the args attribute.
- setArguments(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry.Builder
-
Sets or replaces all elements for arguments list.
- setArtifactCache(ArtifactCache) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
-
Initializes the value for the artifactCache attribute.
- setArtifactCache(Optional<ArtifactCache>) - Method in class com.facebook.buck.httpserver.ArtifactCacheHandler
-
- setArtifactCache(ArtifactCache) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
-
Initializes the value for the artifactCache attribute.
- setArtifactCacheDisabled(boolean) - Method in class com.facebook.buck.cli.BuildCommand
-
- setArtifactCacheFactory(ArtifactCacheFactory) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
- setArtifactContentHash(String) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
-
Initializes the optional value artifactContentHash to artifactContentHash.
- setArtifactContentHash(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
-
Initializes the optional value artifactContentHash to artifactContentHash.
- setArtifactContentHash(String) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
-
Initializes the optional value artifactContentHash to artifactContentHash.
- setArtifactContentHash(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
-
Initializes the optional value artifactContentHash to artifactContentHash.
- setArtifactContentHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.StoreWriteResult.Builder
-
Initializes the value for the artifactContentHashCode attribute.
- setArtifactOnlyHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
-
Initializes the value for the artifactOnlyHashCode attribute.
- setArtifactOnlyHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
-
Initializes the value for the artifactOnlyHashCode attribute.
- setArtifactOnlyHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
-
Initializes the value for the artifactOnlyHashCode attribute.
- setArtifactSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
-
Initializes the optional value artifactSizeBytes to artifactSizeBytes.
- setArtifactSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
-
Initializes the optional value artifactSizeBytes to artifactSizeBytes.
- setArtifactSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
-
Initializes the optional value artifactSizeBytes to artifactSizeBytes.
- setArtifactSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
-
Initializes the optional value artifactSizeBytes to artifactSizeBytes.
- setArtifactSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
-
Initializes the optional value artifactSizeBytes to artifactSizeBytes.
- setArtifactSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
-
Initializes the optional value artifactSizeBytes to artifactSizeBytes.
- setArtifactSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.StoreWriteResult.Builder
-
Initializes the value for the artifactSizeBytes attribute.
- setAs(CompilerProvider) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the value for the as attribute.
- setAsflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Sets or replaces all elements for asflags list.
- setAsm(CompilerProvider) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the optional value asm to asm.
- setAsm(Optional<? extends CompilerProvider>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the optional value asm to asm.
- setAsmflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Sets or replaces all elements for asmflags list.
- setAsmFlags(int) - Method in class com.facebook.buck.jvm.java.JarDiffer
-
- setAsmFlags(int) - Method in class com.facebook.buck.jvm.java.JarDumper
-
Sets the flags that are passed to ASM's ClassReader when dumping class files.
- setAsmpp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the optional value asmpp to asmpp.
- setAsmpp(Optional<? extends PreprocessorProvider>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the optional value asmpp to asmpp.
- setAsmppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Sets or replaces all elements for asmppflags list.
- setAspp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the value for the aspp attribute.
- setAsppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Sets or replaces all elements for asppflags list.
- setAssemblerDebugPathSanitizer(DebugPathSanitizer) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the value for the assemblerDebugPathSanitizer attribute.
- setAssemblerFlags(Map<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
-
Sets or replaces all mappings from the specified map as entries for the assemblerFlags map.
- setAssemblerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Sets or replaces all elements for assemblerFlags list.
- setAssemblerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Sets or replaces all elements for assemblerFlags list.
- setAssemblerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Sets or replaces all elements for assemblerFlags list.
- setAssembly(SourcePath) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
Initializes the value for the assembly attribute.
- setAssetPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
-
Sets or replaces all elements for assetPaths set.
- setAssets(Either<SourcePath, ImmutableSortedMap<String, SourcePath>>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Initializes the optional value assets to assets.
- setAssets(Optional<? extends Either<SourcePath, ImmutableSortedMap<String, SourcePath>>>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Initializes the optional value assets to assets.
- setAssetsDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Sets or replaces all elements for assetsDirectories set.
- setAssociatedRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
-
Sets or replaces all elements for associatedRuleKeys set.
- setAutogenerateAndroidFacetSourcesEnabled(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the value for the autogenerateAndroidFacetSourcesEnabled attribute.
- setAutogenerateSources(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
-
Initializes the value for the autogenerateSources attribute.
- setAvailableCores(int) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
-
Initializes the value for the availableCores attribute.
- setBannedDuplicateResourceTypes(Iterable<RDotTxtEntry.RType>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Sets or replaces all elements for bannedDuplicateResourceTypes set.
- setBaseBookmarks(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
-
Sets or replaces all elements for baseBookmarks set.
- setBaseConfigurationReference(PBXFileReference) - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCBuildConfiguration
-
- setBaseModule(String) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Initializes the optional value baseModule to baseModule.
- setBaseModule(Optional<String>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Initializes the optional value baseModule to baseModule.
- setBaseModule(String) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
-
Initializes the optional value baseModule to baseModule.
- setBaseModule(Optional<String>) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
-
Initializes the optional value baseModule to baseModule.
- setBaseModule(String) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Initializes the optional value baseModule to baseModule.
- setBaseModule(Optional<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Initializes the optional value baseModule to baseModule.
- setBaseModule(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Initializes the optional value baseModule to baseModule.
- setBaseModule(Optional<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Initializes the optional value baseModule to baseModule.
- setBaseModule(String) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Initializes the optional value baseModule to baseModule.
- setBaseModule(Optional<String>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Initializes the optional value baseModule to baseModule.
- setBaseModule(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Initializes the optional value baseModule to baseModule.
- setBaseModule(Optional<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Initializes the optional value baseModule to baseModule.
- setBaseName(String) - Method in class com.facebook.buck.model.UnflavoredBuildTarget.Builder
-
Initializes the value for the baseName attribute.
- setBasePath(String) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
-
Initializes the optional value basePath to basePath.
- setBasePath(Optional<String>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
-
Initializes the optional value basePath to basePath.
- setBash(String) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Initializes the optional value
bash to bash.
- setBash(Optional<String>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Initializes the optional value
bash to bash.
- setBash(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Initializes the optional value
bash to bash.
- setBash(Optional<String>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Initializes the optional value
bash to bash.
- setBash(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Initializes the optional value
bash to bash.
- setBash(Optional<String>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Initializes the optional value
bash to bash.
- setBestServer(boolean) - Method in class com.facebook.buck.slb.PerServerData.Builder
-
Initializes the value for the bestServer attribute.
- setBinary(BuildTarget) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Initializes the value for the binary attribute.
- setBinaryExtension(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the optional value binaryExtension to binaryExtension.
- setBinaryExtension(Optional<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the optional value binaryExtension to binaryExtension.
- setBinaryJar(SourcePath) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Initializes the value for the binaryJar attribute.
- setBinaryJars(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
-
Sets or replaces all elements for binaryJars set.
- setBinarySrc(SourcePath) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Initializes the value for the binarySrc attribute.
- setBlacklist(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Sets or replaces all elements for blacklist set.
- setBlacklistedWifiSsids(Iterable<String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
-
Sets or replaces all elements for blacklistedWifiSsids set.
- setBootclasspath(String) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
-
Initializes the optional value bootclasspath to bootclasspath.
- setBootclasspath(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
-
Initializes the optional value bootclasspath to bootclasspath.
- setBranchedFromMasterRevisionId(String) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
-
Initializes the value for the branchedFromMasterRevisionId attribute.
- setBranchedFromMasterTS(Long) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
-
Initializes the value for the branchedFromMasterTS attribute.
- setBridgingHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setBridgingHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setBridgingHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setBridgingHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setBridgingHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setBridgingHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setBridgingHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setBridgingHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setBridgingHeader(SourcePath) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Initializes the optional value bridgingHeader to bridgingHeader.
- setBridgingHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Initializes the optional value bridgingHeader to bridgingHeader.
- setBuckClientError(boolean) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the value for the buckClientError attribute.
- setBuckClientError(boolean) - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
-
- setBuckClientErrorMessage(String) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the optional value buckClientErrorMessage to buckClientErrorMessage.
- setBuckClientErrorMessage(Optional<String>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the optional value buckClientErrorMessage to buckClientErrorMessage.
- setBuckClientErrorMessage(String) - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
-
- setBuckCommit(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
-
Initializes the value for the buckCommit attribute.
- setBuckConfig(BuckConfig) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
Initializes the value for the
buckConfig attribute.
- setBuckConfig(BuckConfig) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the value for the buckConfig attribute.
- setBuckDirty(boolean) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
-
Initializes the optional value buckDirty to buckDirty.
- setBuckDirty(Optional<Boolean>) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
-
Initializes the optional value buckDirty to buckDirty.
- setBuckDotFiles(StampedeId, List<PathInfo>) - Method in class com.facebook.buck.distributed.DistBuildService
-
- setBuckEventBus(BuckEventBus) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
-
Initializes the value for the buckEventBus attribute.
- setBuckEventBus(BuckEventBus) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
- setBuckEventBus(BuckEventBus) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
-
Initializes the value for the buckEventBus attribute.
- setBuckEventBus(BuckEventBus) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Initializes the value for the buckEventBus attribute.
- setBuckLogDir(Path) - Method in class com.facebook.buck.log.InvocationInfo.Builder
-
Initializes the value for the buckLogDir attribute.
- setBuckModuleBaseSourceCodePath(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Initializes the value for the buckModuleBaseSourceCodePath attribute.
- setBuckOut(Path) - Method in class com.facebook.buck.io.BuckPaths.Builder
-
Initializes the value for the buckOut attribute.
- setBuckVersion(StampedeId, BuckVersion, DistBuildClientStatsTracker) - Method in class com.facebook.buck.distributed.DistBuildService
-
- setBuckVersionDurationMs() - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
- setBuildArgs(Iterable<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Sets or replaces all elements for buildArgs list.
- setBuildArgs(Iterable<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Sets or replaces all elements for buildArgs list.
- setBuildCellRootPath(Path) - Method in class com.facebook.buck.rules.BuildContext.Builder
-
Initializes the value for the buildCellRootPath attribute.
- setBuildCellRootPath(Path) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Initializes the value for the buildCellRootPath attribute.
- setBuildConfigs(Map<String, ? extends BuildConfigFields>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Sets or replaces all mappings from the specified map as entries for the buildConfigs map.
- setBuildConfigurationList(XCConfigurationList) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
-
- setBuildConfigValues(BuildConfigFields) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the value for the buildConfigValues attribute.
- setBuildConfigValues(BuildConfigFields) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the value for the buildConfigValues attribute.
- setBuildConfigValuesFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value buildConfigValuesFile to buildConfigValuesFile.
- setBuildConfigValuesFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value buildConfigValuesFile to buildConfigValuesFile.
- setBuildContext(BuildContext) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
-
Initializes the value for the buildContext attribute.
- setBuildEnvironmentDescription(BuildEnvironmentDescription) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
- setBuildEnvironmentDescription(BuildEnvironmentDescription) - Method in class com.facebook.buck.rage.DefectReport.Builder
-
- setBuildFileImportWhitelist(Iterable<String>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Sets or replaces all elements for buildFileImportWhitelist list.
- setBuildFileName(String) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Initializes the value for the buildFileName attribute.
- setBuildId(BuildId) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
-
Initializes the optional value buildId to buildId.
- setBuildId(Optional<? extends BuildId>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
-
Initializes the optional value buildId to buildId.
- setBuildId(BuildId) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Initializes the value for the buildId attribute.
- setBuildId(BuildId) - Method in class com.facebook.buck.log.InvocationInfo.Builder
-
Initializes the value for the buildId attribute.
- setBuildId(BuildId) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
-
Initializes the optional value buildId to buildId.
- setBuildId(Optional<? extends BuildId>) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
-
Initializes the optional value buildId to buildId.
- setBuildId(BuildId) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
-
Initializes the value for the buildId attribute.
- setBuildInfoStoreManager(BuildInfoStoreManager) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
- setBuildInfoStoreManager(BuildInfoStoreManager) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
-
Initializes the value for the buildInfoStoreManager attribute.
- setBuildOutput(T) - Method in class com.facebook.buck.rules.BuildOutputInitializer
-
- setBuildRule(BuildRule) - Method in class com.facebook.buck.rules.keys.ContentAgnosticRuleKeyFactory.Builder
-
- setBuildRule(BuildRule) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyFactory.Builder
-
- setBuildRule(BuildRule) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
-
- setBuildRuleKey(RuleKey) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
-
- setBuildRuleStatus(BuildRuleStatus) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
-
Initializes the optional value buildRuleStatus to buildRuleStatus.
- setBuildRuleStatus(Optional<? extends BuildRuleStatus>) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
-
Initializes the optional value buildRuleStatus to buildRuleStatus.
- setBuildSettings(NSDictionary) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildStyle
-
- setBuildStringSourceMap(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the value for the buildStringSourceMap attribute.
- setBuildTarget(BuildTarget) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
-
Initializes the optional value buildTarget to buildTarget.
- setBuildTarget(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
-
Initializes the optional value buildTarget to buildTarget.
- setBuildTarget(BuildTarget) - Method in class com.facebook.buck.cxx.CxxToolProviderParams.Builder
-
Initializes the optional value buildTarget to buildTarget.
- setBuildTarget(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxToolProviderParams.Builder
-
Initializes the optional value buildTarget to buildTarget.
- setBuildTarget(UnflavoredBuildTarget) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Initializes the value for the buildTarget attribute.
- setBuildTarget(BuildTarget) - Method in class com.facebook.buck.query.QueryBuildTarget.Builder
-
Initializes the value for the buildTarget attribute.
- setBuildTarget(BuildTarget) - Method in class com.facebook.buck.test.TestResults.Builder
-
Initializes the value for the buildTarget attribute.
- setBuildTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.APKModule.Builder
-
Sets or replaces all elements for buildTargets set.
- setBuildTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets.Builder
-
Sets or replaces all elements for buildTargets set.
- setBuildTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats.Builder
-
Initializes the value for the buildTimeMs attribute.
- setBuildType(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
-
Initializes the value for the buildType attribute.
- setBuildVersion(String) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Initializes the optional value buildVersion to buildVersion.
- setBuildVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Initializes the optional value buildVersion to buildVersion.
- setBundle(BuildTarget) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
Initializes the value for the bundle attribute.
- setBundleName(String) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
Initializes the value for the
bundleName attribute.
- setBundleName(String) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
-
Initializes the value for the bundleName attribute.
- setBundleName(String) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
-
Initializes the value for the
bundleName attribute.
- setBytecodeCompileDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Initializes the value for the bytecodeCompileDeps attribute.
- setBytecodeCompileDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
-
Initializes the value for the bytecodeCompileDeps attribute.
- setBytecodeIncludes(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Sets or replaces all elements for bytecodeIncludes list.
- setBytecodeLib(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Initializes the value for the bytecodeLib attribute.
- setBytecodeLink(BuildRule) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
-
Initializes the value for the bytecodeLink attribute.
- setBytecodeLinkableInput(NativeLinkableInput) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Initializes the value for the bytecodeLinkableInput attribute.
- setBytecodeLinkDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Initializes the value for the bytecodeLinkDeps attribute.
- setBytecodeOnly(boolean) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Initializes the optional value bytecodeOnly to bytecodeOnly.
- setBytecodeOnly(Optional<Boolean>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Initializes the optional value bytecodeOnly to bytecodeOnly.
- setBytecodeOnly(boolean) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Initializes the value for the bytecodeOnly attribute.
- setBytecodeOnly(boolean) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Initializes the value for the bytecodeOnly attribute.
- setCacheDir(Path) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry.Builder
-
Initializes the value for the cacheDir attribute.
- setCacheError(String) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
-
Initializes the optional value cacheError to cacheError.
- setCacheError(Optional<String>) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
-
Initializes the optional value cacheError to cacheError.
- setCacheKeySeed(int) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
-
Initializes the value for the cacheKeySeed attribute.
- setCacheMode(ArtifactCacheMode) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
-
Initializes the optional value cacheMode to cacheMode.
- setCacheMode(Optional<? extends ArtifactCacheMode>) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
-
Initializes the optional value cacheMode to cacheMode.
- setCacheMode(ArtifactCacheMode) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
-
Initializes the value for the cacheMode attribute.
- setCacheModes(Iterable<String>) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
-
Sets or replaces all elements for cacheModes list.
- setCacheName(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
-
Initializes the value for the cacheName attribute.
- setCacheRateStats(CacheRateStats) - Method in class com.facebook.buck.distributed.BuildSlaveFinishedStatus.Builder
-
Initializes the value for the cacheRateStats attribute.
- setCacheReadMode(CacheReadMode) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry.Builder
-
Initializes the value for the cacheReadMode attribute.
- setCacheReadMode(CacheReadMode) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
-
Initializes the value for the cacheReadMode attribute.
- setCacheReadMode(CacheReadMode) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
-
Initializes the value for the cacheReadMode attribute.
- setCacheResultType(CacheResultType) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
-
Initializes the optional value cacheResultType to cacheResultType.
- setCacheResultType(Optional<? extends CacheResultType>) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
-
Initializes the optional value cacheResultType to cacheResultType.
- setCachesExamined(int) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult.Builder
-
- setCacheSource(String) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
-
Initializes the optional value cacheSource to cacheSource.
- setCacheSource(Optional<String>) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
-
Initializes the optional value cacheSource to cacheSource.
- setCanBeAsset(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Initializes the optional value
canBeAsset to canBeAsset.
- setCanBeAsset(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Initializes the optional value
canBeAsset to canBeAsset.
- setCanBeAsset(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Initializes the optional value
canBeAsset to canBeAsset.
- setCanBeAsset(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Initializes the optional value
canBeAsset to canBeAsset.
- setCanBeAsset(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Initializes the optional value
canBeAsset to canBeAsset.
- setCanBeAsset(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Initializes the optional value
canBeAsset to canBeAsset.
- setCanBeAsset(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Initializes the optional value
canBeAsset to canBeAsset.
- setCanBeAsset(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Initializes the optional value
canBeAsset to canBeAsset.
- setCanBeAsset(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the value for the canBeAsset attribute.
- setCanonicalName(String) - Method in class com.facebook.buck.rules.DistBuildCellParams.Builder
-
Initializes the optional value canonicalName to canonicalName.
- setCanonicalName(Optional<String>) - Method in class com.facebook.buck.rules.DistBuildCellParams.Builder
-
Initializes the optional value canonicalName to canonicalName.
- setCanReuseClassLoader(boolean) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields.Builder
-
Initializes the value for the canReuseClassLoader attribute.
- setCanReuseClassLoader(boolean) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
-
Initializes the value for the canReuseClassLoader attribute.
- setCategory(String) - Method in class com.facebook.buck.counters.CounterInfo.Builder
-
Initializes the value for the category attribute.
- setCategory(String) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
-
Initializes the value for the category attribute.
- setCategory(String) - Method in class com.facebook.buck.event.FileHashCacheEvent
-
- setCategory(String) - Method in class com.facebook.buck.log.ErrorLogRecord.Builder
-
Initializes the value for the category attribute.
- setCategory(String) - Method in class com.facebook.buck.util.network.offline.ScribeData.Builder
-
Initializes the value for the category attribute.
- setCc(CompilerProvider) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the value for the cc attribute.
- setCell(Cell) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
Initializes the value for the
cell attribute.
- setCell(String) - Method in class com.facebook.buck.model.UnflavoredBuildTarget.Builder
-
Initializes the optional value cell to cell.
- setCell(Optional<String>) - Method in class com.facebook.buck.model.UnflavoredBuildTarget.Builder
-
Initializes the optional value cell to cell.
- setCellName(String) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Initializes the value for the cellName attribute.
- setCellPath(Path) - Method in class com.facebook.buck.model.UnflavoredBuildTarget.Builder
-
Initializes the value for the cellPath attribute.
- setCellPathResolver(CellPathResolver) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Initializes the value for the cellPathResolver attribute.
- setCellRoots(Map<String, ? extends Path>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Sets or replaces all mappings from the specified map as entries for the cellRoots map.
- setCflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Sets or replaces all elements for cflags list.
- setCFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Sets or replaces all elements for cFlags list.
- setChildren(Iterable<? extends Path>) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
-
Sets or replaces all elements for children set.
- setClassesToRemoveFromJar(ImmutableSet<Pattern>) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
-
- setClassesToRemoveFromJar(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
-
Sets or replaces all elements for classesToRemoveFromJar set.
- setClassLoaderCache(ClassLoaderCache) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Initializes the value for the classLoaderCache attribute.
- setClassNamesToHashesSupplier(Supplier<ImmutableMap<String, HashCode>>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Initializes the value for the classNamesToHashesSupplier attribute.
- setClasspath(Iterable<? extends URL>) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields.Builder
-
Sets or replaces all elements for classpath list.
- setClasspathDeps(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
-
Sets or replaces all elements for classpathDeps list.
- setClasspathEntries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
-
Sets or replaces all elements for classpathEntries sortedSet.
- setClasspathEntriesToDex(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Sets or replaces all elements for classpathEntriesToDex set.
- setClasspathEntriesToDex(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Sets or replaces all elements for classpathEntriesToDex set.
- setClasspathFile(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Initializes the value for the classpathFile attribute.
- setClassPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
-
Sets or replaces all elements for classPaths set.
- setCleanerEnabled(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the value for the cleanerEnabled attribute.
- setCLibs(Iterable<String>) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Sets or replaces all elements for cLibs list.
- setCLinkableInput(NativeLinkableInput) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Initializes the value for the cLinkableInput attribute.
- setClock(Clock) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
Initializes the value for the
clock attribute.
- setClock(Clock) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
-
Initializes the value for the clock attribute.
- setClock(Clock) - Method in class com.facebook.buck.event.listener.NetworkStatsKeeper
-
- setClock(Clock) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
-
Initializes the value for the clock attribute.
- setClock(Clock) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
-
Initializes the value for the clock attribute.
- setCmd(String) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Initializes the optional value
cmd to cmd.
- setCmd(Optional<String>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Initializes the optional value
cmd to cmd.
- setCmd(String) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Initializes the value for the cmd attribute.
- setCmd(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Initializes the optional value
cmd to cmd.
- setCmd(Optional<String>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Initializes the optional value
cmd to cmd.
- setCmd(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Initializes the optional value
cmd to cmd.
- setCmd(Optional<String>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Initializes the optional value
cmd to cmd.
- setCmdExe(String) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Initializes the optional value
cmdExe to cmdExe.
- setCmdExe(Optional<String>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Initializes the optional value
cmdExe to cmdExe.
- setCmdExe(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Initializes the optional value
cmdExe to cmdExe.
- setCmdExe(Optional<String>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Initializes the optional value
cmdExe to cmdExe.
- setCmdExe(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Initializes the optional value
cmdExe to cmdExe.
- setCmdExe(Optional<String>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Initializes the optional value
cmdExe to cmdExe.
- setCodeCoverageEnabled(boolean) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Initializes the value for the codeCoverageEnabled attribute.
- setCodeCoverageEnabled(boolean) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Initializes the value for the codeCoverageEnabled attribute.
- setCodeCoverageEnabled(boolean) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
-
Initializes the value for the codeCoverageEnabled attribute.
- setCodesignAllocate(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Initializes the optional value codesignAllocate to codesignAllocate.
- setCodesignAllocate(Optional<? extends Tool>) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Initializes the optional value codesignAllocate to codesignAllocate.
- setCodesignProvider(ToolProvider) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Initializes the value for the codesignProvider attribute.
- setCoercedValue(Object, Object) - Method in class com.facebook.buck.rules.coercer.ParamInfo
-
Set the param on dto to value, assuming value has already been coerced.
- setCommand(Iterable<String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
-
Sets or replaces all elements for command list.
- setCommand(Iterable<String>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
-
Sets or replaces all elements for command list.
- setCommandArgs(String...) - Method in class com.facebook.buck.log.InvocationInfo.Builder
-
Initializes the value for the commandArgs attribute.
- setCommandArgs(String) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
-
Initializes the optional value commandArgs to commandArgs.
- setCommandArgs(Optional<String>) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
-
Initializes the optional value commandArgs to commandArgs.
- setCommandsCount(int) - Method in class com.facebook.buck.cxx.MachoHeader.Builder
-
Initializes the value for the commandsCount attribute.
- setCompilationMode(JavacCompilationMode) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
-
Initializes the value for the compilationMode attribute.
- setCompileAbi() - Method in class com.facebook.buck.jvm.java.JavacToJarStepFactory
-
- setCompileAgainstAbis(boolean) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
-
- setCompiledUberRDotJava(JavaLibrary) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Initializes the value for the compiledUberRDotJava attribute.
- setCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the optional value
compiler to compiler.
- setCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the optional value
compiler to compiler.
- setCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Initializes the optional value
compiler to compiler.
- setCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Initializes the optional value
compiler to compiler.
- setCompiler(NdkCxxPlatformCompiler) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
-
Initializes the value for the compiler attribute.
- setCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Initializes the optional value
compiler to compiler.
- setCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Initializes the optional value
compiler to compiler.
- setCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Initializes the optional value
compiler to compiler.
- setCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Initializes the optional value
compiler to compiler.
- setCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the optional value
compiler to compiler.
- setCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the optional value
compiler to compiler.
- setCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacSpec.Builder
-
Initializes the optional value compiler to compiler.
- setCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.java.JavacSpec.Builder
-
Initializes the optional value compiler to compiler.
- setCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Initializes the optional value
compiler to compiler.
- setCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Initializes the optional value
compiler to compiler.
- setCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Initializes the optional value
compiler to compiler.
- setCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Initializes the optional value
compiler to compiler.
- setCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Initializes the optional value
compiler to compiler.
- setCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Initializes the optional value
compiler to compiler.
- setCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the optional value
compiler to compiler.
- setCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the optional value
compiler to compiler.
- setCompilerClassName(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- setCompilerClassName(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- setCompilerClassName(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- setCompilerClassName(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- setCompilerClassName(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setCompilerClassName(Optional<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setCompilerClassName(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- setCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- setCompilerClassName(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- setCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- setCompilerClassName(String) - Method in class com.facebook.buck.jvm.java.JavacSpec.Builder
-
Initializes the optional value compilerClassName to compilerClassName.
- setCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavacSpec.Builder
-
Initializes the optional value compilerClassName to compilerClassName.
- setCompilerClassName(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- setCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- setCompilerClassName(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setCompilerClassName(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- setCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- setCompilerClassName(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- setCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- setCompilerDebugPathSanitizer(DebugPathSanitizer) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the value for the compilerDebugPathSanitizer attribute.
- setCompilerDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Sets or replaces all elements for compilerDeps sortedSet.
- setCompilerFlags(Map<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
-
Sets or replaces all mappings from the specified map as entries for the compilerFlags map.
- setCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- setCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setCompilerFlags(Multimap<? extends AbstractCxxSource.Type, ? extends String>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
-
Sets or replaces all mappings from the specified map as entries for the compilerFlags map.
- setCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- setCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Sets or replaces all elements for compilerFlags list.
- setCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Sets or replaces all elements for compilerFlags list.
- setCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Sets or replaces all elements for compilerFlags list.
- setCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- setCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Sets or replaces all elements for compilerFlags list.
- setCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
-
Sets or replaces all elements for compilerFlags list.
- setCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- setCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Sets or replaces all elements for compilerFlags list.
- setCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Sets or replaces all elements for compilerFlags list.
- setCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- setCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Sets or replaces all elements for compilerFlags list.
- setCompilerInvocationFlags(Iterable<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Sets or replaces all elements for compilerInvocationFlags list.
- setCompressAssetLibraries(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the value for the compressAssetLibraries attribute.
- setCompressionLevel(int) - Method in class com.facebook.buck.zip.CustomZipEntry
-
- setComputeExopackageDepsAbi(ComputeExopackageDepsAbi) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Initializes the optional value computeExopackageDepsAbi to computeExopackageDepsAbi.
- setComputeExopackageDepsAbi(Optional<? extends ComputeExopackageDepsAbi>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Initializes the optional value computeExopackageDepsAbi to computeExopackageDepsAbi.
- setConcurrencyLimit(ConcurrencyLimit) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Initializes the value for the concurrencyLimit attribute.
- setConfig(BuckConfig) - Method in class com.facebook.buck.rules.DistBuildCellParams.Builder
-
Initializes the value for the config attribute.
- setConfigs(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the
configs map.
- setConfigs(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the
configs map.
- setConfigs(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the
configs map.
- setConfigs(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the configs map.
- setConfiguredBuckOut(Path) - Method in class com.facebook.buck.io.BuckPaths.Builder
-
Initializes the value for the configuredBuckOut attribute.
- setConnection(Connection<OutOfProcessJavacConnectionInterface>) - Method in class com.facebook.buck.jvm.java.OutOfProcessJsr199Javac
-
- setConnectionTimeoutMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
-
Initializes the value for the connectionTimeoutMillis attribute.
- setConsole(Console) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
Initializes the value for the
console attribute.
- setConsole(Console) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
-
Initializes the value for the console attribute.
- setConsole(Console) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Initializes the value for the console attribute.
- setContacts(Iterable<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Sets or replaces all elements for
contacts sortedSet.
- setContacts(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Sets or replaces all elements for
contacts sortedSet.
- setContacts(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Sets or replaces all elements for
contacts sortedSet.
- setContacts(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Sets or replaces all elements for
contacts sortedSet.
- setContacts(Iterable<String>) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
Sets or replaces all elements for
contacts sortedSet.
- setContacts(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Sets or replaces all elements for
contacts sortedSet.
- setContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Sets or replaces all elements for
contacts sortedSet.
- setContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Sets or replaces all elements for
contacts sortedSet.
- setContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Sets or replaces all elements for
contacts sortedSet.
- setContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Sets or replaces all elements for
contacts sortedSet.
- setContacts(Iterable<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Sets or replaces all elements for
contacts sortedSet.
- setContacts(Iterable<String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
-
Sets or replaces all elements for contacts list.
- setContacts(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Sets or replaces all elements for contacts set.
- setContacts(Iterable<String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Sets or replaces all elements for
contacts sortedSet.
- setContacts(Iterable<String>) - Method in class com.facebook.buck.test.TestResults.Builder
-
Sets or replaces all elements for contacts set.
- setCoordinatorPort(Integer) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
-
Initializes the value for the coordinatorPort attribute.
- setCopyNativeLibraries(ImmutableMap<APKModule, CopyNativeLibraries>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Initializes the optional value copyNativeLibraries to copyNativeLibraries.
- setCopyNativeLibraries(Optional<? extends ImmutableMap<APKModule, CopyNativeLibraries>>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Initializes the optional value copyNativeLibraries to copyNativeLibraries.
- setCopyNativeLibraries(ImmutableMap<APKModule, CopyNativeLibraries>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult.Builder
-
Initializes the optional value copyNativeLibraries to copyNativeLibraries.
- setCopyNativeLibraries(Optional<? extends ImmutableMap<APKModule, CopyNativeLibraries>>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult.Builder
-
Initializes the optional value copyNativeLibraries to copyNativeLibraries.
- setCopySceneKitAssets(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Initializes the optional value copySceneKitAssets to copySceneKitAssets.
- setCopySceneKitAssets(Optional<? extends Tool>) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Initializes the optional value copySceneKitAssets to copySceneKitAssets.
- setCount(int) - Method in class com.facebook.buck.log.LogConfigSetup.Builder
-
Initializes the value for the count attribute.
- setCoverageExcludes(String) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
-
Initializes the optional value coverageExcludes to coverageExcludes.
- setCoverageExcludes(Optional<String>) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
-
Initializes the optional value coverageExcludes to coverageExcludes.
- setCoverageIncludes(String) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
-
Initializes the optional value coverageIncludes to coverageIncludes.
- setCoverageIncludes(Optional<String>) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
-
Initializes the optional value coverageIncludes to coverageIncludes.
- setCoverageReportFormat(CoverageReportFormat) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
-
Initializes the value for the coverageReportFormat attribute.
- setCoverageReportTitle(String) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
-
Initializes the value for the coverageReportTitle attribute.
- setCpp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the value for the cpp attribute.
- setCppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Sets or replaces all elements for cppflags list.
- setCPreprocessor(Preprocessor) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Initializes the value for the cPreprocessor attribute.
- setCpu(int) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts.Builder
-
Initializes the value for the cpu attribute.
- setCpuFilters(Iterable<NdkCxxPlatforms.TargetCpuType>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Sets or replaces all elements for cpuFilters set.
- setCpuReal(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
-
Initializes the value for the cpuReal attribute.
- setCpuSys(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
-
Initializes the value for the cpuSys attribute.
- setCpuTotal(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
-
Initializes the value for the cpuTotal attribute.
- setCpuUser(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
-
Initializes the value for the cpuUser attribute.
- setCrate(String) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Initializes the value for the crate attribute.
- setCrate(String) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Initializes the optional value crate to crate.
- setCrate(Optional<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Initializes the optional value crate to crate.
- setCrate(String) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Initializes the optional value crate to crate.
- setCrate(Optional<String>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Initializes the optional value crate to crate.
- setCrate(String) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Initializes the optional value crate to crate.
- setCrate(Optional<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Initializes the optional value crate to crate.
- setCrateRoot(SourcePath) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Initializes the optional value crateRoot to crateRoot.
- setCrateRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Initializes the optional value crateRoot to crateRoot.
- setCrateRoot(SourcePath) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Initializes the optional value crateRoot to crateRoot.
- setCrateRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Initializes the optional value crateRoot to crateRoot.
- setCrateRoot(SourcePath) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Initializes the optional value crateRoot to crateRoot.
- setCrateRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Initializes the optional value crateRoot to crateRoot.
- setCreateDistributedBuildDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the optional value createDistributedBuildDurationMs to createDistributedBuildDurationMs.
- setCreateDistributedBuildDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the optional value createDistributedBuildDurationMs to createDistributedBuildDurationMs.
- setCuda(CompilerProvider) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the optional value cuda to cuda.
- setCuda(Optional<? extends CompilerProvider>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the optional value cuda to cuda.
- setCudaflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Sets or replaces all elements for cudaflags list.
- setCudapp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the optional value cudapp to cudapp.
- setCudapp(Optional<? extends PreprocessorProvider>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the optional value cudapp to cudapp.
- setCudappflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Sets or replaces all elements for cudappflags list.
- setCurrentCommand(String, ImmutableList<String>) - Method in class com.facebook.buck.event.listener.ProgressEstimator
-
- setCurrentRevisionId(String) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
-
Initializes the value for the currentRevisionId attribute.
- setCurrentThreadTracingInterfaceFromJsr199Javac(BuckTracingInterface) - Static method in class com.facebook.buck.event.api.BuckTracing
-
Used by Buck to connect this class to its tracing mechanism.
- setCurrentVersion(Optional<PBXFileReference>) - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCVersionGroup
-
- setCxx(CompilerProvider) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the value for the cxx attribute.
- setCxxBuckConfig(CxxBuckConfig) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
-
Initializes the value for the cxxBuckConfig attribute.
- setCxxflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Sets or replaces all elements for cxxflags list.
- setCxxHeaderDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Sets or replaces all elements for cxxHeaderDirs sortedSet.
- setCxxHeaders(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxHeaderSourceSpec.Builder
-
Sets or replaces all mappings from the specified map as entries for the cxxHeaders map.
- setCxxLibrary(BuildTarget) - Method in class com.facebook.buck.python.PythonPlatform.Builder
-
Initializes the optional value cxxLibrary to cxxLibrary.
- setCxxLibrary(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonPlatform.Builder
-
Initializes the optional value cxxLibrary to cxxLibrary.
- setCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Sets or replaces all elements for cxxLibraryWhitelist set.
- setCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.android.NdkCxxPlatform.Builder
-
Initializes the value for the cxxPlatform attribute.
- setCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Initializes the value for the cxxPlatform attribute.
- setCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
-
Initializes the value for the cxxPlatform attribute.
- setCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.go.GoPlatform.Builder
-
Initializes the optional value cxxPlatform to cxxPlatform.
- setCxxPlatform(Optional<? extends CxxPlatform>) - Method in class com.facebook.buck.go.GoPlatform.Builder
-
Initializes the optional value cxxPlatform to cxxPlatform.
- setCxxPlatform(Flavor) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Initializes the optional value cxxPlatform to cxxPlatform.
- setCxxPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Initializes the optional value cxxPlatform to cxxPlatform.
- setCxxPlatform(Flavor) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Initializes the optional value cxxPlatform to cxxPlatform.
- setCxxPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Initializes the optional value cxxPlatform to cxxPlatform.
- setCxxPlatform(Flavor) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Initializes the optional value cxxPlatform to cxxPlatform.
- setCxxPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Initializes the optional value cxxPlatform to cxxPlatform.
- setCxxPlatforms(FlavorDomain<CxxPlatform>) - Method in class com.facebook.buck.rules.KnownBuildRuleTypes.Builder
-
- setCxxpp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the value for the cxxpp attribute.
- setCxxppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Sets or replaces all elements for cxxppflags list.
- setCxxPreprocessorInput(Iterable<? extends CxxPreprocessorInput>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
-
Sets or replaces all elements for cxxPreprocessorInput list.
- setCxxPreprocessorInput(CxxPreprocessorInput) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Initializes the value for the cxxPreprocessorInput attribute.
- setCxxRuntime(NdkCxxRuntime) - Method in class com.facebook.buck.android.NdkCxxPlatform.Builder
-
Initializes the value for the cxxRuntime attribute.
- setCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- setCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- setCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- setCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- setCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- setCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- setCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- setCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- setCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- setCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- setCxxSharedRuntimePath(Path) - Method in class com.facebook.buck.android.NdkCxxPlatform.Builder
-
Initializes the optional value cxxSharedRuntimePath to cxxSharedRuntimePath.
- setCxxSharedRuntimePath(Optional<? extends Path>) - Method in class com.facebook.buck.android.NdkCxxPlatform.Builder
-
Initializes the optional value cxxSharedRuntimePath to cxxSharedRuntimePath.
- setCxxSources(Map<String, ? extends CxxSource>) - Method in class com.facebook.buck.cxx.CxxHeaderSourceSpec.Builder
-
Sets or replaces all mappings from the specified map as entries for the cxxSources map.
- setData(DependencyEntryData) - Method in class com.facebook.buck.ide.intellij.DependencyEntry.Builder
-
Initializes the optional value data to data.
- setData(Optional<? extends DependencyEntryData>) - Method in class com.facebook.buck.ide.intellij.DependencyEntry.Builder
-
Initializes the optional value data to data.
- setDb(SourcePath) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Initializes the value for the db attribute.
- setDdmlibJarPath(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
-
Initializes the value for the ddmlibJarPath attribute.
- setDebugEnabled(boolean) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Initializes the value for the debugEnabled attribute.
- setDebugEnabled(boolean) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Initializes the value for the debugEnabled attribute.
- setDebugMode(boolean) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
-
Initializes the optional value debugMode to debugMode.
- setDebugMode(Optional<Boolean>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
-
Initializes the optional value debugMode to debugMode.
- setDefaultCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.rules.KnownBuildRuleTypes.Builder
-
- setDefaultIncludes(Iterable<String>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Sets or replaces all elements for defaultIncludes list.
- setDefaultPlatform(Flavor) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- setDefaultPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- setDefaultPlatform(Flavor) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- setDefaultPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- setDefaultPlatform(Flavor) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- setDefaultPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- setDefaultRuleKeyFactoryCacheRecycler(RuleKeyCacheRecycler<RuleKey>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
- setDefaultRuleKeyFactoryCacheRecycler(Optional<? extends RuleKeyCacheRecycler<RuleKey>>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
- setDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the
defaults map.
- setDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the
defaults map.
- setDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the
defaults map.
- setDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the
defaults map.
- setDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the
defaults map.
- setDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the
defaults map.
- setDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the
defaults map.
- setDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the
defaults map.
- setDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the
defaults map.
- setDefaultTestTimeoutMillis(long) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Initializes the value for the defaultTestTimeoutMillis attribute.
- setDelegate(BuckConfig) - Method in class com.facebook.buck.rage.RageConfig.Builder
-
Initializes the value for the
delegate attribute.
- setDependencies(Map<? extends BuildTarget, ? extends DependencyType>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Sets or replaces all mappings from the specified map as entries for the dependencies map.
- setDependenciesPassTheirTests(boolean) - Method in class com.facebook.buck.test.TestResults.Builder
-
Initializes the value for the dependenciesPassTheirTests attribute.
- setDepFileRuleKey(RuleKey) - Method in class com.facebook.buck.rules.BuildRuleKeys.Builder
-
Initializes the optional value depFileRuleKey to depFileRuleKey.
- setDepFileRuleKey(Optional<? extends RuleKey>) - Method in class com.facebook.buck.rules.BuildRuleKeys.Builder
-
Initializes the optional value depFileRuleKey to depFileRuleKey.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Sets or replaces all elements for deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Sets or replaces all elements for deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends Either<BuildTarget, String>>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
-
Sets or replaces all elements for deps list.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg.Builder
-
Sets or replaces all elements for
deps sortedSet.
- setDepsQuery(Query) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the optional value
depsQuery to depsQuery.
- setDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the optional value
depsQuery to depsQuery.
- setDepsQuery(Query) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Initializes the optional value
depsQuery to depsQuery.
- setDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Initializes the optional value
depsQuery to depsQuery.
- setDepsQuery(Query) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Initializes the optional value
depsQuery to depsQuery.
- setDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Initializes the optional value
depsQuery to depsQuery.
- setDepsQuery(Query) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Initializes the optional value
depsQuery to depsQuery.
- setDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Initializes the optional value
depsQuery to depsQuery.
- setDepsQuery(Query) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Initializes the optional value
depsQuery to depsQuery.
- setDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Initializes the optional value
depsQuery to depsQuery.
- setDepsQuery(Query) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Initializes the optional value depsQuery to depsQuery.
- setDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Initializes the optional value depsQuery to depsQuery.
- setDescription(String) - Method in class com.facebook.buck.model.UserFlavor.Builder
-
Initializes the value for the description attribute.
- setDescriptions(Iterable<? extends Description<?>>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Sets or replaces all elements for descriptions set.
- setDesiredLink(Path) - Method in class com.facebook.buck.step.fs.SymlinkFileStep.Builder
-
Initializes the value for the desiredLink attribute.
- setDestination(PBXCopyFilesBuildPhase.Destination) - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec.Builder
-
Initializes the value for the destination attribute.
- setDestinationSpecifier(Map<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the destinationSpecifier map.
- setDeveloperCertificateFingerprints(Iterable<? extends HashCode>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
-
Sets or replaces all elements for developerCertificateFingerprints set.
- setDeveloperPath(Path) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
-
Initializes the optional value developerPath to developerPath.
- setDeveloperPath(Optional<? extends Path>) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
-
Initializes the optional value developerPath to developerPath.
- setDeviceSerial(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
-
Initializes the optional value deviceSerial to deviceSerial.
- setDeviceSerial(Optional<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
-
Initializes the optional value deviceSerial to deviceSerial.
- setDexCompression(DexStore) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value dexCompression to dexCompression.
- setDexCompression(Optional<? extends DexStore>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value dexCompression to dexCompression.
- setDexInfo(ExopackageInfo.DexInfo) - Method in class com.facebook.buck.rules.ExopackageInfo.Builder
-
Initializes the optional value dexInfo to dexInfo.
- setDexInfo(Optional<? extends ExopackageInfo.DexInfo>) - Method in class com.facebook.buck.rules.ExopackageInfo.Builder
-
Initializes the optional value dexInfo to dexInfo.
- setDexReorderDataDumpFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value dexReorderDataDumpFile to dexReorderDataDumpFile.
- setDexReorderDataDumpFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value dexReorderDataDumpFile to dexReorderDataDumpFile.
- setDexReorderToolFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value dexReorderToolFile to dexReorderToolFile.
- setDexReorderToolFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value dexReorderToolFile to dexReorderToolFile.
- setDiff(String) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
-
Initializes the optional value diff to diff.
- setDiff(Optional<String>) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
-
Initializes the optional value diff to diff.
- setDirCacheEntries(Iterable<? extends DirCacheEntry>) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries.Builder
-
Sets or replaces all elements for dirCacheEntries set.
- setDirectory(String) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry.Builder
-
Initializes the value for the directory attribute.
- setDirectory(Path) - Method in class com.facebook.buck.rules.ExopackageInfo.DexInfo.Builder
-
Initializes the value for the directory attribute.
- setDirectory(Path) - Method in class com.facebook.buck.rules.ExopackageInfo.NativeLibsInfo.Builder
-
Initializes the value for the directory attribute.
- setDirectory(Path) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
-
Initializes the optional value directory to directory.
- setDirectory(Optional<? extends Path>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
-
Initializes the optional value directory to directory.
- setDirectoryForTestResults(Path) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
-
Initializes the optional value directoryForTestResults to directoryForTestResults.
- setDirectoryForTestResults(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
-
Initializes the optional value directoryForTestResults to directoryForTestResults.
- setDirectoryForTestResults(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Initializes the optional value directoryForTestResults to directoryForTestResults.
- setDirectoryForTestResults(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Initializes the optional value directoryForTestResults to directoryForTestResults.
- setDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Sets or replaces all elements for dirs sortedSet.
- setDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Sets or replaces all elements for dirs set.
- setDirsContainingResourceDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
-
Sets or replaces all elements for dirsContainingResourceDirs set.
- setDisablePreDex(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the value for the disablePreDex attribute.
- setDiskIO(int) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts.Builder
-
Initializes the value for the diskIO attribute.
- setDistBuildMode(DistBuildMode) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
-
Initializes the value for the distBuildMode attribute.
- setDistBuildService(DistBuildService) - Method in class com.facebook.buck.event.listener.DistBuildSlaveEventBusListener
-
- setDistributedBuildExitCode(int) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the optional value distributedBuildExitCode to distributedBuildExitCode.
- setDistributedBuildExitCode(Optional<Integer>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the optional value distributedBuildExitCode to distributedBuildExitCode.
- setDistributedBuildExitCode(int) - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
-
- setDistributedBuildModeEnabled(boolean) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
-
Initializes the value for the distributedBuildModeEnabled attribute.
- setDllName(String) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
-
Initializes the value for the dllName attribute.
- setDoesNotAffectAbi(boolean) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Initializes the value for the doesNotAffectAbi attribute.
- setDoesNotAffectAbi(boolean) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
-
Initializes the value for the doesNotAffectAbi attribute.
- setDraftCompile(boolean) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Initializes the optional value draftCompile to draftCompile.
- setDraftCompile(Optional<Boolean>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Initializes the optional value draftCompile to draftCompile.
- setDsymutil(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Initializes the value for the dsymutil attribute.
- setDuplicateResourceBehavior(AndroidBinaryDescription.AbstractAndroidBinaryDescriptionArg.DuplicateResourceBehaviour) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the value for the duplicateResourceBehavior attribute.
- setDuration(BuildRule, ClockDuration) - Method in class com.facebook.buck.rules.BuildRuleDurationTracker
-
This method should only be used for testing.
- setDurationMs(DistBuildClientStatsTracker.DistBuildClientStat, long) - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
-
- setEnabled(boolean) - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig.Builder
-
Initializes the value for the
enabled attribute.
- setEnableObjcInterop(boolean) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Initializes the optional value enableObjcInterop to enableObjcInterop.
- setEnableObjcInterop(Optional<Boolean>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Initializes the optional value enableObjcInterop to enableObjcInterop.
- setEnableProfiling(boolean) - Method in class com.facebook.buck.json.ProjectBuildFileParser
-
- setEnableRelinker(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the value for the enableRelinker attribute.
- setEndIndex(int) - Method in class com.facebook.buck.model.MacroMatchResult.Builder
-
Initializes the value for the endIndex attribute.
- setEnhancedDeps(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
-
Sets or replaces all elements for enhancedDeps list.
- setEntitlements(Map<String, ? extends NSObject>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
-
Sets or replaces all mappings from the specified map as entries for the entitlements map.
- setEntriesToJar(Stream<Path>) - Method in class com.facebook.buck.zip.JarBuilder
-
- setEntriesToJar(Iterable<Path>) - Method in class com.facebook.buck.zip.JarBuilder
-
- setEntry(Either<ImmutableSet<String>, String>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
-
Initializes the value for the entry attribute.
- setEntryAttribute(String, String, String) - Method in class com.facebook.buck.zip.DeterministicManifest
-
- setEntryHashingEnabled(boolean) - Method in class com.facebook.buck.zip.CustomJarOutputStream
-
- setEntryPath(SourcePath) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
Initializes the value for the
entryPath attribute.
- setEntryPath(SourcePath) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
-
Initializes the value for the
entryPath attribute.
- setEntryPatternBlacklist(Iterable<Pattern>) - Method in class com.facebook.buck.zip.JarBuilder
-
- setEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the
env map.
- setEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the env map.
- setEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the env map.
- setEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the
env map.
- setEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the env map.
- setEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the env map.
- setEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the env map.
- setEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
-
Sets or replaces all mappings from the specified map as entries for the env map.
- setEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the env map.
- setEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the env map.
- setEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
Sets or replaces all mappings from the specified map as entries for the
environment map.
- setEnvironment(PythonEnvironment) - Method in class com.facebook.buck.python.PythonPlatform.Builder
-
Initializes the value for the environment attribute.
- setEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
-
Sets or replaces all mappings from the specified map as entries for the environment map.
- setEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Sets or replaces all mappings from the specified map as entries for the environment map.
- setEnvironment(ImmutableMap<String, String>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
-
Initializes the optional value environment to environment.
- setEnvironment(Optional<? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
-
Initializes the optional value environment to environment.
- setEnvironmentOverrides(Map<String, ? extends String>) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
-
Sets or replaces all mappings from the specified map as entries for the environmentOverrides map.
- setErrorCheckTimeRangeMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
-
Initializes the value for the errorCheckTimeRangeMillis attribute.
- setErrorMessage(String) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
-
Initializes the optional value errorMessage to errorMessage.
- setErrorMessage(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
-
Initializes the optional value errorMessage to errorMessage.
- setErrorMessage(String) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
-
Initializes the optional value errorMessage to errorMessage.
- setErrorMessage(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
-
Initializes the optional value errorMessage to errorMessage.
- setErrorMessage(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse.Builder
-
Initializes the optional value errorMessage to errorMessage.
- setErrorMessage(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse.Builder
-
Initializes the optional value errorMessage to errorMessage.
- setErrorMessage(String) - Method in class com.facebook.buck.rage.RageJsonResponse.Builder
-
Initializes the optional value errorMessage to errorMessage.
- setErrorMessage(Optional<String>) - Method in class com.facebook.buck.rage.RageJsonResponse.Builder
-
Initializes the optional value errorMessage to errorMessage.
- setErrorMessageFormat(String) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
-
Initializes the value for the errorMessageFormat attribute.
- setErrorTextTemplate(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
-
Initializes the value for the errorTextTemplate attribute.
- setEscaped(boolean) - Method in class com.facebook.buck.model.MacroMatchResult.Builder
-
Initializes the value for the escaped attribute.
- setEventBus(BuckEventBus) - Method in class com.facebook.buck.rules.BuildContext.Builder
-
Initializes the value for the eventBus attribute.
- setEventBus(BuckEventBus) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
-
Initializes the value for the eventBus attribute.
- setException(Exception) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
-
Initializes the optional value exception to exception.
- setException(Optional<? extends Exception>) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
-
Initializes the optional value exception to exception.
- setException(Exception) - Method in class com.facebook.buck.slb.PerServerPingData.Builder
-
Initializes the optional value exception to exception.
- setException(Optional<? extends Exception>) - Method in class com.facebook.buck.slb.PerServerPingData.Builder
-
Initializes the optional value exception to exception.
- setExcludeArtifactsEnabled(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the value for the excludeArtifactsEnabled attribute.
- setExcludedResourcePaths(Iterable<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Sets or replaces all elements for excludedResourcePaths list.
- setExcludeRulesAdded(int) - Method in class com.facebook.buck.util.versioncontrol.SparseSummary.Builder
-
- setExcludes(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule.Builder
-
Sets or replaces all elements for excludes set.
- setExe(BuildTarget) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
Initializes the optional value exe to exe.
- setExe(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
Initializes the optional value exe to exe.
- setExecutable(boolean) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Initializes the optional value executable to executable.
- setExecutable(Optional<Boolean>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Initializes the optional value executable to executable.
- setExecutablesPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
-
Initializes the value for the executablesPath attribute.
- setExecutors(Map<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
Sets or replaces all mappings from the specified map as entries for the
executors map.
- setExecutors(Map<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
-
Sets or replaces all mappings from the specified map as entries for the executors map.
- setExecutors(Map<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Sets or replaces all mappings from the specified map as entries for the executors map.
- setExecutorService(WeightedListeningExecutorService) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
-
Initializes the value for the executorService attribute.
- setExistingFile(Path) - Method in class com.facebook.buck.step.fs.SymlinkFileStep.Builder
-
Initializes the value for the existingFile attribute.
- setExitCode(int) - Method in class com.facebook.buck.cli.InstallResult.Builder
-
Initializes the value for the exitCode attribute.
- setExitCode(int) - Method in class com.facebook.buck.distributed.BuildSlaveFinishedStatus.Builder
-
Initializes the value for the exitCode attribute.
- setExitCode(int) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
-
Initializes the optional value exitCode to exitCode.
- setExitCode(OptionalInt) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
-
Initializes the optional value exitCode to exitCode.
- setExopackage(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value exopackage to exopackage.
- setExopackage(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value exopackage to exopackage.
- setExopackageInfo(ExopackageInfo) - Method in class com.facebook.buck.android.ApkInfo.Builder
-
- setExopackageInfo(Optional<? extends ExopackageInfo>) - Method in class com.facebook.buck.android.ApkInfo.Builder
-
- setExopackageModes(Iterable<AndroidBinary.ExopackageMode>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Sets or replaces all elements for exopackageModes set.
- setExoResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
-
Sets or replaces all elements for exoResources list.
- setExoResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Sets or replaces all elements for exoResources list.
- setExpectedHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
-
Initializes the value for the expectedHashCode attribute.
- setExpectedHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
-
Initializes the value for the expectedHashCode attribute.
- setExpectedHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
-
Initializes the value for the expectedHashCode attribute.
- setExperimentalArgs(Iterable<String>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Sets or replaces all elements for experimentalArgs list.
- setExpirationDate(Date) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
-
Initializes the value for the expirationDate attribute.
- setExplicitFileType(Optional<String>) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXFileReference
-
- setExplicitRunnablePath(String) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Initializes the optional value explicitRunnablePath to explicitRunnablePath.
- setExplicitRunnablePath(Optional<String>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Initializes the optional value explicitRunnablePath to explicitRunnablePath.
- setExported(boolean) - Method in class com.facebook.buck.ide.intellij.DependencyEntryData.Builder
-
Initializes the value for the exported attribute.
- setExportedCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Sets or replaces all elements for exportedCompilerFlags list.
- setExportedDepRules(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
-
- setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Sets or replaces all elements for exportedDeps sortedSet.
- setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Sets or replaces all elements for exportedDeps sortedSet.
- setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Sets or replaces all elements for exportedDeps sortedSet.
- setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLinkable.Builder
-
Sets or replaces all elements for exportedDeps set.
- setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- setExportedDeps(ImmutableSortedSet<BuildTarget>) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
-
- setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- setExportedHeaders(SourceList) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setExportedHeaders(SourceList) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setExportedHeaders(SourceList) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setExportedHeaders(SourceList) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setExportedHeaders(SourceList) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the value for the exportedHeaders attribute.
- setExportedLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setExportedLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setExportedLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setExportedLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setExportedLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the exportedLangPreprocessorFlags map.
- setExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setExportedLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Sets or replaces all elements for exportedLinkerFlags list.
- setExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setExportedLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Sets or replaces all elements for exportedLinkerFlags list.
- setExportedLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Sets or replaces all elements for exportedLinkerFlags list.
- setExportedPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setExportedPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setExportedPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setExportedPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setExportedPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setExportedPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setExportedPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setExportedPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setExportedPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the value for the exportedPlatformHeaders attribute.
- setExportedPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setExportedPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setExportedPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setExportedPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Initializes the value for the exportedPlatformLinkerFlags attribute.
- setExportedPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setExportedPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the value for the exportedPlatformLinkerFlags attribute.
- setExportedPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setExportedPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setExportedPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setExportedPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setExportedPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the value for the exportedPlatformPreprocessorFlags attribute.
- setExportedPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setExportedPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setExportedPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setExportedPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setExportedPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Sets or replaces all elements for exportedPreprocessorFlags list.
- setExportedPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Sets or replaces all elements for exportedPreprocessorFlags list.
- SetExpression - Class in com.facebook.buck.query
-
A set(word, ..., word) expression, which computes the union of zero or more target patterns
separated by whitespace.
- SetExpression.Builder - Class in com.facebook.buck.query
-
- setExtension(Either<AppleBundleExtension, String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Initializes the value for the
extension attribute.
- setExtension(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Initializes the optional value extension to extension.
- setExtension(Optional<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Initializes the optional value extension to extension.
- setExtension(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Initializes the optional value extension to extension.
- setExtension(Optional<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Initializes the optional value extension to extension.
- setExternalAttributes(long) - Method in class com.facebook.buck.zip.CustomZipEntry
-
- setExtraArgs(String) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
-
Initializes the optional value extraArgs to extraArgs.
- setExtraArgs(Optional<String>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
-
Initializes the optional value extraArgs to extraArgs.
- setExtraArgs(Iterable<String>) - Method in class com.facebook.buck.rules.VersionedTool.Builder
-
Sets or replaces all elements for extraArgs list.
- setExtraArguments(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- setExtraArguments(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- setExtraArguments(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- setExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- setExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
-
Sets or replaces all elements for extraArguments list.
- setExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- setExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- setExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- setExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Sets or replaces all elements for extraArguments list.
- setExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Sets or replaces all elements for extraArguments list.
- setExtraClassPathDependencies(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Sets or replaces all elements for extraClassPathDependencies set.
- setExtraData(Map<String, ? extends String>) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
-
Sets or replaces all mappings from the specified map as entries for the extraData map.
- setExtraFiles(Iterable<? extends Path>) - Method in class com.facebook.buck.rage.ExtraInfoResult.Builder
-
- setExtraGroovycArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- setExtraGroovycArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- setExtraInfo(String) - Method in class com.facebook.buck.rage.DefectReport.Builder
-
Initializes the optional value
extraInfo to extraInfo.
- setExtraInfo(Optional<String>) - Method in class com.facebook.buck.rage.DefectReport.Builder
-
Initializes the optional value
extraInfo to extraInfo.
- setExtraJvmArgs(ImmutableList<String>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Initializes the optional value extraJvmArgs to extraJvmArgs.
- setExtraJvmArgs(Optional<? extends ImmutableList<String>>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Initializes the optional value extraJvmArgs to extraJvmArgs.
- setExtraKotlincArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- setExtraKotlincArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- setExtraSchemes(Map<String, ? extends BuildTarget>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the extraSchemes map.
- setExtraTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Sets or replaces all elements for extraTargets sortedSet.
- setExtraTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Sets or replaces all elements for extraTests sortedSet.
- setExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setFailures(Iterable<? extends BuildResult>) - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
-
Sets or replaces all elements for failures set.
- setFailureUploadCount(AtomicInteger) - Method in class com.facebook.buck.log.CacheUploadInfo.Builder
-
Initializes the value for the failureUploadCount attribute.
- setFakeTime() - Method in class com.facebook.buck.zip.CustomZipEntry
-
- setFatTarget(BuildTarget) - Method in class com.facebook.buck.apple.MultiarchFileInfo.Builder
-
Initializes the value for the fatTarget attribute.
- setFeatures(Iterable<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Sets or replaces all elements for features sortedSet.
- setFeatures(Iterable<String>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Sets or replaces all elements for features sortedSet.
- setFeatures(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Sets or replaces all elements for features sortedSet.
- setFetchClient(HttpService) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
-
Initializes the value for the fetchClient attribute.
- setFetchDataBuilder(HttpArtifactCacheEventFetchData.Builder) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished.Builder
-
- setFetchResult(CacheResult) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
-
Initializes the optional value fetchResult to fetchResult.
- setFetchResult(Optional<? extends CacheResult>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
-
Initializes the optional value fetchResult to fetchResult.
- setFetchTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats.Builder
-
Initializes the value for the fetchTimeMs attribute.
- setFields(RuleKeyObjectSink, BuildRule, RuleKeyType) - Method in class com.facebook.buck.rules.keys.RuleKeyFieldLoader
-
- setFile(String) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry.Builder
-
Initializes the value for the file attribute.
- setFileChangesIgnoredReport(FileChangesIgnoredReport) - Method in class com.facebook.buck.rage.DefectReport.Builder
-
- setFileChangesIgnoredReport(Optional<? extends FileChangesIgnoredReport>) - Method in class com.facebook.buck.rage.DefectReport.Builder
-
- setFileHashCache(StackedFileHashCache) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
- setFilePath(Path) - Method in class com.facebook.buck.ide.intellij.model.ModuleIndexEntry.Builder
-
Initializes the value for the filePath attribute.
- setFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Sets or replaces all elements for files set.
- setFilesAdded(int) - Method in class com.facebook.buck.util.versioncontrol.SparseSummary.Builder
-
Initializes the value for the
filesAdded attribute.
- setFilesConflicting(int) - Method in class com.facebook.buck.util.versioncontrol.SparseSummary.Builder
-
- setFilesDropped(int) - Method in class com.facebook.buck.util.versioncontrol.SparseSummary.Builder
-
- setFilesExamined(int) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult.Builder
-
- setFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.rules.DistBuildCellParams.Builder
-
Initializes the value for the filesystem attribute.
- setFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.step.fs.SymlinkFileStep.Builder
-
Initializes the value for the filesystem attribute.
- setFileUrl(String) - Method in class com.facebook.buck.ide.intellij.model.ModuleIndexEntry.Builder
-
Initializes the value for the fileUrl attribute.
- setFinalDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Initializes the value for the finalDeps attribute.
- setFinalRName(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the optional value
finalRName to finalRName.
- setFinalRName(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the optional value
finalRName to finalRName.
- setFinalRName(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Initializes the optional value
finalRName to finalRName.
- setFinalRName(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Initializes the optional value
finalRName to finalRName.
- setFingerprint(HashCode) - Method in class com.facebook.buck.apple.CodeSignIdentity.Builder
-
Initializes the optional value fingerprint to fingerprint.
- setFingerprint(Optional<? extends HashCode>) - Method in class com.facebook.buck.apple.CodeSignIdentity.Builder
-
Initializes the optional value fingerprint to fingerprint.
- setFinish(BuckEventExternalInterface) - Method in class com.facebook.buck.event.listener.EventPair.Builder
-
Initializes the optional value finish to finish.
- setFinish(Optional<? extends BuckEventExternalInterface>) - Method in class com.facebook.buck.event.listener.EventPair.Builder
-
Initializes the optional value finish to finish.
- setFlagMacros(Map<String, ? extends String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Sets or replaces all mappings from the specified map as entries for the flagMacros map.
- setFlags(Iterable<String>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Sets or replaces all elements for flags list.
- setFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxSource.Builder
-
Sets or replaces all elements for
flags list.
- setFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
-
Sets or replaces all elements for flags list.
- setFlags(Iterable<? extends Arg>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Sets or replaces all elements for flags list.
- setFlags(Iterable<String>) - Method in class com.facebook.buck.rules.SourceWithFlags.Builder
-
Sets or replaces all elements for flags list.
- setFlags(EnumSet<AbstractManifestInfo.FileFlags>) - Method in class com.facebook.buck.util.autosparse.ManifestInfo.Builder
-
Initializes the value for the
flags attribute.
- setFlavor(Flavor) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the value for the flavor attribute.
- setFlavor(Flavor) - Method in class com.facebook.buck.python.PythonPlatform.Builder
-
Initializes the value for the flavor attribute.
- setFlavors(Iterable<? extends Flavor>) - Method in class com.facebook.buck.model.BuildTarget.Builder
-
Sets or replaces all elements for flavors sortedSet.
- setFolders(Iterable<? extends IjSourceFolder>) - Method in class com.facebook.buck.ide.intellij.model.ContentRoot.Builder
-
Sets or replaces all elements for folders list.
- setFolders(Iterable<? extends IjFolder>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Sets or replaces all elements for folders list.
- setForceFinalResourceIds(boolean) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Initializes the value for the forceFinalResourceIds attribute.
- setForceStatic(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Initializes the optional value
forceStatic to forceStatic.
- setForceStatic(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Initializes the optional value
forceStatic to forceStatic.
- setForceStatic(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Initializes the optional value
forceStatic to forceStatic.
- setForceStatic(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Initializes the optional value
forceStatic to forceStatic.
- setForceStatic(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Initializes the optional value
forceStatic to forceStatic.
- setForceStatic(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Initializes the optional value
forceStatic to forceStatic.
- setForceStatic(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Initializes the optional value
forceStatic to forceStatic.
- setForceStatic(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Initializes the optional value
forceStatic to forceStatic.
- setForceStatic(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the optional value forceStatic to forceStatic.
- setForceStatic(Optional<Boolean>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the optional value forceStatic to forceStatic.
- setForkMode(ForkMode) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Initializes the value for the
forkMode attribute.
- setForkMode(ForkMode) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the value for the forkMode attribute.
- setForkMode(ForkMode) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Initializes the value for the
forkMode attribute.
- setForkMode(ForkMode) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the value for the forkMode attribute.
- setForkMode(ForkMode) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Initializes the value for the forkMode attribute.
- setFramework(SourcePath) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Initializes the value for the framework attribute.
- setFramework(CxxTestType) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Initializes the optional value framework to framework.
- setFramework(Optional<? extends CxxTestType>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Initializes the optional value framework to framework.
- setFramework(boolean) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Initializes the value for the framework attribute.
- setFrameworkPaths(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
-
Sets or replaces all elements for frameworkPaths set.
- setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
frameworks sortedSet.
- setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
frameworks sortedSet.
- setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Sets or replaces all elements for
frameworks sortedSet.
- setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Sets or replaces all elements for
frameworks sortedSet.
- setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
frameworks sortedSet.
- setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
frameworks sortedSet.
- setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
-
Sets or replaces all elements for frameworks set.
- setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Sets or replaces all elements for
frameworks sortedSet.
- setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
-
Sets or replaces all elements for frameworks set.
- setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Sets or replaces all elements for frameworks sortedSet.
- setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
frameworks sortedSet.
- setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Sets or replaces all elements for
frameworks sortedSet.
- setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Sets or replaces all elements for
frameworks sortedSet.
- setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Sets or replaces all elements for frameworks sortedSet.
- setFrameworksPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
-
Initializes the value for the frameworksPath attribute.
- setFrameworkVer(FrameworkVersion) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
-
Initializes the value for the frameworkVer attribute.
- setFromParams(CellPathResolver, ProjectFilesystem, BuildTarget, Object, Map<String, ?>) - Method in class com.facebook.buck.rules.coercer.ParamInfo
-
- setFunction(QueryEnvironment.QueryFunction) - Method in class com.facebook.buck.query.FunctionExpression.Builder
-
Initializes the value for the function attribute.
- setFunctionName(String) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Initializes the optional value functionName to functionName.
- setFunctionName(Optional<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Initializes the optional value functionName to functionName.
- setGccVersion(String) - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler.Builder
-
Initializes the value for the gccVersion attribute.
- setGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- setGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- setGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- setGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- setGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- setGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- setGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- setGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- setGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- setGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- setGeneratedFilesListFilename(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the optional value generatedFilesListFilename to generatedFilesListFilename.
- setGeneratedFilesListFilename(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the optional value generatedFilesListFilename to generatedFilesListFilename.
- setGeneratedSourceCodeFolders(Iterable<? extends IjFolder>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Sets or replaces all elements for generatedSourceCodeFolders list.
- setGeneratedSourceFolder(Optional<Path>) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
-
- setGeneratedSourcePath(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
-
Initializes the value for the generatedSourcePath attribute.
- setGetHashCode(HashCode) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
-
Initializes the value for the getHashCode attribute.
- setGlobalID(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
-
- setGoArch(String) - Method in class com.facebook.buck.go.GoPlatform.Builder
-
Initializes the value for the goArch attribute.
- setGoLinkInput(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.go.GoLinkable.Builder
-
Sets or replaces all mappings from the specified map as entries for the goLinkInput map.
- setGoOs(String) - Method in class com.facebook.buck.go.GoPlatform.Builder
-
Initializes the value for the goOs attribute.
- setGroup(String) - Method in class com.facebook.buck.ide.intellij.model.ModuleIndexEntry.Builder
-
Initializes the value for the group attribute.
- setGuavaJarPath(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
-
Initializes the value for the guavaJarPath attribute.
- setGwtJar(SourcePath) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Initializes the optional value gwtJar to gwtJar.
- setGwtJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Initializes the optional value gwtJar to gwtJar.
- setHash(String) - Method in class com.facebook.buck.util.autosparse.ManifestInfo.Builder
-
Initializes the value for the
hash attribute.
- setHasWhitelistedStrings(boolean) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Initializes the value for the hasWhitelistedStrings attribute.
- setHeaderMap(SourcePath) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
-
Initializes the optional value headerMap to headerMap.
- setHeaderMap(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
-
Initializes the optional value headerMap to headerMap.
- setHeaderNamespace(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setHeaderNamespace(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setHeaderNamespace(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setHeaderNamespace(String) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- setHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- setHeaderNamespace(String) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setHeaderNamespace(String) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- setHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- setHeaderNamespace(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the optional value headerNamespace to headerNamespace.
- setHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the optional value headerNamespace to headerNamespace.
- setHeaderNamespace(String) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- setHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- setHeaderNamespace(String) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- setHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- setHeaderNamespace(String) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- setHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- setHeaderOnly(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the optional value headerOnly to headerOnly.
- setHeaderOnly(Optional<Boolean>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the optional value headerOnly to headerOnly.
- setHeaderPathPrefix(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setHeaderPathPrefix(Optional<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setHeaderPathPrefix(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setHeaderPathPrefix(Optional<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setHeaderPathPrefix(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setHeaderPathPrefix(Optional<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setHeaders(SourceList) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Initializes the value for the
headers attribute.
- setHeaders(SourceList) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Initializes the value for the
headers attribute.
- setHeaders(SourceList) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Initializes the value for the
headers attribute.
- setHeaders(SourceList) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Initializes the value for the
headers attribute.
- setHeaders(SourceList) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Initializes the value for the
headers attribute.
- setHeaders(SourceList) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Initializes the value for the
headers attribute.
- setHeaders(SourceList) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Initializes the value for the
headers attribute.
- setHeaders(SourceList) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Initializes the value for the
headers attribute.
- setHeaders(SourceList) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Initializes the value for the
headers attribute.
- setHeadersPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
-
Initializes the value for the headersPath attribute.
- setHeaderVerification(HeaderVerification) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the value for the headerVerification attribute.
- setHealthCheckIntervalMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
-
Initializes the value for the healthCheckIntervalMillis attribute.
- setHighlightedBuildIds(Iterable<? extends BuildId>) - Method in class com.facebook.buck.rage.DefectReport.Builder
-
- setHostname(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
-
Initializes the value for the hostname attribute.
- setHttpCacheEntries(Iterable<? extends HttpCacheEntry>) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries.Builder
-
Sets or replaces all elements for httpCacheEntries set.
- setHttpWriteExecutorService(ListeningExecutorService) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
-
Initializes the value for the httpWriteExecutorService attribute.
- setIbtool(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Initializes the value for the ibtool attribute.
- setId(String) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Initializes the value for the id attribute.
- setIdentifier(String) - Method in class com.facebook.buck.apple.AppleToolchain.Builder
-
Initializes the value for the identifier attribute.
- setIdentifier(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.ProductType.Builder
-
Initializes the value for the identifier attribute.
- setIgnoredPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig.Builder
-
- setIgnoredTargetLabels(Iterable<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Sets or replaces all elements for ignoredTargetLabels set.
- setIgnorePaths(Iterable<? extends PathOrGlobMatcher>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Sets or replaces all elements for ignorePaths set.
- setImportDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Sets or replaces all elements for importDirs list.
- setImportPath(String) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Initializes the value for the importPath attribute.
- setInclNoLocationClassesEnabled(boolean) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Initializes the value for the inclNoLocationClassesEnabled attribute.
- setInclNoLocationClassesEnabled(boolean) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Initializes the value for the inclNoLocationClassesEnabled attribute.
- setIncludeBuildConfigClass(Boolean) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the value for the includeBuildConfigClass attribute.
- setIncludeDir(String) - Method in class com.facebook.buck.cxx.CxxSandboxInclude.Builder
-
Initializes the value for the includeDir attribute.
- setIncludeDir(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Initializes the value for the includeDir attribute.
- setIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- setIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- setIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Sets or replaces all elements for includeDirs list.
- setIncludeDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Sets or replaces all elements for includeDirs list.
- setIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- setIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- setIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- setIncludedPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.rage.DefectReport.Builder
-
- setIncludeRoot(SourcePath) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
-
Initializes the value for the includeRoot attribute.
- setIncludeRulesAdded(int) - Method in class com.facebook.buck.util.versioncontrol.SparseSummary.Builder
-
- setIncludes(Iterable<? extends CxxHeaders>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
-
Sets or replaces all elements for includes list.
- setIncludes(Iterable<? extends CxxHeaders>) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
-
Sets or replaces all elements for includes set.
- setIncludes(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
-
Sets or replaces all elements for includes list.
- setIncludeStdErr(boolean) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity.Builder
-
Initializes the value for the includeStdErr attribute.
- setIncludeStdOut(boolean) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity.Builder
-
Initializes the value for the includeStdOut attribute.
- setIncludesVectorDrawables(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the value for the includesVectorDrawables attribute.
- setIncludesVectorDrawables(boolean) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Initializes the value for the includesVectorDrawables attribute.
- setIncludeType(CxxPreprocessables.IncludeType) - Method in class com.facebook.buck.cxx.CxxHeadersDir.Builder
-
Initializes the value for the includeType attribute.
- setIncludeType(CxxPreprocessables.IncludeType) - Method in class com.facebook.buck.cxx.CxxSandboxInclude.Builder
-
Initializes the value for the includeType attribute.
- setIncludeType(CxxPreprocessables.IncludeType) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
-
Initializes the value for the includeType attribute.
- setInfo(HaskellPackageInfo) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
-
Initializes the value for the info attribute.
- setInfoPlist(SourcePath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Initializes the optional value infoPlist to infoPlist.
- setInfoPlist(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Initializes the optional value infoPlist to infoPlist.
- setInfoPlist(SourcePath) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Initializes the value for the
infoPlist attribute.
- setInfoPlist(SourcePath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Initializes the optional value infoPlist to infoPlist.
- setInfoPlist(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Initializes the optional value infoPlist to infoPlist.
- setInfoPlist(SourcePath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Initializes the value for the
infoPlist attribute.
- setInfoPlistSubstitutions(Map<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the infoPlistSubstitutions map.
- setInfoPlistSubstitutions(Map<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
- setInfoPlistSubstitutions(Map<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the infoPlistSubstitutions map.
- setInfoPlistSubstitutions(Map<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setInitTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats.Builder
-
Initializes the value for the initTimeMs attribute.
- setInput(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Sets or replaces all elements for input list.
- setInputRuleKey(String) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
-
Initializes the value for the inputRuleKey attribute.
- setInputRuleKey(RuleKey) - Method in class com.facebook.buck.rules.BuildRuleKeys.Builder
-
Initializes the optional value inputRuleKey to inputRuleKey.
- setInputRuleKey(Optional<? extends RuleKey>) - Method in class com.facebook.buck.rules.BuildRuleKeys.Builder
-
Initializes the optional value inputRuleKey to inputRuleKey.
- setInputs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
-
Sets or replaces all elements for inputs sortedSet.
- setInResToOutResDirMap(ImmutableBiMap<Path, Path>) - Method in class com.facebook.buck.android.FilterResourcesStep.Builder
-
- setInstallTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats.Builder
-
Initializes the value for the installTimeMs attribute.
- setInstrumentationApkPath(Path) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
-
Initializes the optional value instrumentationApkPath to instrumentationApkPath.
- setInstrumentationApkPath(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
-
Initializes the optional value instrumentationApkPath to instrumentationApkPath.
- setIntellijModuleSdkName(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the optional value intellijModuleSdkName to intellijModuleSdkName.
- setIntellijModuleSdkName(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the optional value intellijModuleSdkName to intellijModuleSdkName.
- setIntellijPluginLabels(Iterable<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Sets or replaces all elements for intellijPluginLabels set.
- setInterfaces(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
-
Sets or replaces all elements for interfaces sortedSet.
- setInterpreterName(String) - Method in class com.facebook.buck.python.PythonVersion.Builder
-
Initializes the value for the interpreterName attribute.
- setInvocationInfo(InvocationInfo) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
- setInvocationInfo(Optional<? extends InvocationInfo>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
- setIoBytesRead(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
-
Initializes the value for the ioBytesRead attribute.
- setIoBytesWritten(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
-
Initializes the value for the ioBytesWritten attribute.
- setIoTotal(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
-
Initializes the value for the ioTotal attribute.
- setIs64Bit(boolean) - Method in class com.facebook.buck.cxx.MachoHeader.Builder
-
Initializes the value for the is64Bit attribute.
- setIsAndroidResources(boolean) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder.Builder
-
Initializes the value for the isAndroidResources attribute.
- setIsAsset(boolean) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Initializes the value for the isAsset attribute.
- setIsAsset(boolean) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Initializes the value for the isAsset attribute.
- setIsCacheable(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the value for the isCacheable attribute.
- setIsCacheable(boolean) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Initializes the value for the isCacheable attribute.
- setIsDaemon(boolean) - Method in class com.facebook.buck.log.InvocationInfo.Builder
-
Initializes the value for the isDaemon attribute.
- setIsLocalFallbackBuildEnabled(boolean) - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
-
- setIsolateClassLoader(boolean) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Initializes the value for the isolateClassLoader attribute.
- setIsRemoteRunnable(boolean) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Initializes the optional value isRemoteRunnable to isRemoteRunnable.
- setIsRemoteRunnable(Optional<Boolean>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Initializes the optional value isRemoteRunnable to isRemoteRunnable.
- setIsRequestSuccessful(boolean) - Method in class com.facebook.buck.rage.DefectSubmitResult.Builder
-
- setIsRequestSuccessful(Optional<Boolean>) - Method in class com.facebook.buck.rage.DefectSubmitResult.Builder
-
- setIsTestSource(boolean) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder.Builder
-
Initializes the value for the isTestSource attribute.
- setIsUiTest(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Initializes the value for the isUiTest attribute.
- setJarContentHasher(JarContentHasher) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
-
Initializes the optional value jarContentHasher to jarContentHasher.
- setJarContentHasher(Optional<? extends JarContentHasher>) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
-
Initializes the optional value jarContentHasher to jarContentHasher.
- setJavaBuckConfig(JavaBuckConfig) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the value for the javaBuckConfig attribute.
- setJavac(Path) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the optional value
javac to javac.
- setJavac(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the optional value
javac to javac.
- setJavac(Path) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Initializes the optional value
javac to javac.
- setJavac(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Initializes the optional value
javac to javac.
- setJavac(Path) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Initializes the optional value
javac to javac.
- setJavac(Optional<? extends Path>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Initializes the optional value
javac to javac.
- setJavac(Path) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Initializes the optional value
javac to javac.
- setJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Initializes the optional value
javac to javac.
- setJavac(Path) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the optional value
javac to javac.
- setJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the optional value
javac to javac.
- setJavac(Path) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Initializes the optional value
javac to javac.
- setJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Initializes the optional value
javac to javac.
- setJavac(Path) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Initializes the optional value
javac to javac.
- setJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Initializes the optional value
javac to javac.
- setJavac(Path) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Initializes the optional value
javac to javac.
- setJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Initializes the optional value
javac to javac.
- setJavac(Path) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the optional value
javac to javac.
- setJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the optional value
javac to javac.
- setJavacJar(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the optional value
javacJar to javacJar.
- setJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the optional value
javacJar to javacJar.
- setJavacJar(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Initializes the optional value
javacJar to javacJar.
- setJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Initializes the optional value
javacJar to javacJar.
- setJavacJar(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Initializes the optional value
javacJar to javacJar.
- setJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Initializes the optional value
javacJar to javacJar.
- setJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Initializes the optional value
javacJar to javacJar.
- setJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Initializes the optional value
javacJar to javacJar.
- setJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the optional value
javacJar to javacJar.
- setJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the optional value
javacJar to javacJar.
- setJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Initializes the optional value
javacJar to javacJar.
- setJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Initializes the optional value
javacJar to javacJar.
- setJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Initializes the optional value
javacJar to javacJar.
- setJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Initializes the optional value
javacJar to javacJar.
- setJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Initializes the optional value
javacJar to javacJar.
- setJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Initializes the optional value
javacJar to javacJar.
- setJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the optional value
javacJar to javacJar.
- setJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the optional value
javacJar to javacJar.
- setJavacJarPath(SourcePath) - Method in class com.facebook.buck.jvm.java.JavacSpec.Builder
-
Initializes the optional value javacJarPath to javacJarPath.
- setJavacJarPath(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacSpec.Builder
-
Initializes the optional value javacJarPath to javacJarPath.
- setJavacLocation(Javac.Location) - Method in class com.facebook.buck.jvm.java.JavacSpec.Builder
-
Initializes the value for the javacLocation attribute.
- setJavacOptions(JavacOptions) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
-
- setJavacOptionsAmender(JavacOptionsAmender) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
-
- setJavacPath(Either<Path, SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacSpec.Builder
-
Initializes the optional value javacPath to javacPath.
- setJavacPath(Optional<? extends Either<Path, SourcePath>>) - Method in class com.facebook.buck.jvm.java.JavacSpec.Builder
-
Initializes the optional value javacPath to javacPath.
- setJavadocUrl(String) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Initializes the optional value javadocUrl to javadocUrl.
- setJavadocUrl(Optional<String>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Initializes the optional value javadocUrl to javadocUrl.
- setJavadocUrl(String) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Initializes the optional value javadocUrl to javadocUrl.
- setJavadocUrl(Optional<String>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Initializes the optional value javadocUrl to javadocUrl.
- setJavadocUrls(Iterable<String>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
-
Sets or replaces all elements for javadocUrls set.
- setJavaLanguageLevel(Optional<String>) - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
-
- setJavaLibrariesToDex(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Sets or replaces all elements for javaLibrariesToDex set.
- setJavaModuleSdkName(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the optional value javaModuleSdkName to javaModuleSdkName.
- setJavaModuleSdkName(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the optional value javaModuleSdkName to javaModuleSdkName.
- setJavaModuleSdkType(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the optional value javaModuleSdkType to javaModuleSdkType.
- setJavaModuleSdkType(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the optional value javaModuleSdkType to javaModuleSdkType.
- setJavaPackageFinder(JavaPackageFinder) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
- setJavaPackageFinder(JavaPackageFinder) - Method in class com.facebook.buck.rules.BuildContext.Builder
-
Initializes the value for the javaPackageFinder attribute.
- setJavaPackageFinder(JavaPackageFinder) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Initializes the value for the javaPackageFinder attribute.
- setJavaPath(Path) - Method in class com.facebook.buck.jvm.java.JavaOptions.Builder
-
Initializes the optional value javaPath to javaPath.
- setJavaPath(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JavaOptions.Builder
-
Initializes the optional value javaPath to javaPath.
- setJavaVersion(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the optional value
javaVersion to javaVersion.
- setJavaVersion(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the optional value
javaVersion to javaVersion.
- setJavaVersion(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Initializes the optional value
javaVersion to javaVersion.
- setJavaVersion(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Initializes the optional value
javaVersion to javaVersion.
- setJavaVersion(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Initializes the optional value
javaVersion to javaVersion.
- setJavaVersion(Optional<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Initializes the optional value
javaVersion to javaVersion.
- setJavaVersion(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Initializes the optional value
javaVersion to javaVersion.
- setJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Initializes the optional value
javaVersion to javaVersion.
- setJavaVersion(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the optional value
javaVersion to javaVersion.
- setJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the optional value
javaVersion to javaVersion.
- setJavaVersion(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Initializes the optional value
javaVersion to javaVersion.
- setJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Initializes the optional value
javaVersion to javaVersion.
- setJavaVersion(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Initializes the optional value
javaVersion to javaVersion.
- setJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Initializes the optional value
javaVersion to javaVersion.
- setJavaVersion(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Initializes the optional value
javaVersion to javaVersion.
- setJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Initializes the optional value
javaVersion to javaVersion.
- setJavaVersion(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the optional value
javaVersion to javaVersion.
- setJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the optional value
javaVersion to javaVersion.
- setJavaVersion(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
-
Initializes the value for the javaVersion attribute.
- setJobsMultiplier(int) - Method in class com.facebook.buck.rules.RuleScheduleInfo.Builder
-
Initializes the value for the jobsMultiplier attribute.
- setJsonProtocolVersion(int) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
-
Initializes the value for the jsonProtocolVersion attribute.
- setKeepGoing(boolean) - Method in class com.facebook.buck.cli.BuildCommand
-
- setKeepGoing(boolean) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
-
Initializes the value for the keepGoing attribute.
- setKeepResourcePattern(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value keepResourcePattern to keepResourcePattern.
- setKeepResourcePattern(Optional<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value keepResourcePattern to keepResourcePattern.
- setKey(String) - Method in class com.facebook.buck.cli.ConfigValue.Builder
-
Initializes the value for the key attribute.
- setKeystore(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the value for the keystore attribute.
- setKnownBuildRuleTypesFactory(KnownBuildRuleTypesFactory) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
- setKxmlJarPath(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
-
Initializes the value for the kxmlJarPath attribute.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
-
Sets or replaces all elements for labels list.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.test.TestResults.Builder
-
Sets or replaces all elements for labels set.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabels(Iterable<String>) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg.Builder
-
Sets or replaces all elements for
labels sortedSet.
- setLabelToGeneratedSourcesMap(Map<String, ? extends String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Sets or replaces all mappings from the specified map as entries for the labelToGeneratedSourcesMap map.
- setLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the
langCompilerFlags map.
- setLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the
langCompilerFlags map.
- setLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the
langCompilerFlags map.
- setLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the
langCompilerFlags map.
- setLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the
langCompilerFlags map.
- setLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the
langCompilerFlags map.
- setLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the
langCompilerFlags map.
- setLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the
langCompilerFlags map.
- setLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the
langCompilerFlags map.
- setLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- setLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- setLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- setLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- setLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- setLanguage(AndroidLibraryDescription.JvmLanguage) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the optional value
language to language.
- setLanguage(Optional<? extends AndroidLibraryDescription.JvmLanguage>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the optional value
language to language.
- setLanguage(AndroidLibraryDescription.JvmLanguage) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Initializes the optional value
language to language.
- setLanguage(Optional<? extends AndroidLibraryDescription.JvmLanguage>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Initializes the optional value
language to language.
- setLanguageLevel(String) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Initializes the optional value languageLevel to languageLevel.
- setLanguageLevel(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Initializes the optional value languageLevel to languageLevel.
- setLastModifiedTime(Path, FileTime) - Method in class com.facebook.buck.io.ProjectFilesystem
-
Sets the last modified time for the given path.
- setLastModifiedTime(Date) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
-
Initializes the value for the lastModifiedTime attribute.
- setLatencyCheckTimeRangeMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
-
Initializes the value for the latencyCheckTimeRangeMillis attribute.
- setLaunchedPid(long) - Method in class com.facebook.buck.cli.InstallResult.Builder
-
Initializes the optional value launchedPid to launchedPid.
- setLaunchedPid(Optional<Long>) - Method in class com.facebook.buck.cli.InstallResult.Builder
-
Initializes the optional value launchedPid to launchedPid.
- setLaunchImage(String) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Initializes the optional value launchImage to launchImage.
- setLaunchImage(Optional<String>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Initializes the optional value launchImage to launchImage.
- setLaunchStyle(XCScheme.LaunchAction.LaunchStyle) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Initializes the optional value launchStyle to launchStyle.
- setLaunchStyle(Optional<? extends XCScheme.LaunchAction.LaunchStyle>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Initializes the optional value launchStyle to launchStyle.
- setLd(LinkerProvider) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the value for the ld attribute.
- setLdflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Sets or replaces all elements for ldflags list.
- setLdFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Sets or replaces all elements for ldFlags list.
- setLegacyAnnotationProcessorDeps(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
-
Sets or replaces all elements for legacyAnnotationProcessorDeps list.
- setLegacyAnnotationProcessorNames(Iterable<String>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
-
Sets or replaces all elements for legacyAnnotationProcessorNames sortedSet.
- setLegacySafeAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
-
Sets or replaces all elements for legacySafeAnnotationProcessors set.
- setLevel(Level) - Method in class com.facebook.buck.log.Logger
-
- setLevel(Level) - Method in class com.facebook.buck.test.TestStatusMessage.Builder
-
Initializes the value for the level attribute.
- setLexCompiler(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Initializes the optional value lexCompiler to lexCompiler.
- setLexCompiler(Optional<? extends Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Initializes the optional value lexCompiler to lexCompiler.
- setLibDir(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the optional value libDir to libDir.
- setLibDir(Optional<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the optional value libDir to libDir.
- setLibDir(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Initializes the value for the libDir attribute.
- setLibName(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the optional value libName to libName.
- setLibName(Optional<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the optional value libName to libName.
- setLibName(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Initializes the value for the libName attribute.
- setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
libraries sortedSet.
- setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
libraries sortedSet.
- setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Sets or replaces all elements for
libraries sortedSet.
- setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Sets or replaces all elements for
libraries sortedSet.
- setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
libraries sortedSet.
- setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
libraries sortedSet.
- setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Sets or replaces all elements for
libraries sortedSet.
- setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
-
Sets or replaces all elements for libraries set.
- setLibraries(Iterable<? extends OmnibusLibrary>) - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
-
Sets or replaces all elements for libraries list.
- setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Sets or replaces all elements for libraries sortedSet.
- setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
libraries sortedSet.
- setLibraries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
-
Sets or replaces all elements for libraries sortedSet.
- setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Sets or replaces all elements for
libraries sortedSet.
- setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Sets or replaces all elements for
libraries sortedSet.
- setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Sets or replaces all elements for libraries sortedSet.
- setLibrary(BuildTarget) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Initializes the optional value library to library.
- setLibrary(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Initializes the optional value library to library.
- setLibrary(boolean) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Initializes the value for the library attribute.
- setLibs(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
-
Sets or replaces all elements for libs sortedSet.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg.Builder
-
Sets or replaces all elements for
licenses set.
- setLinearAllocHardLimit(long) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the value for the linearAllocHardLimit attribute.
- setLines(Iterable<String>) - Method in class com.facebook.buck.util.network.offline.ScribeData.Builder
-
Sets or replaces all elements for lines list.
- setLinkables(Iterable<? extends NativeLinkable>) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents.Builder
-
Sets or replaces all elements for linkables set.
- setLinkerFlags(Map<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
-
Sets or replaces all mappings from the specified map as entries for the linkerFlags map.
- setLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- setLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- setLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
-
Sets or replaces all elements for linkerFlags list.
- setLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
-
Sets or replaces all elements for linkerFlags list.
- setLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
Sets or replaces all elements for linkerFlags list.
- setLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Sets or replaces all elements for linkerFlags list.
- setLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Sets or replaces all elements for linkerFlags list.
- setLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- setLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- setLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Sets or replaces all elements for linkerFlags list.
- setLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Sets or replaces all elements for linkerFlags list.
- setLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- setLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Sets or replaces all elements for linkerFlags list.
- setLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Sets or replaces all elements for linkerFlags list.
- setLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Sets or replaces all elements for linkerFlags list.
- setLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Sets or replaces all elements for linkerFlags list.
- setLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Initializes the optional value
linkStyle to linkStyle.
- setLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Initializes the optional value
linkStyle to linkStyle.
- setLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Initializes the optional value
linkStyle to linkStyle.
- setLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Initializes the optional value
linkStyle to linkStyle.
- setLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Initializes the optional value
linkStyle to linkStyle.
- setLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Initializes the optional value
linkStyle to linkStyle.
- setLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Initializes the optional value
linkStyle to linkStyle.
- setLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Initializes the optional value
linkStyle to linkStyle.
- setLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Initializes the optional value
linkStyle to linkStyle.
- setLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Initializes the optional value
linkStyle to linkStyle.
- setLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Initializes the optional value
linkStyle to linkStyle.
- setLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Initializes the optional value
linkStyle to linkStyle.
- setLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Initializes the optional value
linkStyle to linkStyle.
- setLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Initializes the optional value
linkStyle to linkStyle.
- setLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Initializes the optional value linkStyle to linkStyle.
- setLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Initializes the optional value linkStyle to linkStyle.
- setLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Initializes the optional value linkStyle to linkStyle.
- setLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Initializes the optional value linkStyle to linkStyle.
- setLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Initializes the optional value linkStyle to linkStyle.
- setLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Initializes the optional value linkStyle to linkStyle.
- setLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Initializes the optional value linkStyle to linkStyle.
- setLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Initializes the optional value linkStyle to linkStyle.
- setLinkTree(SourcePath) - Method in class com.facebook.buck.d.DIncludes.Builder
-
Initializes the value for the linkTree attribute.
- setLinkWhole(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Initializes the optional value
linkWhole to linkWhole.
- setLinkWhole(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Initializes the optional value
linkWhole to linkWhole.
- setLinkWhole(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Initializes the optional value
linkWhole to linkWhole.
- setLinkWhole(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Initializes the optional value
linkWhole to linkWhole.
- setLinkWhole(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Initializes the optional value
linkWhole to linkWhole.
- setLinkWhole(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Initializes the optional value
linkWhole to linkWhole.
- setLinkWhole(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Initializes the optional value
linkWhole to linkWhole.
- setLinkWhole(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Initializes the optional value
linkWhole to linkWhole.
- setLinkWhole(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the value for the linkWhole attribute.
- setLinkWhole(boolean) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
-
Initializes the value for the linkWhole attribute.
- setLinkWithoutSoname(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the value for the linkWithoutSoname attribute.
- setLipo(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Initializes the value for the lipo attribute.
- setLldb(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Initializes the value for the lldb attribute.
- setLocalBuild(DistBuildPostBuildAnalysis.AbstractBuildRuleStats) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats.Builder
-
Initializes the value for the localBuild attribute.
- setLocalBuildDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the optional value localBuildDurationMs to localBuildDurationMs.
- setLocalBuildDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the optional value localBuildDurationMs to localBuildDurationMs.
- setLocalBuildExitCode(int) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the optional value localBuildExitCode to localBuildExitCode.
- setLocalBuildExitCode(Optional<Integer>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the optional value localBuildExitCode to localBuildExitCode.
- setLocalBuildExitCode(int) - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
-
- setLocalConfigsContents(Map<? extends Path, ? extends String>) - Method in class com.facebook.buck.rage.UserLocalConfiguration.Builder
-
Sets or replaces all mappings from the specified map as entries for the localConfigsContents map.
- setLocale(Locale) - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
-
- setLocale(Locale) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
-
- setLocales(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Sets or replaces all elements for locales set.
- setLocales(ImmutableSet<String>) - Method in class com.facebook.buck.android.FilterResourcesStep.Builder
-
- setLocalFallbackBuildEnabled(boolean) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the optional value localFallbackBuildEnabled to localFallbackBuildEnabled.
- setLocalFallbackBuildEnabled(Optional<Boolean>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the optional value localFallbackBuildEnabled to localFallbackBuildEnabled.
- setLocalWorkers(int) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Initializes the optional value localWorkers to localWorkers.
- setLocalWorkers(Optional<Integer>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Initializes the optional value localWorkers to localWorkers.
- setLocation(JavaFileManager.Location, Iterable<? extends File>) - Method in class com.facebook.buck.jvm.java.ForwardingStandardJavaFileManager
-
- setLocation(JavaFileManager.Location, Iterable<? extends File>) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
-
- setLogBook(List<LogRecord>) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
-
Initializes the optional value logBook to logBook.
- setLogBook(Optional<? extends List<LogRecord>>) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
-
Initializes the optional value logBook to logBook.
- setLogDir(Path) - Method in class com.facebook.buck.log.LogConfigSetup.Builder
-
Initializes the value for the logDir attribute.
- setLogDirPath(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
-
Initializes the value for the logDirPath attribute.
- setLogEntry(DistBuildPostBuildAnalysis.AbstractBuildRuleMachineLogEntry) - Method in class com.facebook.buck.distributed.BuildRuleStats.Builder
-
Initializes the value for the logEntry attribute.
- setLogFilePrefix(String) - Method in class com.facebook.buck.log.LogConfigSetup.Builder
-
Initializes the value for the logFilePrefix attribute.
- setLogs(Iterable<String>) - Method in class com.facebook.buck.log.ErrorLogRecord.Builder
-
Sets or replaces all elements for logs list.
- setMachineReadableLog(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
-
Initializes the optional value machineReadableLog to machineReadableLog.
- setMachineReadableLog(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
-
Initializes the optional value machineReadableLog to machineReadableLog.
- setMachineReadableLogFile(Path) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
-
Initializes the optional value machineReadableLogFile to machineReadableLogFile.
- setMachineReadableLogFile(Optional<? extends Path>) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
-
Initializes the optional value machineReadableLogFile to machineReadableLogFile.
- setMacroInput(Iterable<String>) - Method in class com.facebook.buck.model.MacroMatchResult.Builder
-
Sets or replaces all elements for macroInput list.
- setMacroType(String) - Method in class com.facebook.buck.model.MacroMatchResult.Builder
-
Initializes the value for the macroType attribute.
- setMain(String) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Initializes the optional value main to main.
- setMain(Optional<String>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Initializes the optional value main to main.
- setMain(SourcePath) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Initializes the optional value main to main.
- setMain(Optional<? extends SourcePath>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Initializes the optional value main to main.
- setMain(SourcePath) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Initializes the value for the main attribute.
- setMainClass(String) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Initializes the optional value mainClass to mainClass.
- setMainClass(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Initializes the optional value mainClass to mainClass.
- setMainClass(String) - Method in class com.facebook.buck.zip.JarBuilder
-
- setMainModule(String) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
-
Initializes the value for the mainModule attribute.
- setMainModule(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Initializes the optional value mainModule to mainModule.
- setMainModule(Optional<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Initializes the optional value mainModule to mainModule.
- setMainModule(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Initializes the optional value mainModule to mainModule.
- setMainModule(Optional<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Initializes the optional value mainModule to mainModule.
- setMajorVersion(Integer) - Method in class com.facebook.buck.haskell.HaskellVersion.Builder
-
Initializes the value for the majorVersion attribute.
- setManifest(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the optional value
manifest to manifest.
- setManifest(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the optional value
manifest to manifest.
- setManifest(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the value for the manifest attribute.
- setManifest(SourcePath) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Initializes the value for the manifest attribute.
- setManifest(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Initializes the optional value
manifest to manifest.
- setManifest(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Initializes the optional value
manifest to manifest.
- setManifest(SourcePath) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Initializes the optional value manifest to manifest.
- setManifest(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Initializes the optional value manifest to manifest.
- setManifestAttribute(String, String) - Method in class com.facebook.buck.zip.DeterministicManifest
-
- setManifestEntries(ManifestEntries) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the value for the manifestEntries attribute.
- setManifestFile(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the optional value
manifestFile to manifestFile.
- setManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the optional value
manifestFile to manifestFile.
- setManifestFile(Optional<SourcePath>) - Method in class com.facebook.buck.android.AndroidLibrary.Builder
-
- setManifestFile(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Initializes the optional value
manifestFile to manifestFile.
- setManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Initializes the optional value
manifestFile to manifestFile.
- setManifestFile(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Initializes the optional value
manifestFile to manifestFile.
- setManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Initializes the optional value
manifestFile to manifestFile.
- setManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Initializes the optional value
manifestFile to manifestFile.
- setManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Initializes the optional value
manifestFile to manifestFile.
- setManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the optional value
manifestFile to manifestFile.
- setManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the optional value
manifestFile to manifestFile.
- setManifestFile(Optional<SourcePath>) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
-
- setManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Initializes the optional value manifestFile to manifestFile.
- setManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Initializes the optional value manifestFile to manifestFile.
- setManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Initializes the optional value
manifestFile to manifestFile.
- setManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Initializes the optional value
manifestFile to manifestFile.
- setManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Initializes the optional value
manifestFile to manifestFile.
- setManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Initializes the optional value
manifestFile to manifestFile.
- setManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Initializes the optional value
manifestFile to manifestFile.
- setManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Initializes the optional value
manifestFile to manifestFile.
- setManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the optional value
manifestFile to manifestFile.
- setManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the optional value
manifestFile to manifestFile.
- setManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Initializes the optional value manifestFile to manifestFile.
- setManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Initializes the optional value manifestFile to manifestFile.
- setManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Initializes the optional value manifestFile to manifestFile.
- setManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Initializes the optional value manifestFile to manifestFile.
- setManifestFile(Path) - Method in class com.facebook.buck.zip.JarBuilder
-
- setManifestPath(SourcePath) - Method in class com.facebook.buck.android.ApkInfo.Builder
-
- setManifestPath(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
-
Initializes the optional value manifestPath to manifestPath.
- setManifestPath(Optional<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
-
Initializes the optional value manifestPath to manifestPath.
- setManifestRuleKey(RuleKey) - Method in class com.facebook.buck.rules.BuildRuleKeys.Builder
-
Initializes the optional value manifestRuleKey to manifestRuleKey.
- setManifestRuleKey(Optional<? extends RuleKey>) - Method in class com.facebook.buck.rules.BuildRuleKeys.Builder
-
Initializes the optional value manifestRuleKey to manifestRuleKey.
- setManifestSkeleton(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the value for the manifestSkeleton attribute.
- setMaterializeSlaveLogsDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the optional value materializeSlaveLogsDurationMs to materializeSlaveLogsDurationMs.
- setMaterializeSlaveLogsDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the optional value materializeSlaveLogsDurationMs to materializeSlaveLogsDurationMs.
- setMavenCoords(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the optional value
mavenCoords to mavenCoords.
- setMavenCoords(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the optional value
mavenCoords to mavenCoords.
- setMavenCoords(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Initializes the optional value
mavenCoords to mavenCoords.
- setMavenCoords(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Initializes the optional value
mavenCoords to mavenCoords.
- setMavenCoords(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Initializes the optional value
mavenCoords to mavenCoords.
- setMavenCoords(Optional<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Initializes the optional value
mavenCoords to mavenCoords.
- setMavenCoords(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Initializes the optional value
mavenCoords to mavenCoords.
- setMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Initializes the optional value
mavenCoords to mavenCoords.
- setMavenCoords(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the optional value
mavenCoords to mavenCoords.
- setMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the optional value
mavenCoords to mavenCoords.
- setMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
-
- setMavenCoords(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Initializes the optional value
mavenCoords to mavenCoords.
- setMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Initializes the optional value
mavenCoords to mavenCoords.
- setMavenCoords(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Initializes the optional value
mavenCoords to mavenCoords.
- setMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Initializes the optional value
mavenCoords to mavenCoords.
- setMavenCoords(String) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Initializes the optional value mavenCoords to mavenCoords.
- setMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Initializes the optional value mavenCoords to mavenCoords.
- setMavenCoords(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Initializes the optional value
mavenCoords to mavenCoords.
- setMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Initializes the optional value
mavenCoords to mavenCoords.
- setMavenCoords(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the optional value
mavenCoords to mavenCoords.
- setMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the optional value
mavenCoords to mavenCoords.
- setMavenCoords(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Initializes the optional value mavenCoords to mavenCoords.
- setMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Initializes the optional value mavenCoords to mavenCoords.
- setMavenCoords(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Initializes the optional value mavenCoords to mavenCoords.
- setMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Initializes the optional value mavenCoords to mavenCoords.
- setMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- setMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- setMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- setMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- setMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- setMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- setMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- setMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- setMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- setMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- setMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- setMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- setMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- setMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- setMaxAcceptableLatencyMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
-
Initializes the value for the maxAcceptableLatencyMillis attribute.
- setMaxBytesAfterDeletion(long) - Method in class com.facebook.buck.util.DirectoryCleanerArgs.Builder
-
Initializes the optional value maxBytesAfterDeletion to maxBytesAfterDeletion.
- setMaxBytesAfterDeletion(Optional<Long>) - Method in class com.facebook.buck.util.DirectoryCleanerArgs.Builder
-
Initializes the optional value maxBytesAfterDeletion to maxBytesAfterDeletion.
- setMaxDebugLogLines(int) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity.Builder
-
Initializes the optional value maxDebugLogLines to maxDebugLogLines.
- setMaxDebugLogLines(Optional<Integer>) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity.Builder
-
Initializes the optional value maxDebugLogLines to maxDebugLogLines.
- setMaxErrorPercentage(float) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
-
Initializes the value for the maxErrorPercentage attribute.
- setMaxLogSizeBytes(long) - Method in class com.facebook.buck.log.LogConfigSetup.Builder
-
Initializes the value for the maxLogSizeBytes attribute.
- setMaxPathCount(int) - Method in class com.facebook.buck.util.DirectoryCleanerArgs.Builder
-
Initializes the value for the maxPathCount attribute.
- setMaxSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry.Builder
-
Initializes the optional value maxSizeBytes to maxSizeBytes.
- setMaxSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry.Builder
-
Initializes the optional value maxSizeBytes to maxSizeBytes.
- setMaxStoreSize(long) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
-
Initializes the optional value maxStoreSize to maxStoreSize.
- setMaxStoreSize(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
-
Initializes the optional value maxStoreSize to maxStoreSize.
- setMaxStoreSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
-
Initializes the optional value maxStoreSizeBytes to maxStoreSizeBytes.
- setMaxStoreSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
-
Initializes the optional value maxStoreSizeBytes to maxStoreSizeBytes.
- setMaxTotalSizeBytes(long) - Method in class com.facebook.buck.util.DirectoryCleanerArgs.Builder
-
Initializes the value for the maxTotalSizeBytes attribute.
- setMaxWorkers(int) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
Initializes the value for the maxWorkers attribute.
- setMemberPath(Path) - Method in class com.facebook.buck.rules.ArchiveMemberSourcePath.Builder
-
Initializes the value for the memberPath attribute.
- setMemory(int) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts.Builder
-
Initializes the value for the memory attribute.
- setMemResident(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
-
Initializes the value for the memResident attribute.
- setMemSize(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
-
Initializes the value for the memSize attribute.
- setMergedLinkables(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
-
Sets or replaces all mappings from the specified map as entries for the mergedLinkables map.
- setMergedLinkablesAssets(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
-
Sets or replaces all mappings from the specified map as entries for the mergedLinkablesAssets map.
- setMergeManifests(boolean) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Initializes the optional value mergeManifests to mergeManifests.
- setMergeManifests(Optional<Boolean>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Initializes the optional value mergeManifests to mergeManifests.
- setMessage(String) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
-
Initializes the optional value message to message.
- setMessage(Optional<String>) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
-
Initializes the optional value message to message.
- setMessage(String) - Method in class com.facebook.buck.rage.RageJsonResponse.Builder
-
Initializes the optional value message to message.
- setMessage(Optional<String>) - Method in class com.facebook.buck.rage.RageJsonResponse.Builder
-
Initializes the optional value message to message.
- setMessage(String) - Method in class com.facebook.buck.test.TestStatusMessage.Builder
-
Initializes the value for the message attribute.
- setMessage(String) - Method in class com.facebook.buck.util.PatternAndMessage.Builder
-
Initializes the value for the message attribute.
- setMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
-
Sets or replaces all mappings from the specified map as entries for the metadata map.
- setMetadata(ImmutableMap<String, String>) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
-
Initializes the optional value metadata to metadata.
- setMetadata(Optional<? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
-
Initializes the optional value metadata to metadata.
- setMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
-
Sets or replaces all mappings from the specified map as entries for the metadata map.
- setMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
-
Sets or replaces all mappings from the specified map as entries for the metadata map.
- setMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
-
Sets or replaces all mappings from the specified map as entries for the metadata map.
- setMetadata(Path) - Method in class com.facebook.buck.rules.ExopackageInfo.DexInfo.Builder
-
Initializes the value for the metadata attribute.
- setMetadata(Path) - Method in class com.facebook.buck.rules.ExopackageInfo.NativeLibsInfo.Builder
-
Initializes the value for the metadata attribute.
- setMetadataPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
-
Initializes the value for the metadataPath attribute.
- setMetaInfDirectory(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Initializes the optional value metaInfDirectory to metaInfDirectory.
- setMetaInfDirectory(Optional<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Initializes the optional value metaInfDirectory to metaInfDirectory.
- setMetaInfDirectory(Path) - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
-
- setMetaInfDirectory(Path) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Initializes the optional value metaInfDirectory to metaInfDirectory.
- setMetaInfDirectory(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Initializes the optional value metaInfDirectory to metaInfDirectory.
- setMinAmountOfEntriesToKeep(int) - Method in class com.facebook.buck.util.DirectoryCleanerArgs.Builder
-
Initializes the value for the minAmountOfEntriesToKeep attribute.
- setMinimizePrimaryDexSize(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the value for the minimizePrimaryDexSize attribute.
- setMinSdkVersion(int) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
-
Initializes the optional value minSdkVersion to minSdkVersion.
- setMinSdkVersion(Optional<Integer>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
-
Initializes the optional value minSdkVersion to minSdkVersion.
- setMinVersion(String) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Initializes the value for the minVersion attribute.
- setMinVersionFlagPrefix(String) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
-
Initializes the value for the minVersionFlagPrefix attribute.
- setMissingFilesUploadedCount(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the optional value missingFilesUploadedCount to missingFilesUploadedCount.
- setMissingFilesUploadedCount(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the optional value missingFilesUploadedCount to missingFilesUploadedCount.
- setMissingFilesUploadedCount(long) - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
-
- setMode(AbstractHeaderVerification.Mode) - Method in class com.facebook.buck.cxx.HeaderVerification.Builder
-
Initializes the value for the mode attribute.
- setMode(ExportFileDescription.Mode) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
Initializes the optional value mode to mode.
- setMode(Optional<? extends ExportFileDescription.Mode>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
Initializes the optional value mode to mode.
- setModernProcessors(Iterable<? extends ResolvedJavacPluginProperties>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
-
Sets or replaces all elements for modernProcessors list.
- setModular(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Initializes the value for the modular attribute.
- setModuleBasePath(Path) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule.Builder
-
Initializes the value for the moduleBasePath attribute.
- setModuleBasePath(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Initializes the value for the moduleBasePath attribute.
- setModuleDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Sets or replaces all elements for moduleDeps sortedSet.
- setModuleMap(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellSources.Builder
-
Sets or replaces all mappings from the specified map as entries for the moduleMap map.
- setModuleMappedClasspathEntriesToDex(Multimap<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Sets or replaces all mappings from the specified map as entries for the moduleMappedClasspathEntriesToDex map.
- setModuleName(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Initializes the optional value
moduleName to moduleName.
- setModuleName(Optional<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Initializes the optional value
moduleName to moduleName.
- setModuleName(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Initializes the optional value
moduleName to moduleName.
- setModuleName(Optional<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Initializes the optional value
moduleName to moduleName.
- setModuleName(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Initializes the optional value
moduleName to moduleName.
- setModuleName(Optional<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Initializes the optional value
moduleName to moduleName.
- setModuleName(String) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Initializes the optional value
moduleName to moduleName.
- setModuleName(Optional<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Initializes the optional value
moduleName to moduleName.
- setModuleName(String) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Initializes the optional value moduleName to moduleName.
- setModuleName(Optional<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Initializes the optional value moduleName to moduleName.
- setModuleName(String) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Initializes the optional value moduleName to moduleName.
- setModuleName(Optional<String>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Initializes the optional value moduleName to moduleName.
- setModules(Iterable<String>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Sets or replaces all elements for modules sortedSet.
- setModulesPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
-
Initializes the value for the modulesPath attribute.
- setModuleType(IjModuleType) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationContext
-
- setModuleType(IjModuleType) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule.Builder
-
Initializes the value for the moduleType attribute.
- setModuleType(IjModuleType) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Initializes the value for the moduleType attribute.
- setModuleType(IjModuleType) - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
-
- setMomc(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Initializes the value for the momc attribute.
- setName(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.android.APKModule.Builder
-
Initializes the value for the name attribute.
- setName(String) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
-
Initializes the value for the name attribute.
- setName(String) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.apple.AppleSdk.Builder
-
Initializes the value for the name attribute.
- setName(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.apple.simulator.AppleSimulator.Builder
-
Initializes the value for the name attribute.
- setName(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
-
- setName(String) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry.Builder
-
Initializes the optional value name to name.
- setName(Optional<String>) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry.Builder
-
Initializes the optional value name to name.
- setName(String) - Method in class com.facebook.buck.counters.CounterInfo.Builder
-
Initializes the value for the name attribute.
- setName(String) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.ide.intellij.DependencyEntryData.Builder
-
Initializes the value for the name attribute.
- setName(String) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
-
Initializes the value for the name attribute.
- setName(String) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.model.InternalFlavor.Builder
-
Initializes the value for the name attribute.
- setName(String) - Method in class com.facebook.buck.model.UserFlavor.Builder
-
Initializes the value for the name attribute.
- setName(String) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.rules.BuildRuleType.Builder
-
Initializes the value for the name attribute.
- setName(String) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field.Builder
-
Initializes the value for the name attribute.
- setName(String) - Method in class com.facebook.buck.rules.coercer.OcamlSource.Builder
-
Initializes the value for the name attribute.
- setName(String) - Method in class com.facebook.buck.rules.VersionedTool.Builder
-
Initializes the value for the name attribute.
- setName(String) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setName(String) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg.Builder
-
Initializes the value for the
name attribute.
- setNamedSources(ImmutableSortedMap<String, SourcePath>) - Method in class com.facebook.buck.rules.coercer.SourceList.Builder
-
Initializes the optional value namedSources to namedSources.
- setNamedSources(Optional<? extends ImmutableSortedMap<String, SourcePath>>) - Method in class com.facebook.buck.rules.coercer.SourceList.Builder
-
Initializes the optional value namedSources to namedSources.
- setNamedSources(ImmutableSortedMap<String, SourceWithFlags>) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList.Builder
-
Initializes the optional value namedSources to namedSources.
- setNamedSources(Optional<? extends ImmutableSortedMap<String, SourceWithFlags>>) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList.Builder
-
Initializes the optional value namedSources to namedSources.
- setNameToField(Map<String, ? extends BuildConfigFields.Field>) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Builder
-
Sets or replaces all mappings from the specified map as entries for the nameToField map.
- setNameToPathMap(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
-
Sets or replaces all mappings from the specified map as entries for the nameToPathMap map.
- setNativeCompileDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Initializes the value for the nativeCompileDeps attribute.
- setNativeCompileDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
-
Initializes the value for the nativeCompileDeps attribute.
- setNativeIncludes(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Sets or replaces all elements for nativeIncludes list.
- setNativeLib(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
-
Initializes the value for the nativeLib attribute.
- setNativeLibAssetsDirectories(Multimap<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Sets or replaces all mappings from the specified map as entries for the nativeLibAssetsDirectories map.
- setNativeLibraryMergeCodeGenerator(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value nativeLibraryMergeCodeGenerator to nativeLibraryMergeCodeGenerator.
- setNativeLibraryMergeCodeGenerator(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value nativeLibraryMergeCodeGenerator to nativeLibraryMergeCodeGenerator.
- setNativeLibraryMergeGlue(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value nativeLibraryMergeGlue to nativeLibraryMergeGlue.
- setNativeLibraryMergeGlue(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value nativeLibraryMergeGlue to nativeLibraryMergeGlue.
- setNativeLibraryMergeLocalizedSymbols(ImmutableSortedSet<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value nativeLibraryMergeLocalizedSymbols to nativeLibraryMergeLocalizedSymbols.
- setNativeLibraryMergeLocalizedSymbols(Optional<? extends ImmutableSortedSet<String>>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value nativeLibraryMergeLocalizedSymbols to nativeLibraryMergeLocalizedSymbols.
- setNativeLibraryMergeMap(Map<String, ? extends List<Pattern>>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the nativeLibraryMergeMap map.
- setNativeLibraryProguardConfigGenerator(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value nativeLibraryProguardConfigGenerator to nativeLibraryProguardConfigGenerator.
- setNativeLibraryProguardConfigGenerator(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value nativeLibraryProguardConfigGenerator to nativeLibraryProguardConfigGenerator.
- setNativeLibs(Path) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
-
Initializes the value for the nativeLibs attribute.
- setNativeLibsDirectories(Multimap<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Sets or replaces all mappings from the specified map as entries for the nativeLibsDirectories map.
- setNativeLibsInfo(ExopackageInfo.NativeLibsInfo) - Method in class com.facebook.buck.rules.ExopackageInfo.Builder
-
Initializes the optional value nativeLibsInfo to nativeLibsInfo.
- setNativeLibsInfo(Optional<? extends ExopackageInfo.NativeLibsInfo>) - Method in class com.facebook.buck.rules.ExopackageInfo.Builder
-
Initializes the optional value nativeLibsInfo to nativeLibsInfo.
- setNativeLibsTargets(Multimap<? extends APKModule, ? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Sets or replaces all mappings from the specified map as entries for the nativeLibsTargets map.
- setNativeLinkableInput(NativeLinkableInput) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Initializes the value for the nativeLinkableInput attribute.
- setNativeLinkables(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Sets or replaces all mappings from the specified map as entries for the nativeLinkables map.
- setNativeLinkablesAssets(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Sets or replaces all mappings from the specified map as entries for the nativeLinkablesAssets map.
- setNativePlugin(boolean) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Initializes the value for the nativePlugin attribute.
- setNativeStarterLibrary(BuildTarget) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
-
Initializes the optional value nativeStarterLibrary to nativeStarterLibrary.
- setNativeStarterLibrary(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
-
Initializes the optional value nativeStarterLibrary to nativeStarterLibrary.
- setNeededCoverage(Iterable<? extends NeededCoverageSpec>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Sets or replaces all elements for neededCoverage list.
- setNeededCoverage(Iterable<? extends Pair<Float, ImmutableSet<Path>>>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
-
Sets or replaces all elements for neededCoverage list.
- setNetworkIO(int) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts.Builder
-
Initializes the value for the networkIO attribute.
- setNoBuckCheckPresent(boolean) - Method in class com.facebook.buck.rage.UserLocalConfiguration.Builder
-
Initializes the value for the noBuckCheckPresent attribute.
- setNoDx(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Sets or replaces all elements for noDx set.
- setNoDxClasspathEntries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Sets or replaces all elements for noDxClasspathEntries set.
- setNoHealthyServersAvailable(boolean) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData.Builder
-
Initializes the value for the noHealthyServersAvailable attribute.
- setNonHashingSourcePath(SourcePath) - Method in class com.facebook.buck.rules.keys.ContentAgnosticRuleKeyFactory.Builder
-
- setNonHashingSourcePath(SourcePath) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyFactory.Builder
-
- setNonHashingSourcePath(SourcePath) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
-
- setNonHashingSourcePathDirectly(SourcePath) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
-
- setNumberOfRules(int) - Method in class com.facebook.buck.event.listener.ProgressEstimator
-
- setNumThreads(int) - Method in class com.facebook.buck.rules.TargetGraphHashing
-
- setObjdump(Tool) - Method in class com.facebook.buck.android.NdkCxxPlatform.Builder
-
Initializes the value for the objdump attribute.
- setObjectFileExtension(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the value for the objectFileExtension attribute.
- setObjectFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
-
Sets or replaces all elements for objectFiles list.
- setObserver(JarBuilder.Observer) - Method in class com.facebook.buck.zip.JarBuilder
-
- setOcamlBytecodeCompiler(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Initializes the optional value ocamlBytecodeCompiler to ocamlBytecodeCompiler.
- setOcamlBytecodeCompiler(Optional<? extends Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Initializes the optional value ocamlBytecodeCompiler to ocamlBytecodeCompiler.
- setOcamlCompiler(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Initializes the optional value ocamlCompiler to ocamlCompiler.
- setOcamlCompiler(Optional<? extends Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Initializes the optional value ocamlCompiler to ocamlCompiler.
- setOcamlDebug(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Initializes the optional value ocamlDebug to ocamlDebug.
- setOcamlDebug(Optional<? extends Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Initializes the optional value ocamlDebug to ocamlDebug.
- setOcamlDepTool(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Initializes the optional value ocamlDepTool to ocamlDepTool.
- setOcamlDepTool(Optional<? extends Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Initializes the optional value ocamlDepTool to ocamlDepTool.
- setOcamlInput(Iterable<? extends OcamlLibrary>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Sets or replaces all elements for ocamlInput list.
- setOcamlInteropIncludesDir(String) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Initializes the optional value ocamlInteropIncludesDir to ocamlInteropIncludesDir.
- setOcamlInteropIncludesDir(Optional<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Initializes the optional value ocamlInteropIncludesDir to ocamlInteropIncludesDir.
- setOperands(Iterable<? extends QueryExpression>) - Method in class com.facebook.buck.query.BinaryOperatorExpression.Builder
-
Sets or replaces all elements for operands list.
- setOperator(AbstractBinaryOperatorExpression.Operator) - Method in class com.facebook.buck.query.BinaryOperatorExpression.Builder
-
Initializes the value for the operator attribute.
- setOptimization(AppleAssetCatalogDescription.Optimization) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
-
Initializes the value for the optimization attribute.
- setOptimizationPasses(int) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value optimizationPasses to optimizationPasses.
- setOptimizationPasses(Optional<Integer>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value optimizationPasses to optimizationPasses.
- setOptimize(int) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Initializes the optional value optimize to optimize.
- setOptimize(Optional<Integer>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Initializes the optional value optimize to optimize.
- setOs(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
-
Initializes the value for the os attribute.
- setOtherFlags(CxxToolFlags) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
-
Initializes the value for the otherFlags attribute.
- setOut(String) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Initializes the value for the
out attribute.
- setOut(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Initializes the value for the
out attribute.
- setOut(String) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
Initializes the optional value out to out.
- setOut(Optional<String>) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
Initializes the optional value out to out.
- setOut(String) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
Initializes the optional value out to out.
- setOut(Optional<String>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
Initializes the optional value out to out.
- setOut(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Initializes the value for the
out attribute.
- setOut(String) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg.Builder
-
Initializes the value for the out attribute.
- setOutFolderPath(Path) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep.Builder
-
Initializes the value for the outFolderPath attribute.
- setOutput(String) - Method in class com.facebook.buck.rage.ExtraInfoResult.Builder
-
Initializes the value for the
output attribute.
- setOutputHash(String) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
-
Initializes the value for the outputHash attribute.
- setOutputPath(String) - Method in class com.facebook.buck.cli.ShowOptions.Builder
-
Initializes the optional value outputPath to outputPath.
- setOutputPath(Optional<String>) - Method in class com.facebook.buck.cli.ShowOptions.Builder
-
Initializes the optional value outputPath to outputPath.
- setOutputs(Iterable<String>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Sets or replaces all elements for outputs sortedSet.
- setOutputStream(OutputStream) - Method in class com.facebook.buck.log.CompressingFileHandler
-
- setOwnerTarget(BuildTarget) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
-
Initializes the value for the ownerTarget attribute.
- setPackage(String) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
Initializes the value for the package attribute.
- setPackage(String) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Initializes the optional value package to getPackage.
- setPackage(Optional<String>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Initializes the optional value package to getPackage.
- setPackage(String) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
Initializes the optional value package to getPackage.
- setPackage(Optional<String>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
Initializes the optional value package to getPackage.
- setPackageableCollection(AndroidPackageableCollection) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Initializes the value for the packageableCollection attribute.
- setPackageAssetLibraries(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the value for the packageAssetLibraries attribute.
- setPackageAssetLibraries(boolean) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Initializes the optional value packageAssetLibraries to packageAssetLibraries.
- setPackageAssetLibraries(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Initializes the optional value packageAssetLibraries to packageAssetLibraries.
- setPackageDb(SourcePath) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
-
Initializes the value for the packageDb attribute.
- setPackageName(String) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Initializes the optional value packageName to packageName.
- setPackageName(Optional<String>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Initializes the optional value packageName to packageName.
- setPackageName(String) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Initializes the optional value packageName to packageName.
- setPackageName(Optional<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Initializes the optional value packageName to packageName.
- setPackageName(String) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
-
Initializes the optional value packageName to packageName.
- setPackageName(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
-
Initializes the optional value packageName to packageName.
- setPackagePrefix(String) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder.Builder
-
Initializes the value for the packagePrefix attribute.
- setPackagerFlags(Either<String, ImmutableList<String>>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
- setPackagerFlags(Optional<? extends Either<String, ImmutableList<String>>>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
- setPackagerFlags(Either<String, ImmutableList<String>>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
-
- setPackagerFlags(Optional<? extends Either<String, ImmutableList<String>>>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
-
- setPackages(Iterable<? extends HaskellPackage>) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
-
Sets or replaces all elements for packages list.
- setPackageStringAssets(PackageStringAssets) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
-
Initializes the optional value packageStringAssets to packageStringAssets.
- setPackageStringAssets(Optional<? extends PackageStringAssets>) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
-
Initializes the optional value packageStringAssets to packageStringAssets.
- setPackageStringAssets(PackageStringAssets) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Initializes the optional value packageStringAssets to packageStringAssets.
- setPackageStringAssets(Optional<? extends PackageStringAssets>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Initializes the optional value packageStringAssets to packageStringAssets.
- setPackageStyle(LuaConfig.PackageStyle) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
-
Initializes the optional value packageStyle to packageStyle.
- setPackageStyle(Optional<? extends LuaConfig.PackageStyle>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
-
Initializes the optional value packageStyle to packageStyle.
- setPackageStyle(PythonBuckConfig.PackageStyle) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Initializes the optional value packageStyle to packageStyle.
- setPackageStyle(Optional<? extends PythonBuckConfig.PackageStyle>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Initializes the optional value packageStyle to packageStyle.
- setPackageStyle(PythonBuckConfig.PackageStyle) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Initializes the optional value packageStyle to packageStyle.
- setPackageStyle(Optional<? extends PythonBuckConfig.PackageStyle>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Initializes the optional value packageStyle to packageStyle.
- setPackageType(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value packageType to packageType.
- setPackageType(Optional<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value packageType to packageType.
- setParameters(Iterable<String>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
-
Sets or replaces all elements for parameters sortedSet.
- setParams(BuildRuleParams) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
-
Initializes the value for the params attribute.
- setParser(Parser) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
Initializes the value for the
parser attribute.
- setParser(Parser) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
-
Initializes the value for the parser attribute.
- setParseTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats.Builder
-
Initializes the value for the parseTimeMs attribute.
- setPath(Path) - Method in class com.facebook.buck.apple.AppleToolchain.Builder
-
Initializes the value for the path attribute.
- setPath(Path) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
-
Initializes the value for the path attribute.
- setPath(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec.Builder
-
Initializes the optional value path to path.
- setPath(Optional<String>) - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec.Builder
-
Initializes the optional value path to path.
- setPath(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
-
- setPath(SourcePath) - Method in class com.facebook.buck.cxx.CxxSource.Builder
-
Initializes the value for the
path attribute.
- setPath(Path) - Method in class com.facebook.buck.cxx.CxxToolProviderParams.Builder
-
Initializes the optional value path to path.
- setPath(Optional<? extends Path>) - Method in class com.facebook.buck.cxx.CxxToolProviderParams.Builder
-
Initializes the optional value path to path.
- setPath(SourcePath) - Method in class com.facebook.buck.cxx.OmnibusLibrary.Builder
-
Initializes the value for the path attribute.
- setPath(SourcePath) - Method in class com.facebook.buck.cxx.OmnibusRoot.Builder
-
Initializes the value for the path attribute.
- setPath(Path) - Method in class com.facebook.buck.query.QueryFileTarget.Builder
-
Initializes the value for the path attribute.
- setPath(Path, Path) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
-
- setPath(ProjectFilesystem, Path) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
-
- setPath(Path, Path) - Method in class com.facebook.buck.rules.keys.ScopedRuleKeyObjectSink
-
- setPath(Path, Path) - Method in interface com.facebook.buck.rules.RuleKeyObjectSink
-
Deprecated.
- setPath(Path) - Method in class com.facebook.buck.rules.VersionedTool.Builder
-
Initializes the value for the path attribute.
- setPathResolver(SourcePathResolver) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
-
Initializes the value for the pathResolver attribute.
- setPathsChangedInWorkingDirectory(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
-
Sets or replaces all elements for pathsChangedInWorkingDirectory set.
- setPathSelector(DirectoryCleaner.PathSelector) - Method in class com.facebook.buck.util.DirectoryCleanerArgs.Builder
-
Initializes the value for the pathSelector attribute.
- setPathsToThirdPartyJars(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Sets or replaces all elements for pathsToThirdPartyJars set.
- setPathToAdbExecutable(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
-
Initializes the value for the pathToAdbExecutable attribute.
- setPathToFile(Path) - Method in class com.facebook.buck.rules.keys.DependencyFileEntry.Builder
-
Initializes the value for the pathToFile attribute.
- setPathToJavaAgent(String) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Initializes the optional value pathToJavaAgent to pathToJavaAgent.
- setPathToJavaAgent(Optional<String>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Initializes the optional value pathToJavaAgent to pathToJavaAgent.
- setPathToJavaAgent(String) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
-
Initializes the optional value pathToJavaAgent to pathToJavaAgent.
- setPathToJavaAgent(Optional<String>) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
-
Initializes the optional value pathToJavaAgent to pathToJavaAgent.
- setPathToRDotTxt(SourcePath) - Method in class com.facebook.buck.android.AaptOutputInfo.Builder
-
Initializes the value for the pathToRDotTxt attribute.
- setPathToRDotTxt(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
-
Initializes the value for the pathToRDotTxt attribute.
- setPathToXmlTestOutput(String) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
-
Initializes the optional value pathToXmlTestOutput to pathToXmlTestOutput.
- setPathToXmlTestOutput(Optional<String>) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
-
Initializes the optional value pathToXmlTestOutput to pathToXmlTestOutput.
- setPathWithinArchive(Path) - Method in class com.facebook.buck.rules.keys.DependencyFileEntry.Builder
-
Initializes the optional value pathWithinArchive to pathWithinArchive.
- setPathWithinArchive(Optional<? extends Path>) - Method in class com.facebook.buck.rules.keys.DependencyFileEntry.Builder
-
Initializes the optional value pathWithinArchive to pathWithinArchive.
- setPattern(String) - Method in class com.facebook.buck.query.TargetLiteral.Builder
-
Initializes the value for the pattern attribute.
- setPattern(Pattern) - Method in class com.facebook.buck.util.PatternAndMessage.Builder
-
Initializes the value for the pattern attribute.
- setPerformDistributedBuildDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the optional value performDistributedBuildDurationMs to performDistributedBuildDurationMs.
- setPerformDistributedBuildDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the optional value performDistributedBuildDurationMs to performDistributedBuildDurationMs.
- setPerformedLocalBuild(boolean) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the value for the performedLocalBuild attribute.
- setPerformedLocalBuild(boolean) - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
-
- setPerRuleStats(Iterable<? extends DistBuildPostBuildAnalysis.AbstractPerRuleCumulativeStats>) - Method in class com.facebook.buck.distributed.AnalysisResults.Builder
-
Sets or replaces all elements for perRuleStats list.
- setPerServerData(Iterable<? extends PerServerPingData>) - Method in class com.facebook.buck.slb.LoadBalancerPingEventData.Builder
-
Sets or replaces all elements for perServerData list.
- setPerServerData(Iterable<? extends PerServerData>) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData.Builder
-
Sets or replaces all elements for perServerData list.
- setPersistent(boolean) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
Initializes the optional value persistent to persistent.
- setPersistent(Optional<Boolean>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
-
Initializes the optional value persistent to persistent.
- setPersistentWorkerPools(ConcurrentMap<String, WorkerProcessPool>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
- setPersistentWorkerPools(Optional<? extends ConcurrentMap<String, WorkerProcessPool>>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
- setPersistentWorkerPools(ConcurrentMap<String, WorkerProcessPool>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Initializes the optional value persistentWorkerPools to persistentWorkerPools.
- setPersistentWorkerPools(Optional<? extends ConcurrentMap<String, WorkerProcessPool>>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Initializes the optional value persistentWorkerPools to persistentWorkerPools.
- setPicType(AbstractCxxSourceRuleFactory.PicType) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
-
Initializes the value for the picType attribute.
- setPingEndpoint(String) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
-
Initializes the value for the pingEndpoint attribute.
- setPingRequestLatencyMillis(long) - Method in class com.facebook.buck.slb.PerServerPingData.Builder
-
Initializes the optional value pingRequestLatencyMillis to pingRequestLatencyMillis.
- setPingRequestLatencyMillis(Optional<Long>) - Method in class com.facebook.buck.slb.PerServerPingData.Builder
-
Initializes the optional value pingRequestLatencyMillis to pingRequestLatencyMillis.
- setPlaceholders(ImmutableMap<String, String>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
-
Initializes the optional value placeholders to placeholders.
- setPlaceholders(Optional<? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
-
Initializes the optional value placeholders to placeholders.
- setPlatform(Platform) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
Initializes the value for the
platform attribute.
- setPlatform(Platform) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
-
Initializes the value for the platform attribute.
- setPlatform(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Initializes the optional value platform to platform.
- setPlatform(Optional<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Initializes the optional value platform to platform.
- setPlatform(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Initializes the optional value platform to platform.
- setPlatform(Optional<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Initializes the optional value platform to platform.
- setPlatform(Platform) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Initializes the value for the platform attribute.
- setPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- setPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- setPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- setPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- setPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Initializes the value for the platformDeps attribute.
- setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
-
Initializes the value for the platformDeps attribute.
- setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Initializes the value for the platformDeps attribute.
- setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Initializes the value for the platformDeps attribute.
- setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Initializes the value for the platformDeps attribute.
- setPlatformFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
-
Sets or replaces all elements for platformFlags list.
- setPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- setPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- setPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- setPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- setPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- setPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- setPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- setPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- setPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- setPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- setPlatformPath(Path) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
-
Initializes the value for the platformPath attribute.
- setPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- setPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- setPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- setPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- setPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- setPlatformResources(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Initializes the value for the platformResources attribute.
- setPlatformResources(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Initializes the value for the platformResources attribute.
- setPlatforms(Iterable<String>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
-
Sets or replaces all elements for platforms list.
- setPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- setPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- setPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- setPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- setPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- setPlatformSrcs(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Initializes the value for the platformSrcs attribute.
- setPlatformSrcs(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Initializes the value for the platformSrcs attribute.
- setPlatformWhitelist(Iterable<String>) - Method in class com.facebook.buck.cxx.HeaderVerification.Builder
-
Sets or replaces all elements for platformWhitelist sortedSet.
- setPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Sets or replaces all elements for
plugins list.
- setPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
plugins list.
- setPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Sets or replaces all elements for
plugins list.
- setPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
plugins list.
- setPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Sets or replaces all elements for
plugins list.
- setPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
plugins list.
- setPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Sets or replaces all elements for
plugins list.
- setPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
plugins list.
- setPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Sets or replaces all elements for
plugins list.
- setPlugInsPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
-
Initializes the value for the plugInsPath attribute.
- setPostFilterResourcesCmd(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value postFilterResourcesCmd to postFilterResourcesCmd.
- setPostFilterResourcesCmd(Optional<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value postFilterResourcesCmd to postFilterResourcesCmd.
- setPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- setPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- setPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- setPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- setPostprocessClassesCommands(ImmutableList<String>) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
-
- setPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- setPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- setPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- setPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- setPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- setPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
-
Initializes the optional value precompiledHeader to precompiledHeader.
- setPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
-
Initializes the optional value precompiledHeader to precompiledHeader.
- setPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- setPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- setPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- setPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- setPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- setPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- setPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- setPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- setPreDexMerge(PreDexMerge) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Initializes the optional value preDexMerge to preDexMerge.
- setPreDexMerge(Optional<? extends PreDexMerge>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Initializes the optional value preDexMerge to preDexMerge.
- setPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setPreferredLinkage(Optional<? extends NativeLinkable.Linkage>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setPreferredLinkage(Optional<? extends NativeLinkable.Linkage>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setPreferredLinkage(Optional<? extends NativeLinkable.Linkage>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Initializes the value for the preferredLinkage attribute.
- setPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setPreferredLinkage(Optional<? extends NativeLinkable.Linkage>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the optional value preferredLinkage to preferredLinkage.
- setPreferredLinkage(Optional<? extends NativeLinkable.Linkage>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the optional value preferredLinkage to preferredLinkage.
- setPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
-
Initializes the value for the preferredLinkage attribute.
- setPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Initializes the value for the preferredLinkage attribute.
- setPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Initializes the optional value preferredLinkage to preferredLinkage.
- setPreferredLinkage(Optional<? extends NativeLinkable.Linkage>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Initializes the optional value preferredLinkage to preferredLinkage.
- setPrefixHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Initializes the optional value
prefixHeader to prefixHeader.
- setPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Initializes the optional value
prefixHeader to prefixHeader.
- setPrefixHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Initializes the optional value
prefixHeader to prefixHeader.
- setPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Initializes the optional value
prefixHeader to prefixHeader.
- setPrefixHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Initializes the optional value
prefixHeader to prefixHeader.
- setPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Initializes the optional value
prefixHeader to prefixHeader.
- setPrefixHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Initializes the optional value
prefixHeader to prefixHeader.
- setPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Initializes the optional value
prefixHeader to prefixHeader.
- setPrefixHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Initializes the optional value
prefixHeader to prefixHeader.
- setPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Initializes the optional value
prefixHeader to prefixHeader.
- setPrefixHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
-
Initializes the optional value prefixHeader to prefixHeader.
- setPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
-
Initializes the optional value prefixHeader to prefixHeader.
- setPrefixHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Initializes the optional value
prefixHeader to prefixHeader.
- setPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Initializes the optional value
prefixHeader to prefixHeader.
- setPrefixHeader(SourcePath) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
-
Initializes the optional value prefixHeader to prefixHeader.
- setPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
-
Initializes the optional value prefixHeader to prefixHeader.
- setPrefixHeader(SourcePath) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Initializes the optional value
prefixHeader to prefixHeader.
- setPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Initializes the optional value
prefixHeader to prefixHeader.
- setPrefixHeader(SourcePath) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Initializes the optional value
prefixHeader to prefixHeader.
- setPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Initializes the optional value
prefixHeader to prefixHeader.
- setPrefixHeader(SourcePath) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Initializes the optional value
prefixHeader to prefixHeader.
- setPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Initializes the optional value
prefixHeader to prefixHeader.
- setPreloadDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Sets or replaces all elements for preloadDeps set.
- setPreloadDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Sets or replaces all elements for preloadDeps set.
- setPreprocessJavaClassesBash(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value preprocessJavaClassesBash to preprocessJavaClassesBash.
- setPreprocessJavaClassesBash(Optional<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value preprocessJavaClassesBash to preprocessJavaClassesBash.
- setPreprocessJavaClassesDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Sets or replaces all elements for preprocessJavaClassesDeps sortedSet.
- setPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- setPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setPreprocessorFlags(Multimap<? extends AbstractCxxSource.Type, ? extends String>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
-
Sets or replaces all mappings from the specified map as entries for the preprocessorFlags map.
- setPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- setPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- setPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
- setPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
- setPrimaryApkAssetZips(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
-
Sets or replaces all elements for primaryApkAssetZips list.
- setPrimaryApkAssetZips(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Sets or replaces all elements for primaryApkAssetZips list.
- setPrimaryDexClassesFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value primaryDexClassesFile to primaryDexClassesFile.
- setPrimaryDexClassesFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value primaryDexClassesFile to primaryDexClassesFile.
- setPrimaryDexPatterns(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Sets or replaces all elements for primaryDexPatterns list.
- setPrimaryDexScenarioFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value primaryDexScenarioFile to primaryDexScenarioFile.
- setPrimaryDexScenarioFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value primaryDexScenarioFile to primaryDexScenarioFile.
- setPrimaryDexScenarioOverflowAllowed(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the value for the primaryDexScenarioOverflowAllowed attribute.
- setPrimaryResourcesApkPath(SourcePath) - Method in class com.facebook.buck.android.AaptOutputInfo.Builder
-
Initializes the value for the primaryResourcesApkPath attribute.
- setPrimaryResourcesApkPath(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
-
Initializes the value for the primaryResourcesApkPath attribute.
- setPrimaryResourcesApkPath(SourcePath) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Initializes the value for the primaryResourcesApkPath attribute.
- setPrivateHeadersSymlinksEnabled(boolean) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the value for the privateHeadersSymlinksEnabled attribute.
- setProcessExecutor(ProcessExecutor) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Initializes the value for the processExecutor attribute.
- setProcessingTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats.Builder
-
Initializes the value for the processingTimeMs attribute.
- setProcessManager(ProcessManager) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
- setProcessManager(Optional<? extends ProcessManager>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
- setProcessOnly(boolean) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
-
Initializes the value for the processOnly attribute.
- setProcessorClass(String) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Initializes the value for the processorClass attribute.
- setProcessorNames(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields.Builder
-
Sets or replaces all elements for processorNames sortedSet.
- setProcessorNames(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
-
Sets or replaces all elements for processorNames sortedSet.
- setProcessors(Iterable<? extends Processor>) - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
-
- setProcessors(Iterable<? extends Processor>) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
-
- setProductionBuild(boolean) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
-
Initializes the value for the productionBuild attribute.
- setProductName(String) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Initializes the optional value
productName to productName.
- setProductName(Optional<String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Initializes the optional value
productName to productName.
- setProductName(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
-
- setProductReference(PBXFileReference) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
-
- setProductType(ProductType) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
-
- setProfilePath(Path) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
-
Initializes the value for the profilePath attribute.
- setProfilesAdded(int) - Method in class com.facebook.buck.util.versioncontrol.SparseSummary.Builder
-
- setProgressEstimator(ProgressEstimator) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- setProguardConfig(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- setProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- setProguardConfig(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value proguardConfig to proguardConfig.
- setProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value proguardConfig to proguardConfig.
- setProguardConfig(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- setProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- setProguardConfig(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- setProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- setProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- setProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- setProguardConfig(Optional<SourcePath>) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
-
- setProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- setProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- setProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- setProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- setProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- setProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- setProguardConfigPath(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
-
Initializes the optional value proguardConfigPath to proguardConfigPath.
- setProguardConfigPath(Optional<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
-
Initializes the optional value proguardConfigPath to proguardConfigPath.
- setProguardConfigs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Sets or replaces all elements for proguardConfigs list.
- setProguardConfigs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Sets or replaces all elements for proguardConfigs set.
- setProguardJvmArgs(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Sets or replaces all elements for proguardJvmArgs list.
- setProjectAssets(Path) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Initializes the optional value projectAssets to projectAssets.
- setProjectAssets(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Initializes the optional value projectAssets to projectAssets.
- setProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.android.FilterResourcesStep.Builder
-
- setProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
-
Initializes the value for the projectFilesystem attribute.
- setProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
-
Initializes the value for the projectFilesystem attribute.
- setProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Initializes the value for the projectFilesystem attribute.
- setProjectJdkName(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the optional value projectJdkName to projectJdkName.
- setProjectJdkName(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the optional value projectJdkName to projectJdkName.
- setProjectJdkType(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the optional value projectJdkType to projectJdkType.
- setProjectJdkType(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the optional value projectJdkType to projectJdkType.
- setProjectLanguageLevel(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the optional value projectLanguageLevel to projectLanguageLevel.
- setProjectLanguageLevel(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the optional value projectLanguageLevel to projectLanguageLevel.
- setProjectRes(Path) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Initializes the optional value projectRes to projectRes.
- setProjectRes(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Initializes the optional value projectRes to projectRes.
- setProjectRoot(Path) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Initializes the value for the projectRoot attribute.
- setProperties(SourcePath) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
Initializes the value for the properties attribute.
- setProperty(String) - Method in class com.facebook.buck.cli.ConfigValue.Builder
-
Initializes the value for the property attribute.
- setProvided(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the value for the provided attribute.
- setProvided(boolean) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Initializes the value for the provided attribute.
- setProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- setProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- setProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- setProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- setProvidedDeps(ImmutableSortedSet<BuildTarget>) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
-
- setProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- setProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- setProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- setProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Sets or replaces all elements for providedDeps sortedSet.
- setProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Sets or replaces all elements for providedDeps sortedSet.
- setProvidedDepsQuery(Query) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- setProvidedDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- setProvidedDepsQuery(Query) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- setProvidedDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- setProvidedSharedLibs(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the providedSharedLibs map.
- setProvider(FileContentsProvider) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
-
Initializes the value for the provider attribute.
- setProvisioningProfileName(String) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
-
Initializes the optional value provisioningProfileName to provisioningProfileName.
- setProvisioningProfileName(Optional<String>) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
-
Initializes the optional value provisioningProfileName to provisioningProfileName.
- setPublicAnnouncements(BuckEventBus, Optional<String>) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
-
- setPublicHeadersSymlinksEnabled(boolean) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the value for the publicHeadersSymlinksEnabled attribute.
- setPythonInterpreter(String) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Initializes the value for the pythonInterpreter attribute.
- setPythonModuleSearchPath(String) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Initializes the optional value pythonModuleSearchPath to pythonModuleSearchPath.
- setPythonModuleSearchPath(Optional<String>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Initializes the optional value pythonModuleSearchPath to pythonModuleSearchPath.
- setPythonPlatform(String) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
-
Initializes the optional value pythonPlatform to pythonPlatform.
- setPythonPlatform(Optional<String>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
-
Initializes the optional value pythonPlatform to pythonPlatform.
- setPythonTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats.Builder
-
Initializes the value for the pythonTimeMs attribute.
- setRageMessage(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
-
Initializes the optional value rageMessage to rageMessage.
- setRageMessage(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
-
Initializes the optional value rageMessage to rageMessage.
- setRageUrl(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
-
Initializes the optional value rageUrl to rageUrl.
- setRageUrl(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
-
Initializes the optional value rageUrl to rageUrl.
- setRageUrl(String) - Method in class com.facebook.buck.rage.RageJsonResponse.Builder
-
Initializes the optional value rageUrl to rageUrl.
- setRageUrl(Optional<String>) - Method in class com.facebook.buck.rage.RageJsonResponse.Builder
-
Initializes the optional value rageUrl to rageUrl.
- setRanlib(Tool) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the value for the ranlib attribute.
- setRanlibflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Sets or replaces all elements for ranlibflags list.
- setRawConfig(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Sets or replaces all mappings from the specified map as entries for the rawConfig map.
- setRawKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
-
Sets or replaces all elements for rawKeys set.
- setRDotJavaDir(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
-
Initializes the optional value rDotJavaDir to rDotJavaDir.
- setRDotJavaDir(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
-
Initializes the optional value rDotJavaDir to rDotJavaDir.
- setReadHeaders(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
-
Sets or replaces all mappings from the specified map as entries for the readHeaders map.
- setRecord(LogRecord) - Method in class com.facebook.buck.log.ErrorLogRecord.Builder
-
Initializes the value for the record attribute.
- setRedex(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the value for the redex attribute.
- setRedex(Tool) - Method in class com.facebook.buck.android.redex.RedexOptions.Builder
-
Initializes the value for the redex attribute.
- setRedexConfig(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value redexConfig to redexConfig.
- setRedexConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value redexConfig to redexConfig.
- setRedexConfig(SourcePath) - Method in class com.facebook.buck.android.redex.RedexOptions.Builder
-
Initializes the optional value redexConfig to redexConfig.
- setRedexConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.redex.RedexOptions.Builder
-
Initializes the optional value redexConfig to redexConfig.
- setRedexExtraArgs(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Sets or replaces all elements for redexExtraArgs list.
- setRedexExtraArgs(Iterable<? extends Arg>) - Method in class com.facebook.buck.android.redex.RedexOptions.Builder
-
Sets or replaces all elements for redexExtraArgs list.
- setRedirectError(ProcessBuilder.Redirect) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
-
Initializes the optional value redirectError to redirectError.
- setRedirectError(Optional<? extends ProcessBuilder.Redirect>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
-
Initializes the optional value redirectError to redirectError.
- setRedirectErrorStream(boolean) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
-
Initializes the optional value redirectErrorStream to redirectErrorStream.
- setRedirectErrorStream(Optional<Boolean>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
-
Initializes the optional value redirectErrorStream to redirectErrorStream.
- setRedirectInput(ProcessBuilder.Redirect) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
-
Initializes the optional value redirectInput to redirectInput.
- setRedirectInput(Optional<? extends ProcessBuilder.Redirect>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
-
Initializes the optional value redirectInput to redirectInput.
- setRedirectOutput(ProcessBuilder.Redirect) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
-
Initializes the optional value redirectOutput to redirectOutput.
- setRedirectOutput(Optional<? extends ProcessBuilder.Redirect>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
-
Initializes the optional value redirectOutput to redirectOutput.
- setReexportAllHeaderDependencies(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setReexportAllHeaderDependencies(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setReexportAllHeaderDependencies(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setReexportAllHeaderDependencies(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setReflectively(String, Object) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
-
- setReflectively(Object) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
-
Recursively serializes the value.
- setReflectively(String, Object) - Method in class com.facebook.buck.rules.keys.ScopedRuleKeyObjectSink
-
- setReflectively(String, Object) - Method in interface com.facebook.buck.rules.RuleKeyObjectSink
-
- setRelativePath(Path) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
-
Initializes the value for the relativePath attribute.
- setRemoteBuilds(Iterable<? extends DistBuildPostBuildAnalysis.AbstractBuildRuleStats>) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats.Builder
-
Sets or replaces all elements for remoteBuilds list.
- setRemoteInterface(Class<REMOTE>, ClassLoader) - Method in class com.facebook.buck.message_ipc.Connection
-
- setRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- setRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- setRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- setRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- setRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- setRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- setRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- setRemovingUnusedLibrariesEnabled(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the value for the removingUnusedLibrariesEnabled attribute.
- setReorderClassesIntraDex(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the value for the reorderClassesIntraDex attribute.
- setReportDir(File) - Method in class com.facebook.buck.testrunner.BuckXmlTestRunListener
-
- setReportSubmitErrorMessage(String) - Method in class com.facebook.buck.rage.DefectSubmitResult.Builder
-
- setReportSubmitErrorMessage(Optional<String>) - Method in class com.facebook.buck.rage.DefectSubmitResult.Builder
-
- setReportSubmitLocation(String) - Method in class com.facebook.buck.rage.DefectSubmitResult.Builder
-
- setReportSubmitLocation(Optional<String>) - Method in class com.facebook.buck.rage.DefectSubmitResult.Builder
-
- setReportSubmitMessage(String) - Method in class com.facebook.buck.rage.DefectSubmitResult.Builder
-
- setReportSubmitMessage(Optional<String>) - Method in class com.facebook.buck.rage.DefectSubmitResult.Builder
-
- setRepository(String) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
-
Initializes the optional value repository to repository.
- setRepository(Optional<String>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
-
Initializes the optional value repository to repository.
- setRepository(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
-
Initializes the value for the repository attribute.
- setRepresentativePlatform(AppleCxxPlatform) - Method in class com.facebook.buck.apple.MultiarchFileInfo.Builder
-
Initializes the value for the representativePlatform attribute.
- setRequestedRuleKey(RuleKey) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
-
Initializes the value for the requestedRuleKey attribute.
- setRequestProtocol(AbstractRageConfig.RageProtocolVersion) - Method in class com.facebook.buck.rage.DefectSubmitResult.Builder
-
- setRequestSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
-
Initializes the optional value requestSizeBytes to requestSizeBytes.
- setRequestSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
-
Initializes the optional value requestSizeBytes to requestSizeBytes.
- setRequestSizeBytes(long) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
-
Initializes the optional value requestSizeBytes to requestSizeBytes.
- setRequestSizeBytes(Optional<Long>) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
-
Initializes the optional value requestSizeBytes to requestSizeBytes.
- setRequestSuccessful(boolean) - Method in class com.facebook.buck.rage.RageJsonResponse.Builder
-
Initializes the value for the requestSuccessful attribute.
- setRes(Either<SourcePath, ImmutableSortedMap<String, SourcePath>>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Initializes the optional value res to res.
- setRes(Optional<? extends Either<SourcePath, ImmutableSortedMap<String, SourcePath>>>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Initializes the optional value res to res.
- setResolver(BuildRuleResolver) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
-
Initializes the value for the resolver attribute.
- setResolver(BuildRuleResolver) - Method in class com.facebook.buck.rules.ActionGraphAndResolver.Builder
-
Initializes the value for the resolver attribute.
- setResourceCompression(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value resourceCompression to resourceCompression.
- setResourceCompression(Optional<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value resourceCompression to resourceCompression.
- setResourceDetails(AndroidPackageableCollection.ResourceDetails) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
-
Initializes the value for the resourceDetails attribute.
- setResourceDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
-
Sets or replaces all elements for resourceDirectories list.
- setResourceDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
-
Sets or replaces all elements for resourceDirs set.
- setResourceFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
-
Sets or replaces all elements for resourceFiles set.
- setResourceFilter(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Sets or replaces all elements for resourceFilter list.
- setResourceFilter(FilterResourcesStep.ResourceFilter) - Method in class com.facebook.buck.android.FilterResourcesStep.Builder
-
- setResourcePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
-
Sets or replaces all elements for resourcePaths set.
- setResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Sets or replaces all elements for
resources sortedSet.
- setResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
resources sortedSet.
- setResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Sets or replaces all elements for
resources sortedSet.
- setResources(Iterable<? extends Path>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Sets or replaces all elements for resources sortedSet.
- setResources(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the resources map.
- setResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Sets or replaces all elements for resources sortedSet.
- setResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
resources sortedSet.
- setResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Sets or replaces all elements for
resources sortedSet.
- setResources(ImmutableSortedSet<SourcePath>) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
-
- setResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
resources sortedSet.
- setResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Sets or replaces all elements for
resources sortedSet.
- setResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
resources sortedSet.
- setResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Sets or replaces all elements for
resources sortedSet.
- setResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Sets or replaces all elements for resources sortedSet.
- setResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Sets or replaces all elements for resources sortedSet.
- setResources(SourceList) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Initializes the value for the resources attribute.
- setResources(SourceList) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Initializes the value for the resources attribute.
- setResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
-
Sets or replaces all elements for resources set.
- setResources(Iterable<? extends Path>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Sets or replaces all elements for resources sortedSet.
- setResourcesInfo(ExopackageInfo.ResourcesInfo) - Method in class com.facebook.buck.rules.ExopackageInfo.Builder
-
Initializes the optional value resourcesInfo to resourcesInfo.
- setResourcesInfo(Optional<? extends ExopackageInfo.ResourcesInfo>) - Method in class com.facebook.buck.rules.ExopackageInfo.Builder
-
Initializes the optional value resourcesInfo to resourcesInfo.
- setResourcesPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
-
Initializes the value for the resourcesPath attribute.
- setResourcesPaths(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rules.ExopackageInfo.ResourcesInfo.Builder
-
Sets or replaces all elements for resourcesPaths list.
- setResourcesRoot(Path) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- setResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- setResourcesRoot(Path) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- setResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- setResourcesRoot(Path) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setResourcesRoot(Path) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- setResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
- setResourcesRoot(Path) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- setResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- setResourcesRoot(Optional<Path>) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
-
- setResourcesRoot(Path) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- setResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
- setResourcesRoot(Path) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setResourcesRoot(Path) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- setResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
- setResourcesRoot(Path) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- setResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- setResourcesRoot(Path) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Initializes the optional value resourcesRoot to resourcesRoot.
- setResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Initializes the optional value resourcesRoot to resourcesRoot.
- setResourcesRoot(Path) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Initializes the optional value resourcesRoot to resourcesRoot.
- setResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Initializes the optional value resourcesRoot to resourcesRoot.
- setResourcesWithEmptyResButNonEmptyAssetsDir(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
-
Sets or replaces all elements for resourcesWithEmptyResButNonEmptyAssetsDir set.
- setResourcesWithNonEmptyResDir(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
-
Sets or replaces all elements for resourcesWithNonEmptyResDir list.
- setResourceUnion(boolean) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
-
Initializes the value for the resourceUnion attribute.
- setResourceUnionPackage(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- setResourceUnionPackage(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
- setResourceUnionPackage(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value resourceUnionPackage to resourceUnionPackage.
- setResourceUnionPackage(Optional<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value resourceUnionPackage to resourceUnionPackage.
- setResourceUnionPackage(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- setResourceUnionPackage(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
- setResourceVariantFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
-
Sets or replaces all elements for resourceVariantFiles set.
- setResPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep.Builder
-
Sets or replaces all elements for resPaths list.
- setResponseSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
-
Initializes the value for the responseSizeBytes attribute.
- setResponseSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
-
Initializes the optional value responseSizeBytes to responseSizeBytes.
- setResponseSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
-
Initializes the optional value responseSizeBytes to responseSizeBytes.
- setResponseSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
-
Initializes the value for the responseSizeBytes attribute.
- setResponseSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
-
Initializes the value for the responseSizeBytes attribute.
- setResponseSizeBytes(long) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
-
Initializes the optional value responseSizeBytes to responseSizeBytes.
- setResponseSizeBytes(Optional<Long>) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
-
Initializes the optional value responseSizeBytes to responseSizeBytes.
- setResult(ListenableFuture<BuildResult>) - Method in class com.facebook.buck.rules.BuildEngineResult.Builder
-
Initializes the value for the
result attribute.
- setResults(Map<? extends BuildRule, ? extends Optional<BuildResult>>) - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
-
Sets or replaces all mappings from the specified map as entries for the results map.
- setRlib(SourcePath) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
-
Initializes the value for the rlib attribute.
- setRobolectricLogPath(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Initializes the optional value robolectricLogPath to robolectricLogPath.
- setRobolectricLogPath(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Initializes the optional value robolectricLogPath to robolectricLogPath.
- setRobolectricManifest(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Initializes the optional value robolectricManifest to robolectricManifest.
- setRobolectricManifest(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Initializes the optional value robolectricManifest to robolectricManifest.
- setRobolectricRuntimeDependency(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Initializes the optional value robolectricRuntimeDependency to robolectricRuntimeDependency.
- setRobolectricRuntimeDependency(Optional<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Initializes the optional value robolectricRuntimeDependency to robolectricRuntimeDependency.
- setRoot(SourcePath) - Method in class com.facebook.buck.cxx.CxxHeadersDir.Builder
-
Initializes the value for the root attribute.
- setRoot(SourcePath) - Method in class com.facebook.buck.cxx.CxxSandboxInclude.Builder
-
Initializes the value for the root attribute.
- setRoot(SourcePath) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
-
Initializes the value for the root attribute.
- setRootCell(Cell) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
-
Initializes the value for the rootCell attribute.
- setRoots(Map<? extends BuildTarget, ? extends OmnibusRoot>) - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
-
Sets or replaces all mappings from the specified map as entries for the roots map.
- setRotateLog(boolean) - Method in class com.facebook.buck.log.LogConfigSetup.Builder
-
Initializes the value for the rotateLog attribute.
- setRpath(boolean) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Initializes the value for the rpath attribute.
- setRpath(boolean) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Initializes the value for the rpath attribute.
- setRuleFinder(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
-
Initializes the value for the ruleFinder attribute.
- setRuleFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
-
Sets or replaces all elements for ruleFlags list.
- setRuleKey(String) - Method in class com.facebook.buck.cli.ShowOptions.Builder
-
Initializes the optional value ruleKey to ruleKey.
- setRuleKey(Optional<String>) - Method in class com.facebook.buck.cli.ShowOptions.Builder
-
Initializes the optional value ruleKey to ruleKey.
- setRuleKey(String) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
-
Initializes the value for the ruleKey attribute.
- setRuleKey(RuleKey) - Method in class com.facebook.buck.rules.BuildRuleKeys.Builder
-
Initializes the value for the ruleKey attribute.
- setRuleKeyDiagnosticsMode(RuleKeyDiagnosticsMode) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Initializes the value for the ruleKeyDiagnosticsMode attribute.
- setRuleKeyLoggerLogFile(Path) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
-
Initializes the optional value ruleKeyLoggerLogFile to ruleKeyLoggerLogFile.
- setRuleKeyLoggerLogFile(Optional<? extends Path>) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
-
Initializes the optional value ruleKeyLoggerLogFile to ruleKeyLoggerLogFile.
- setRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
-
Sets or replaces all elements for ruleKeys set.
- setRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
-
Sets or replaces all elements for ruleKeys set.
- setRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
-
Sets or replaces all elements for ruleKeys set.
- setRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
-
Sets or replaces all elements for ruleKeys set.
- setRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
-
Sets or replaces all elements for ruleKeys set.
- setRulekeyTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats.Builder
-
Initializes the value for the rulekeyTimeMs attribute.
- setRuleName(String) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
-
Initializes the optional value ruleName to ruleName.
- setRuleName(Optional<String>) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
-
Initializes the optional value ruleName to ruleName.
- setRuleName(String) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats.Builder
-
Initializes the value for the ruleName attribute.
- setRules(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
-
Sets or replaces all elements for rules set.
- setRules(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
-
Sets or replaces all elements for rules list.
- setRulesFailureCount(int) - Method in class com.facebook.buck.distributed.BuildSlaveFinishedStatus.Builder
-
Initializes the value for the rulesFailureCount attribute.
- setRulesFinishedCount(int) - Method in class com.facebook.buck.distributed.BuildSlaveFinishedStatus.Builder
-
Initializes the value for the rulesFinishedCount attribute.
- setRulesStartedCount(int) - Method in class com.facebook.buck.distributed.BuildSlaveFinishedStatus.Builder
-
Initializes the value for the rulesStartedCount attribute.
- setRulesSuccessCount(int) - Method in class com.facebook.buck.distributed.BuildSlaveFinishedStatus.Builder
-
Initializes the value for the rulesSuccessCount attribute.
- setRuleType(String) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
-
Initializes the optional value ruleType to ruleType.
- setRuleType(Optional<String>) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
-
Initializes the optional value ruleType to ruleType.
- setRuleType(String) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats.Builder
-
Initializes the value for the ruleType attribute.
- setRunAllTests(boolean) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
-
Initializes the value for the runAllTests attribute.
- setRunId(RunId) - Method in class com.facebook.buck.distributed.BuildSlaveFinishedStatus.Builder
-
Initializes the value for the runId attribute.
- setRunId(String) - Method in class com.facebook.buck.event.listener.RunIdStreamPair.Builder
-
Initializes the value for the runId attribute.
- setRunTestSeparately(boolean) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setRunTestSeparately(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Initializes the value for the runTestSeparately attribute.
- setRunTestSeparately(boolean) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Initializes the optional value runTestSeparately to runTestSeparately.
- setRunTestSeparately(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Initializes the optional value runTestSeparately to runTestSeparately.
- setRunTestSeparately(boolean) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Initializes the value for the runTestSeparately attribute.
- setRunTestSeparately(boolean) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the value for the runTestSeparately attribute.
- setRunTestSeparately(boolean) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setRunTestSeparately(boolean) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the value for the runTestSeparately attribute.
- setRunTestSeparately(boolean) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Initializes the value for the runTestSeparately attribute.
- setRunTestSeparately(boolean) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Initializes the value for the runTestSeparately attribute.
- setRuntimeLdflags(Multimap<? extends Linker.LinkableDepType, ? extends String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Sets or replaces all mappings from the specified map as entries for the runtimeLdflags map.
- setRustcFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Sets or replaces all elements for rustcFlags list.
- setRustcFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Sets or replaces all elements for rustcFlags list.
- setRustcFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Sets or replaces all elements for rustcFlags list.
- setSafeAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
-
Sets or replaces all elements for safeAnnotationProcessors set.
- setSampleRate(float) - Method in class com.facebook.buck.util.SampleRate.Builder
-
Initializes the value for the sampleRate attribute.
- setSandboxTree(SymlinkTree) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
-
Initializes the optional value sandboxTree to sandboxTree.
- setSandboxTree(Optional<? extends SymlinkTree>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
-
Initializes the optional value sandboxTree to sandboxTree.
- setScheduleType(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
-
Initializes the value for the scheduleType attribute.
- setScope(IjDependencyListBuilder.Scope) - Method in class com.facebook.buck.ide.intellij.DependencyEntryData.Builder
-
Initializes the value for the scope attribute.
- setSdkPath(Path) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
-
Initializes the value for the sdkPath attribute.
- setSecondaryDexHeadClassesFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value secondaryDexHeadClassesFile to secondaryDexHeadClassesFile.
- setSecondaryDexHeadClassesFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value secondaryDexHeadClassesFile to secondaryDexHeadClassesFile.
- setSecondaryDexTailClassesFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value secondaryDexTailClassesFile to secondaryDexTailClassesFile.
- setSecondaryDexTailClassesFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value secondaryDexTailClassesFile to secondaryDexTailClassesFile.
- setSection(String) - Method in class com.facebook.buck.cli.ConfigValue.Builder
-
Initializes the value for the section attribute.
- setSequenceNumber(int) - Method in class com.facebook.buck.test.TestResults.Builder
-
Initializes the value for the sequenceNumber attribute.
- setServer(URI) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
-
Initializes the value for the server attribute.
- setServer(URI) - Method in class com.facebook.buck.slb.PerServerData.Builder
-
Initializes the value for the server attribute.
- setServer(URI) - Method in class com.facebook.buck.slb.PerServerPingData.Builder
-
Initializes the value for the server attribute.
- setServerPool(Iterable<? extends URI>) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
-
Sets or replaces all elements for serverPool list.
- setServerUnhealthy(boolean) - Method in class com.facebook.buck.slb.PerServerData.Builder
-
Initializes the value for the serverUnhealthy attribute.
- setService(HttpService) - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig.Builder
-
Initializes the value for the service attribute.
- setSetBuckVersionDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the optional value setBuckVersionDurationMs to setBuckVersionDurationMs.
- setSetBuckVersionDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the optional value setBuckVersionDurationMs to setBuckVersionDurationMs.
- setSettings(Optional<NSDictionary>) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildFile
-
- setSha1(String) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
Initializes the value for the sha1 attribute.
- setSharedLibraryExtension(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the value for the sharedLibraryExtension attribute.
- setSharedLibraryInterfaceFactory(SharedLibraryInterfaceFactory) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the optional value sharedLibraryInterfaceFactory to sharedLibraryInterfaceFactory.
- setSharedLibraryInterfaceFactory(Optional<? extends SharedLibraryInterfaceFactory>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the optional value sharedLibraryInterfaceFactory to sharedLibraryInterfaceFactory.
- setSharedLibraryVersionedExtensionFormat(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the value for the sharedLibraryVersionedExtensionFormat attribute.
- setSharedLibs(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the sharedLibs map.
- setSharedLibs(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the sharedLibs map.
- setSharedLink(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Sets or replaces all elements for sharedLink list.
- setShellPath(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
-
Sets the path to the shell under which the script is to be executed.
- setShellScript(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
-
Sets the contents of the script to execute.
- setShortName(String) - Method in class com.facebook.buck.model.UnflavoredBuildTarget.Builder
-
Initializes the value for the shortName attribute.
- setShouldExplainTestSelectorList(boolean) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Initializes the value for the shouldExplainTestSelectorList attribute.
- setShouldExplainTestSelectorList(boolean) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
-
Initializes the value for the shouldExplainTestSelectorList attribute.
- setShouldHashEntries(boolean) - Method in class com.facebook.buck.zip.JarBuilder
-
- setShouldMergeManifests(boolean) - Method in class com.facebook.buck.zip.JarBuilder
-
- setShouldReportAbsolutePaths(boolean) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Initializes the value for the shouldReportAbsolutePaths attribute.
- setShufflingTests(boolean) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
-
Initializes the value for the shufflingTests attribute.
- setsid() - Method in interface com.facebook.buck.util.Libc
-
- setSimulatorState(AppleSimulatorState) - Method in class com.facebook.buck.apple.simulator.AppleSimulator.Builder
-
Initializes the value for the simulatorState attribute.
- setSize(long) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
-
Initializes the value for the size attribute.
- setSkeleton(SourcePath) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
-
Initializes the value for the skeleton attribute.
- setSkipBuildEnabled(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
-
Initializes the value for the skipBuildEnabled attribute.
- setSkipCrunchPngs(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the value for the skipCrunchPngs attribute.
- setSkipProguard(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the value for the skipProguard attribute.
- setSlaveRunId(String) - Method in class com.facebook.buck.distributed.BuildRuleStats.Builder
-
Initializes the value for the slaveRunId attribute.
- setSlaveStatuses(Iterable<? extends BuildSlaveStatus>) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
-
Sets or replaces all elements for slaveStatuses list.
- setSnapshotReferenceImagesPath(Either<SourcePath, String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Initializes the optional value snapshotReferenceImagesPath to snapshotReferenceImagesPath.
- setSnapshotReferenceImagesPath(Optional<? extends Either<SourcePath, String>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Initializes the optional value snapshotReferenceImagesPath to snapshotReferenceImagesPath.
- setSoname(String) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents.Builder
-
Initializes the optional value soname to soname.
- setSoname(Optional<String>) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents.Builder
-
Initializes the optional value soname to soname.
- setSoname(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Initializes the optional value
soname to soname.
- setSoname(Optional<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Initializes the optional value
soname to soname.
- setSoname(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Initializes the optional value
soname to soname.
- setSoname(Optional<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Initializes the optional value
soname to soname.
- setSoname(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Initializes the optional value
soname to soname.
- setSoname(Optional<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Initializes the optional value
soname to soname.
- setSoname(String) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Initializes the optional value
soname to soname.
- setSoname(Optional<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Initializes the optional value
soname to soname.
- setSoname(String) - Method in class com.facebook.buck.cxx.OmnibusLibrary.Builder
-
Initializes the value for the soname attribute.
- setSoname(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the optional value soname to soname.
- setSoname(Optional<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the optional value soname to soname.
- setSoname(String) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Initializes the optional value soname to soname.
- setSoname(Optional<String>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Initializes the optional value soname to soname.
- setSonameMapping(ImmutableSortedMap<String, String>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
-
Initializes the value for the sonameMapping attribute.
- setSonameMergeMap(ImmutableSortedMap<String, String>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult.Builder
-
Initializes the optional value sonameMergeMap to sonameMergeMap.
- setSonameMergeMap(Optional<? extends ImmutableSortedMap<String, String>>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult.Builder
-
Initializes the optional value sonameMergeMap to sonameMergeMap.
- setSortOrder(IjDependencyListBuilder.SortOrder) - Method in class com.facebook.buck.ide.intellij.DependencyEntry.Builder
-
Initializes the value for the sortOrder attribute.
- setSortPolicy(PBXGroup.SortPolicy) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
-
- setSource(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the optional value
source to source.
- setSource(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the optional value
source to source.
- setSource(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Initializes the optional value
source to source.
- setSource(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Initializes the optional value
source to source.
- setSource(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Initializes the optional value
source to source.
- setSource(Optional<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Initializes the optional value
source to source.
- setSource(String) - Method in class com.facebook.buck.cxx.CxxToolProviderParams.Builder
-
Initializes the value for the source attribute.
- setSource(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Initializes the optional value
source to source.
- setSource(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Initializes the optional value
source to source.
- setSource(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the optional value
source to source.
- setSource(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the optional value
source to source.
- setSource(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Initializes the optional value
source to source.
- setSource(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Initializes the optional value
source to source.
- setSource(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Initializes the optional value
source to source.
- setSource(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Initializes the optional value
source to source.
- setSource(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Initializes the optional value
source to source.
- setSource(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Initializes the optional value
source to source.
- setSource(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the optional value
source to source.
- setSource(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the optional value
source to source.
- setSource(SourcePath) - Method in class com.facebook.buck.rules.coercer.OcamlSource.Builder
-
Initializes the value for the source attribute.
- setSourceAbiCompatible(boolean) - Method in class com.facebook.buck.jvm.java.abi.StubJar
-
- setSourceControlInfo(SourceControlInfo) - Method in class com.facebook.buck.rage.DefectReport.Builder
-
- setSourceControlInfo(Optional<? extends SourceControlInfo>) - Method in class com.facebook.buck.rage.DefectReport.Builder
-
- setSourceGroup(List<GroupedSource>) - Method in class com.facebook.buck.apple.GroupedSource.Builder
-
Initializes the optional value sourceGroup to sourceGroup.
- setSourceGroup(Optional<? extends List<GroupedSource>>) - Method in class com.facebook.buck.apple.GroupedSource.Builder
-
Initializes the optional value sourceGroup to sourceGroup.
- setSourceGroupName(String) - Method in class com.facebook.buck.apple.GroupedSource.Builder
-
Initializes the optional value sourceGroupName to sourceGroupName.
- setSourceGroupName(Optional<String>) - Method in class com.facebook.buck.apple.GroupedSource.Builder
-
Initializes the optional value sourceGroupName to sourceGroupName.
- setSourceGroupPathRelativeToTarget(Path) - Method in class com.facebook.buck.apple.GroupedSource.Builder
-
Initializes the optional value sourceGroupPathRelativeToTarget to sourceGroupPathRelativeToTarget.
- setSourceGroupPathRelativeToTarget(Optional<? extends Path>) - Method in class com.facebook.buck.apple.GroupedSource.Builder
-
Initializes the optional value sourceGroupPathRelativeToTarget to sourceGroupPathRelativeToTarget.
- setSourceJar(SourcePath) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Initializes the optional value sourceJar to sourceJar.
- setSourceJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
-
Initializes the optional value sourceJar to sourceJar.
- setSourceJar(SourcePath) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Initializes the optional value sourceJar to sourceJar.
- setSourceJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
-
Initializes the optional value sourceJar to sourceJar.
- setSourceJars(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
-
Sets or replaces all elements for sourceJars set.
- setSourceLevel(String) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
-
Initializes the value for the sourceLevel attribute.
- setSourcePath(SourcePath) - Method in class com.facebook.buck.android.StrippedObjectDescription.Builder
-
Initializes the value for the sourcePath attribute.
- setSourcePath(SourcePath) - Method in class com.facebook.buck.apple.GroupedSource.Builder
-
Initializes the optional value sourcePath to sourcePath.
- setSourcePath(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.GroupedSource.Builder
-
Initializes the optional value sourcePath to sourcePath.
- setSourcePath(SourcePath) - Method in class com.facebook.buck.rules.coercer.FrameworkPath.Builder
-
Initializes the optional value sourcePath to sourcePath.
- setSourcePath(Optional<? extends SourcePath>) - Method in class com.facebook.buck.rules.coercer.FrameworkPath.Builder
-
Initializes the optional value sourcePath to sourcePath.
- setSourcePath(SourcePath) - Method in class com.facebook.buck.rules.keys.ContentAgnosticRuleKeyFactory.Builder
-
- setSourcePath(SourcePath) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyFactory.Builder
-
- setSourcePath(SourcePath) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
-
- setSourcePath(SourcePath) - Method in class com.facebook.buck.rules.SourceWithFlags.Builder
-
Initializes the value for the sourcePath attribute.
- setSourcePathAsRule(BuildTargetSourcePath) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
-
- setSourcePathDirectly(SourcePath) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
-
- setSourcePathResolver(SourcePathResolver) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Initializes the value for the sourcePathResolver attribute.
- setSourcePathResolver(SourcePathResolver) - Method in class com.facebook.buck.rules.BuildContext.Builder
-
Initializes the value for the sourcePathResolver attribute.
- setSourcePaths(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseDependencies.Builder
-
Sets or replaces all elements for sourcePaths set.
- setSourcePaths(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.FrameworkDependencies.Builder
-
Sets or replaces all elements for sourcePaths set.
- setSourcePathToAaptGeneratedProguardConfigFile(SourcePath) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
-
Initializes the value for the sourcePathToAaptGeneratedProguardConfigFile attribute.
- setSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DIncludes.Builder
-
Sets or replaces all elements for sources sortedSet.
- setSourcesSet(Iterable<? extends Map.Entry<String, CxxSource>>) - Method in class com.facebook.buck.cxx.CxxSourceSet.Builder
-
Sets or replaces all elements for sourcesSet set.
- setSourceToBootclasspath(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
-
Sets or replaces all mappings from the specified map as entries for the sourceToBootclasspath map.
- setSourceTree(PBXReference.SourceTree) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
-
- setSourceTreePath(SourceTreePath) - Method in class com.facebook.buck.rules.coercer.FrameworkPath.Builder
-
Initializes the optional value sourceTreePath to sourceTreePath.
- setSourceTreePath(Optional<? extends SourceTreePath>) - Method in class com.facebook.buck.rules.coercer.FrameworkPath.Builder
-
Initializes the optional value sourceTreePath to sourceTreePath.
- setSourceWithFlags(SourceWithFlags) - Method in class com.facebook.buck.apple.GroupedSource.Builder
-
Initializes the optional value sourceWithFlags to sourceWithFlags.
- setSourceWithFlags(Optional<? extends SourceWithFlags>) - Method in class com.facebook.buck.apple.GroupedSource.Builder
-
Initializes the optional value sourceWithFlags to sourceWithFlags.
- setSpoolMode(AbstractJavacOptions.SpoolMode) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
-
Initializes the value for the spoolMode attribute.
- setSrc(SourcePath) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
-
Initializes the value for the src attribute.
- setSrc(SourcePath) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
Initializes the optional value src to src.
- setSrc(Optional<? extends SourcePath>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
-
Initializes the optional value src to src.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Sets or replaces all elements for
srcs list.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Sets or replaces all elements for
srcs list.
- setSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(SourceList) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
-
Initializes the value for the srcs attribute.
- setSrcs(SourceList) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
-
Initializes the value for the srcs attribute.
- setSrcs(SourceList) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
Initializes the value for the srcs attribute.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(SourceList) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
-
Initializes the value for the srcs attribute.
- setSrcs(SourceList) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
-
Initializes the value for the srcs attribute.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends Either<SourcePath, Pair<SourcePath, String>>>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
-
Sets or replaces all elements for srcs set.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(ImmutableSortedSet<SourcePath>) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
-
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(SourceList) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
-
Initializes the value for the srcs attribute.
- setSrcs(Iterable<? extends OcamlSource>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Sets or replaces all elements for srcs list.
- setSrcs(Iterable<? extends OcamlSource>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Sets or replaces all elements for srcs list.
- setSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(SourceList) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Initializes the value for the srcs attribute.
- setSrcs(SourceList) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Initializes the value for the srcs attribute.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Sets or replaces all elements for
srcs list.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg.Builder
-
Sets or replaces all elements for
srcs sortedSet.
- setSrcTarget(BuildTarget) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Initializes the optional value srcTarget to srcTarget.
- setSrcTarget(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Initializes the optional value srcTarget to srcTarget.
- setStampedeId(StampedeId) - Method in class com.facebook.buck.distributed.BuildSlaveFinishedStatus.Builder
-
Initializes the value for the stampedeId attribute.
- setStampedeId(String) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the value for the stampedeId attribute.
- setStampedeId(String) - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
-
- setStampedeId(StampedeId) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
-
Initializes the value for the stampedeId attribute.
- setStart(BuckEventExternalInterface) - Method in class com.facebook.buck.event.listener.EventPair.Builder
-
Initializes the optional value start to start.
- setStart(Optional<? extends BuckEventExternalInterface>) - Method in class com.facebook.buck.event.listener.EventPair.Builder
-
Initializes the optional value start to start.
- setStartIndex(int) - Method in class com.facebook.buck.model.MacroMatchResult.Builder
-
Initializes the value for the startIndex attribute.
- setState(DistBuildState) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
-
Initializes the value for the state attribute.
- setStaticLibraryExtension(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the value for the staticLibraryExtension attribute.
- setStaticLibs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Sets or replaces all elements for staticLibs list.
- setStaticLibs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Sets or replaces all elements for staticLibs list.
- setStaticLink(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Sets or replaces all elements for staticLink list.
- setStaticPicLibs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Sets or replaces all elements for staticPicLibs list.
- setStaticPicLink(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Sets or replaces all elements for staticPicLink list.
- setStatus(String) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
-
Initializes the value for the status attribute.
- setStatus(AbstractDoctorSuggestion.StepStatus) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion.Builder
-
Initializes the value for the status attribute.
- setStdErrLogLevel(Level) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setStdErrLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setStdErrLogLevel(Level) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the optional value stdErrLogLevel to stdErrLogLevel.
- setStdErrLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the optional value stdErrLogLevel to stdErrLogLevel.
- setStdErrLogLevel(Level) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setStdErrLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setStdErrLogLevel(Level) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Initializes the optional value stdErrLogLevel to stdErrLogLevel.
- setStdErrLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Initializes the optional value stdErrLogLevel to stdErrLogLevel.
- setStdErrLogLevel(Level) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the optional value stdErrLogLevel to stdErrLogLevel.
- setStdErrLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the optional value stdErrLogLevel to stdErrLogLevel.
- setStdErrLogLevel(Level) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Initializes the optional value stdErrLogLevel to stdErrLogLevel.
- setStdErrLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Initializes the optional value stdErrLogLevel to stdErrLogLevel.
- setStdIn(InputStream) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
Initializes the value for the
stdIn attribute.
- setStdOutLogLevel(Level) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setStdOutLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setStdOutLogLevel(Level) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the optional value stdOutLogLevel to stdOutLogLevel.
- setStdOutLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the optional value stdOutLogLevel to stdOutLogLevel.
- setStdOutLogLevel(Level) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setStdOutLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setStdOutLogLevel(Level) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Initializes the optional value stdOutLogLevel to stdOutLogLevel.
- setStdOutLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Initializes the optional value stdOutLogLevel to stdOutLogLevel.
- setStdOutLogLevel(Level) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the optional value stdOutLogLevel to stdOutLogLevel.
- setStdOutLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the optional value stdOutLogLevel to stdOutLogLevel.
- setStdOutLogLevel(Level) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Initializes the optional value stdOutLogLevel to stdOutLogLevel.
- setStdOutLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Initializes the optional value stdOutLogLevel to stdOutLogLevel.
- setSteps(Iterable<? extends Step>) - Method in class com.facebook.buck.cli.TestRun.Builder
-
Sets or replaces all elements for steps list.
- setStore(SourcePath) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
-
Initializes the value for the store attribute.
- setStoreClient(HttpService) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
-
Initializes the value for the storeClient attribute.
- setStream(String) - Method in class com.facebook.buck.event.listener.RunIdStreamPair.Builder
-
Initializes the value for the stream attribute.
- setStrict(boolean) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Initializes the optional value strict to strict.
- setStrict(Optional<Boolean>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Initializes the optional value strict to strict.
- setStrip(Tool) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the value for the strip attribute.
- setStripFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Sets or replaces all elements for stripFlags list.
- setStrippedObjectName(String) - Method in class com.facebook.buck.android.StrippedObjectDescription.Builder
-
Initializes the value for the strippedObjectName attribute.
- setStubBinary(Path) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Initializes the optional value stubBinary to stubBinary.
- setStubBinary(Optional<? extends Path>) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Initializes the optional value stubBinary to stubBinary.
- setStubBinaryPath(String) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
-
Initializes the optional value stubBinaryPath to stubBinaryPath.
- setStubBinaryPath(Optional<String>) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
-
Initializes the optional value stubBinaryPath to stubBinaryPath.
- setStyle(GwtBinary.Style) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Initializes the optional value style to style.
- setStyle(Optional<? extends GwtBinary.Style>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Initializes the optional value style to style.
- setSubCommand(String) - Method in class com.facebook.buck.log.InvocationInfo.Builder
-
Initializes the value for the subCommand attribute.
- setSubjectCommonName(String) - Method in class com.facebook.buck.apple.CodeSignIdentity.Builder
-
Initializes the value for the subjectCommonName attribute.
- setSuccessUploadCount(AtomicInteger) - Method in class com.facebook.buck.log.CacheUploadInfo.Builder
-
Initializes the value for the successUploadCount attribute.
- setSuggestion(String) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion.Builder
-
Initializes the value for the suggestion attribute.
- setSuggestions(Iterable<? extends DoctorSuggestion>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse.Builder
-
Sets or replaces all elements for suggestions list.
- setSuperConsoleEnabled(boolean) - Method in class com.facebook.buck.log.InvocationInfo.Builder
-
Initializes the value for the superConsoleEnabled attribute.
- setSupportedArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
-
Sets or replaces all elements for supportedArchitectures set.
- setSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
- setSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
-
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
- setSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
- setSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
- setSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
- setSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
-
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
- setSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
- setSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
- setSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
- setSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
-
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
- setSupportedProductFamilyIDs(Iterable<Integer>) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
-
Sets or replaces all elements for supportedProductFamilyIDs set.
- setSupportsAbiGenerationFromSource(boolean) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
-
Initializes the value for the supportsAbiGenerationFromSource attribute.
- setSupportsAbiGenerationFromSource(boolean) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
-
Initializes the value for the supportsAbiGenerationFromSource attribute.
- setSupportsSharedLibraryInterface(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the value for the supportsSharedLibraryInterface attribute.
- setSwiftc(Tool) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
-
Initializes the value for the swiftc attribute.
- setSwiftCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setSwiftCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setSwiftCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setSwiftName(String) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
-
Initializes the optional value swiftName to swiftName.
- setSwiftName(Optional<String>) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
-
Initializes the optional value swiftName to swiftName.
- setSwiftPlatform(SwiftPlatform) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Initializes the optional value swiftPlatform to swiftPlatform.
- setSwiftPlatform(Optional<? extends SwiftPlatform>) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Initializes the optional value swiftPlatform to swiftPlatform.
- setSwiftRuntimePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
-
Sets or replaces all elements for swiftRuntimePaths set.
- setSwiftStaticRuntimePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
-
Sets or replaces all elements for swiftStaticRuntimePaths set.
- setSwiftStdlibTool(Tool) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
-
Initializes the optional value swiftStdlibTool to swiftStdlibTool.
- setSwiftStdlibTool(Optional<? extends Tool>) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
-
Initializes the optional value swiftStdlibTool to swiftStdlibTool.
- setSymbolNameTool(SymbolNameTool) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
-
Initializes the value for the symbolNameTool attribute.
- setSystemMemory(long) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
-
Initializes the value for the systemMemory attribute.
- setTags(Map<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterInfo.Builder
-
Sets or replaces all mappings from the specified map as entries for the tags map.
- setTags(Map<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
-
Sets or replaces all mappings from the specified map as entries for the tags map.
- setTagSets(Multimap<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
-
Sets or replaces all mappings from the specified map as entries for the tagSets map.
- setTarget(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the optional value
target to target.
- setTarget(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Initializes the optional value
target to target.
- setTarget(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Initializes the optional value
target to target.
- setTarget(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Initializes the optional value
target to target.
- setTarget(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Initializes the optional value
target to target.
- setTarget(Optional<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Initializes the optional value
target to target.
- setTarget(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished.Builder
-
- setTarget(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Initializes the optional value
target to target.
- setTarget(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Initializes the optional value
target to target.
- setTarget(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the optional value
target to target.
- setTarget(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the optional value
target to target.
- setTarget(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Initializes the optional value
target to target.
- setTarget(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Initializes the optional value
target to target.
- setTarget(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Initializes the optional value
target to target.
- setTarget(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Initializes the optional value
target to target.
- setTarget(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Initializes the optional value
target to target.
- setTarget(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Initializes the optional value
target to target.
- setTarget(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the optional value
target to target.
- setTarget(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the optional value
target to target.
- setTarget(BuildTarget) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
-
Initializes the value for the target attribute.
- setTargetAppPlatform(String) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
-
Initializes the value for the targetAppPlatform attribute.
- setTargetArch(NdkCxxPlatforms.TargetArch) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
-
Initializes the value for the targetArch attribute.
- setTargetArchAbi(NdkCxxPlatforms.TargetArchAbi) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
-
Initializes the value for the targetArchAbi attribute.
- setTargetCpuType(NdkCxxPlatforms.TargetCpuType) - Method in class com.facebook.buck.android.StrippedObjectDescription.Builder
-
Initializes the value for the targetCpuType attribute.
- setTargetDevice(TargetDevice) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Initializes the optional value targetDevice to targetDevice.
- setTargetDevice(Optional<? extends TargetDevice>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Initializes the optional value targetDevice to targetDevice.
- setTargetDeviceOptions(TargetDeviceOptions) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Initializes the optional value targetDeviceOptions to targetDeviceOptions.
- setTargetDeviceOptions(Optional<? extends TargetDeviceOptions>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Initializes the optional value targetDeviceOptions to targetDeviceOptions.
- setTargetGraph(TargetGraph) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets.Builder
-
Initializes the value for the targetGraph attribute.
- setTargetGraph(TargetGraph) - Method in class com.facebook.buck.rules.TargetGraphAndTargetNodes.Builder
-
Initializes the value for the targetGraph attribute.
- setTargetHash(String) - Method in class com.facebook.buck.cli.ShowOptions.Builder
-
Initializes the optional value targetHash to targetHash.
- setTargetHash(Optional<String>) - Method in class com.facebook.buck.cli.ShowOptions.Builder
-
Initializes the optional value targetHash to targetHash.
- setTargetLevel(String) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
-
Initializes the value for the targetLevel attribute.
- setTargetNodes(Iterable<TargetNode<?, ?>>) - Method in class com.facebook.buck.rules.TargetGraphAndTargetNodes.Builder
-
Initializes the value for the targetNodes attribute.
- setTargets(Iterable<? extends TargetNode<?, ?>>) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule.Builder
-
Sets or replaces all elements for targets set.
- setTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
-
Sets or replaces all elements for targets set.
- setTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
-
Sets or replaces all elements for targets set.
- setTargetSdkVersion(int) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
-
Initializes the optional value targetSdkVersion to targetSdkVersion.
- setTargetSdkVersion(Optional<Integer>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
-
Initializes the optional value targetSdkVersion to targetSdkVersion.
- setTaskListener(TaskListener) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
-
Sets a TaskListener.
- setTaskListener(BuckJavacTaskListener) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
-
- setTaskListener(BuckJavacTaskListener) - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
-
- setTest(TestRule) - Method in class com.facebook.buck.cli.TestRun.Builder
-
Initializes the value for the test attribute.
- setTest(SourcePath) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Initializes the optional value test to test.
- setTest(Optional<? extends SourcePath>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
Initializes the optional value test to test.
- setTestCases(Iterable<? extends TestCaseSummary>) - Method in class com.facebook.buck.test.TestResults.Builder
-
Sets or replaces all elements for testCases list.
- setTestCaseTimeoutMs(long) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setTestCaseTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setTestCaseTimeoutMs(long) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the optional value testCaseTimeoutMs to testCaseTimeoutMs.
- setTestCaseTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the optional value testCaseTimeoutMs to testCaseTimeoutMs.
- setTestCaseTimeoutMs(long) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setTestCaseTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setTestCaseTimeoutMs(long) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the optional value testCaseTimeoutMs to testCaseTimeoutMs.
- setTestCaseTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the optional value testCaseTimeoutMs to testCaseTimeoutMs.
- setTestCaseTimeoutMs(long) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Initializes the optional value testCaseTimeoutMs to testCaseTimeoutMs.
- setTestCaseTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Initializes the optional value testCaseTimeoutMs to testCaseTimeoutMs.
- setTestClasses(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Sets or replaces all elements for testClasses list.
- setTestFilter(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
-
Initializes the optional value testFilter to testFilter.
- setTestFilter(Optional<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
-
Initializes the optional value testFilter to testFilter.
- setTestHostApp(BuildTarget) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Initializes the optional value testHostApp to testHostApp.
- setTestHostApp(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Initializes the optional value testHostApp to testHostApp.
- setTestLogPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.test.TestResults.Builder
-
Sets or replaces all elements for testLogPaths list.
- setTestPackage(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
-
Initializes the value for the testPackage attribute.
- setTestReportingCallback(TestRule.TestReportingCallback) - Method in class com.facebook.buck.cli.TestRun.Builder
-
Initializes the value for the testReportingCallback attribute.
- setTestResultsCallable(Callable<TestResults>) - Method in class com.facebook.buck.cli.TestRun.Builder
-
Initializes the value for the testResultsCallable attribute.
- setTestRuleTimeoutMs(long) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
- setTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
-
- setTestRuleTimeoutMs(long) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setTestRuleTimeoutMs(long) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setTestRuleTimeoutMs(long) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- setTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- setTestRuleTimeoutMs(long) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
- setTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
-
- setTestRuleTimeoutMs(long) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
- setTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
-
- setTestRuleTimeoutMs(long) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- setTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
- setTestRuleTimeoutMs(long) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setTestRuleTimeoutMs(long) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- setTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
- setTestRuleTimeoutMs(long) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- setTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
- setTestRuleTimeoutMs(long) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
- setTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
- setTestRuleTimeoutMs(long) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
- setTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
-
- setTestRunner(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
-
Initializes the value for the testRunner attribute.
- setTestRunnerClasspath(Path) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
-
Initializes the value for the testRunnerClasspath attribute.
- setTestRunnerClasspath(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Initializes the value for the testRunnerClasspath attribute.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(ImmutableSortedSet<BuildTarget>) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
-
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Sets or replaces all elements for
tests sortedSet.
- setTestSelectorList(TestSelectorList) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Initializes the optional value testSelectorList to testSelectorList.
- setTestSelectorList(Optional<? extends TestSelectorList>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Initializes the optional value testSelectorList to testSelectorList.
- setTestSelectorList(TestSelectorList) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
-
Initializes the value for the testSelectorList attribute.
- setTestType(TestType) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Initializes the optional value
testType to testType.
- setTestType(Optional<? extends TestType>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Initializes the optional value
testType to testType.
- setTestType(TestType) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the optional value testType to testType.
- setTestType(Optional<? extends TestType>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Initializes the optional value testType to testType.
- setTestType(TestType) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Initializes the optional value
testType to testType.
- setTestType(Optional<? extends TestType>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Initializes the optional value
testType to testType.
- setTestType(TestType) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
-
Initializes the value for the testType attribute.
- setTestType(TestType) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the optional value testType to testType.
- setTestType(Optional<? extends TestType>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Initializes the optional value testType to testType.
- setTestType(TestType) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Initializes the value for the testType attribute.
- setThinLto(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
Initializes the value for the
thinLto attribute.
- setThinLto(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
Initializes the value for the
thinLto attribute.
- setThinLto(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
Initializes the value for the
thinLto attribute.
- setThinLto(boolean) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
Initializes the value for the
thinLto attribute.
- setThinLto(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
Initializes the value for the
thinLto attribute.
- setThinLto(boolean) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Initializes the value for the
thinLto attribute.
- setThinLto(boolean) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
Initializes the value for the
thinLto attribute.
- setThinTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.MultiarchFileInfo.Builder
-
Sets or replaces all elements for thinTargets list.
- setThriftEndpointPath(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
-
Initializes the optional value thriftEndpointPath to thriftEndpointPath.
- setThriftEndpointPath(Optional<String>) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
-
Initializes the optional value thriftEndpointPath to thriftEndpointPath.
- setTimeoutSeconds(int) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
-
Initializes the value for the timeoutSeconds attribute.
- setTimestamp(long) - Method in class com.facebook.buck.event.listener.ProxyBuckEvent.Builder
-
Initializes the value for the timestamp attribute.
- setTimestamp(long) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
-
Initializes the value for the timestamp attribute.
- setTimestampMillis(long) - Method in class com.facebook.buck.log.InvocationInfo.Builder
-
Initializes the value for the timestampMillis attribute.
- setTimestampMillis(long) - Method in class com.facebook.buck.test.TestStatusMessage.Builder
-
Initializes the value for the timestampMillis attribute.
- SettingsAffectingCache(int, ActionGraph) - Constructor for class com.facebook.buck.rules.keys.RuleKeyCacheRecycler.SettingsAffectingCache
-
- setTmpFolderPath(Path) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep.Builder
-
Initializes the value for the tmpFolderPath attribute.
- setToolchain(NdkCxxPlatforms.Toolchain) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
-
Initializes the value for the toolchain attribute.
- setToolchainPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
-
Sets or replaces all elements for toolchainPaths set.
- setToolchains(Iterable<? extends AppleToolchain>) - Method in class com.facebook.buck.apple.AppleSdk.Builder
-
Sets or replaces all elements for toolchains list.
- setToolchainTarget(NdkCxxPlatforms.ToolchainTarget) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
-
Initializes the value for the toolchainTarget attribute.
- setTotalNumberOfTests(int) - Method in class com.facebook.buck.test.TestResults.Builder
-
Initializes the value for the totalNumberOfTests attribute.
- setTotalRulesCount(int) - Method in class com.facebook.buck.distributed.BuildSlaveFinishedStatus.Builder
-
Initializes the value for the totalRulesCount attribute.
- setTraceFile(Path) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
-
Initializes the optional value traceFile to traceFile.
- setTraceFile(Optional<? extends Path>) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
-
Initializes the optional value traceFile to traceFile.
- setTrackClassUsage(boolean) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
-
- setTrackClassUsage(boolean) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
-
Initializes the value for the trackClassUsage attribute.
- setTrimResourceIds(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the value for the trimResourceIds attribute.
- setType(AbstractNdkCxxPlatformCompiler.Type) - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler.Builder
-
Initializes the value for the type attribute.
- setType(AbstractGroupedSource.Type) - Method in class com.facebook.buck.apple.GroupedSource.Builder
-
Initializes the value for the type attribute.
- setType(CacheResultType) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
-
Initializes the value for the type attribute.
- setType(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Initializes the optional value
type to type.
- setType(Optional<String>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
-
Initializes the optional value
type to type.
- setType(AbstractCxxSource.Type) - Method in class com.facebook.buck.cxx.CxxSource.Builder
-
Initializes the value for the
type attribute.
- setType(CxxToolProvider.Type) - Method in class com.facebook.buck.cxx.CxxToolProviderParams.Builder
-
Initializes the optional value type to type.
- setType(Optional<? extends CxxToolProvider.Type>) - Method in class com.facebook.buck.cxx.CxxToolProviderParams.Builder
-
Initializes the optional value type to type.
- setType(RemoteFile.Type) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
Initializes the optional value type to type.
- setType(Optional<? extends RemoteFile.Type>) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
Initializes the optional value type to type.
- setType(IjDependencyListBuilder.Type) - Method in class com.facebook.buck.ide.intellij.DependencyEntry.Builder
-
Initializes the value for the type attribute.
- setType(String) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder.Builder
-
Initializes the value for the type attribute.
- setType(String) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field.Builder
-
Initializes the value for the type attribute.
- setType(AbstractFrameworkPath.Type) - Method in class com.facebook.buck.rules.coercer.FrameworkPath.Builder
-
Initializes the value for the type attribute.
- setType(AbstractSourceList.Type) - Method in class com.facebook.buck.rules.coercer.SourceList.Builder
-
Initializes the value for the type attribute.
- setType(AbstractSourceWithFlagsList.Type) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList.Builder
-
Initializes the value for the type attribute.
- setType(String) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
-
Initializes the value for the type attribute.
- setType(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Initializes the optional value
type to type.
- setType(Optional<String>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
-
Initializes the optional value
type to type.
- setType(AbstractHashCodeAndFileType.Type) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
-
Initializes the value for the type attribute.
- SetTypeCoercer<T> - Class in com.facebook.buck.rules.coercer
-
- setTypeCoercerFactory(TypeCoercerFactory) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
- setUdid(String) - Method in class com.facebook.buck.apple.simulator.AppleSimulator.Builder
-
Initializes the value for the udid attribute.
- setUnexpandedCommandArgs(String...) - Method in class com.facebook.buck.log.InvocationInfo.Builder
-
Initializes the value for the unexpandedCommandArgs attribute.
- setUnflavoredBuildTarget(UnflavoredBuildTarget) - Method in class com.facebook.buck.model.BuildTarget.Builder
-
Initializes the value for the unflavoredBuildTarget attribute.
- setUnnamedSources(ImmutableSortedSet<SourcePath>) - Method in class com.facebook.buck.rules.coercer.SourceList.Builder
-
Initializes the optional value unnamedSources to unnamedSources.
- setUnnamedSources(Optional<? extends ImmutableSortedSet<SourcePath>>) - Method in class com.facebook.buck.rules.coercer.SourceList.Builder
-
Initializes the optional value unnamedSources to unnamedSources.
- setUnnamedSources(ImmutableSortedSet<SourceWithFlags>) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList.Builder
-
Initializes the optional value unnamedSources to unnamedSources.
- setUnnamedSources(Optional<? extends ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList.Builder
-
Initializes the optional value unnamedSources to unnamedSources.
- setup(SimplePerfEvent.Scope) - Method in class com.facebook.buck.rules.keys.EventPostingRuleKeyCacheScope
-
Additional setup.
- setUploadBuckDotFilesDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the optional value uploadBuckDotFilesDurationMs to uploadBuckDotFilesDurationMs.
- setUploadBuckDotFilesDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the optional value uploadBuckDotFilesDurationMs to uploadBuckDotFilesDurationMs.
- setUploadMissingFilesDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the optional value uploadMissingFilesDurationMs to uploadMissingFilesDurationMs.
- setUploadMissingFilesDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the optional value uploadMissingFilesDurationMs to uploadMissingFilesDurationMs.
- setUploadTargetGraphDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the optional value uploadTargetGraphDurationMs to uploadTargetGraphDurationMs.
- setUploadTargetGraphDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
-
Initializes the optional value uploadTargetGraphDurationMs to uploadTargetGraphDurationMs.
- setupLoggers(InvocationInfo, OutputStream, OutputStream, Verbosity) - Method in class com.facebook.buck.log.GlobalStateManager
-
- setupLogging(LogConfigSetup) - Static method in class com.facebook.buck.log.LogConfig
-
Creates the log output directory and concatenates logging.properties files together to
configure or re-configure LogManager.
- setUrl(URI) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
-
Initializes the value for the url attribute.
- setUrl(URI) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
-
Initializes the value for the url attribute.
- setUrl(String) - Method in class com.facebook.buck.ide.intellij.model.ContentRoot.Builder
-
Initializes the value for the url attribute.
- setUrl(String) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder.Builder
-
Initializes the value for the url attribute.
- setUseAndroidProguardConfigWithOptimizations(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value useAndroidProguardConfigWithOptimizations to useAndroidProguardConfigWithOptimizations.
- setUseAndroidProguardConfigWithOptimizations(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value useAndroidProguardConfigWithOptimizations to useAndroidProguardConfigWithOptimizations.
- setUseCxxLibraries(boolean) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setUseCxxLibraries(Optional<Boolean>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
- setUseCxxLibraries(boolean) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setUseCxxLibraries(Optional<Boolean>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
- setUseCxxLibraries(boolean) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Initializes the optional value useCxxLibraries to useCxxLibraries.
- setUseCxxLibraries(Optional<Boolean>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Initializes the optional value useCxxLibraries to useCxxLibraries.
- setUseDefaultTestMain(boolean) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Initializes the optional value useDefaultTestMain to useDefaultTestMain.
- setUseDefaultTestMain(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
Initializes the optional value useDefaultTestMain to useDefaultTestMain.
- setUseMercurialGlob(boolean) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Initializes the value for the useMercurialGlob attribute.
- setUseOldStyleableFormat(boolean) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Initializes the value for the useOldStyleableFormat attribute.
- setUser(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
-
Initializes the value for the user attribute.
- setUserIssueDescription(String) - Method in class com.facebook.buck.rage.UserReport.Builder
-
Initializes the value for the userIssueDescription attribute.
- setUserLocalConfiguration(UserLocalConfiguration) - Method in class com.facebook.buck.rage.DefectReport.Builder
-
- setUserReport(UserReport) - Method in class com.facebook.buck.rage.DefectReport.Builder
-
Initializes the optional value
userReport to userReport.
- setUserReport(Optional<? extends UserReport>) - Method in class com.facebook.buck.rage.DefectReport.Builder
-
Initializes the optional value
userReport to userReport.
- setUseSplitDex(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the value for the useSplitDex attribute.
- setUseWatchmanGlob(boolean) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Initializes the value for the useWatchmanGlob attribute.
- setUUID(String) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
-
Initializes the value for the uUID attribute.
- setValue(String) - Method in class com.facebook.buck.cli.ConfigValue.Builder
-
Initializes the optional value value to value.
- setValue(Optional<String>) - Method in class com.facebook.buck.cli.ConfigValue.Builder
-
Initializes the optional value value to value.
- setValue(long) - Method in class com.facebook.buck.event.EventKey.Builder
-
Initializes the value for the value attribute.
- setValue(String) - Method in class com.facebook.buck.event.PerfEventId.Builder
-
Initializes the value for the value attribute.
- setValue(boolean) - Method in class com.facebook.buck.parser.SpeculativeParsing.Builder
-
Initializes the value for the value attribute.
- setValue(String) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field.Builder
-
Initializes the value for the value attribute.
- setValues(BuildConfigFields) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
Initializes the value for the values attribute.
- setValues(Map<String, ? extends Long>) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
-
Sets or replaces all mappings from the specified map as entries for the values map.
- setValuesFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
Initializes the optional value valuesFile to valuesFile.
- setValuesFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
-
Initializes the optional value valuesFile to valuesFile.
- setVariants(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
-
Sets or replaces all elements for variants set.
- setVerbose(boolean) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
-
Initializes the value for the verbose attribute.
- setVerificationErrors(Iterable<String>) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult.Builder
-
- setVersion(String) - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler.Builder
-
Initializes the value for the version attribute.
- setVersion(String) - Method in class com.facebook.buck.apple.AppleSdk.Builder
-
Initializes the value for the version attribute.
- setVersion(String) - Method in class com.facebook.buck.apple.AppleToolchain.Builder
-
Initializes the optional value version to version.
- setVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleToolchain.Builder
-
Initializes the optional value version to version.
- setVersion(String) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
-
Initializes the value for the version attribute.
- setVersion(String) - Method in class com.facebook.buck.rules.VersionedTool.Builder
-
Initializes the value for the version attribute.
- setVersionCode(int) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
-
Initializes the optional value versionCode to versionCode.
- setVersionCode(Optional<Integer>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
-
Initializes the optional value versionCode to versionCode.
- setVersionControlStatsGenerator(VersionControlStatsGenerator) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
- setVersionedResources(VersionMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Initializes the optional value versionedResources to versionedResources.
- setVersionedResources(Optional<? extends VersionMatchedCollection<SourceList>>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Initializes the optional value versionedResources to versionedResources.
- setVersionedResources(VersionMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Initializes the optional value versionedResources to versionedResources.
- setVersionedResources(Optional<? extends VersionMatchedCollection<SourceList>>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Initializes the optional value versionedResources to versionedResources.
- setVersionedSrcs(VersionMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Initializes the optional value versionedSrcs to versionedSrcs.
- setVersionedSrcs(Optional<? extends VersionMatchedCollection<SourceList>>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Initializes the optional value versionedSrcs to versionedSrcs.
- setVersionedSrcs(VersionMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Initializes the optional value versionedSrcs to versionedSrcs.
- setVersionedSrcs(Optional<? extends VersionMatchedCollection<SourceList>>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Initializes the optional value versionedSrcs to versionedSrcs.
- setVersionedSubDir(VersionMatchedCollection<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the optional value versionedSubDir to versionedSubDir.
- setVersionedSubDir(Optional<? extends VersionMatchedCollection<String>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
-
Initializes the optional value versionedSubDir to versionedSubDir.
- setVersionedTargetGraphCache(VersionedTargetGraphCache) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
- setVersionedTargetGraphCache(VersionedTargetGraphCache) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
-
Initializes the value for the versionedTargetGraphCache attribute.
- setVersionName(String) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
-
Initializes the optional value versionName to versionName.
- setVersionName(Optional<String>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
-
Initializes the optional value versionName to versionName.
- setVersions(Map<? extends Version, ? extends BuildTarget>) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
-
Sets or replaces all mappings from the specified map as entries for the versions map.
- setVersions(Map<? extends BuildTarget, ? extends Version>) - Method in class com.facebook.buck.versions.VersionUniverse.Builder
-
Sets or replaces all mappings from the specified map as entries for the versions map.
- setVersionString(String) - Method in class com.facebook.buck.jvm.java.JavacVersion.Builder
-
Initializes the value for the versionString attribute.
- setVersionString(String) - Method in class com.facebook.buck.jvm.kotlin.KotlincVersion.Builder
-
Initializes the value for the versionString attribute.
- setVersionString(String) - Method in class com.facebook.buck.python.PythonVersion.Builder
-
Initializes the value for the versionString attribute.
- setVersionUniverse(String) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- setVersionUniverse(Optional<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
-
- setVersionUniverse(String) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- setVersionUniverse(Optional<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
-
- setVersionUniverse(String) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- setVersionUniverse(Optional<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
-
- setVersionUniverse(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
- setVersionUniverse(Optional<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
- setVersionUniverse(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
- setVersionUniverse(Optional<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
- setVmArgs(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
-
Sets or replaces all elements for
vmArgs list.
- setVmArgs(Iterable<String>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
-
Sets or replaces all elements for vmArgs list.
- setVmArgs(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
-
Sets or replaces all elements for vmArgs list.
- setVmArgs(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
-
Sets or replaces all elements for
vmArgs list.
- setVmArgs(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
-
Sets or replaces all elements for vmArgs list.
- setVmArgs(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
-
Sets or replaces all elements for vmArgs list.
- setWallMillisDuration(Long) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
-
Initializes the value for the wallMillisDuration attribute.
- setWarningsFlags(String) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Initializes the optional value warningsFlags to warningsFlags.
- setWarningsFlags(Optional<String>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
-
Initializes the optional value warningsFlags to warningsFlags.
- setWarningsFlags(String) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Initializes the optional value warningsFlags to warningsFlags.
- setWarningsFlags(Optional<String>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
-
Initializes the optional value warningsFlags to warningsFlags.
- setWasDefaultRuleKeyMismatch(boolean) - Method in class com.facebook.buck.distributed.BuildRuleStats.Builder
-
Initializes the value for the wasDefaultRuleKeyMismatch attribute.
- setWasInputRuleKeyMismatch(boolean) - Method in class com.facebook.buck.distributed.BuildRuleStats.Builder
-
Initializes the value for the wasInputRuleKeyMismatch attribute.
- setWasStoreSuccessful(boolean) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
-
Initializes the optional value wasStoreSuccessful to wasStoreSuccessful.
- setWasStoreSuccessful(Optional<Boolean>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
-
Initializes the optional value wasStoreSuccessful to wasStoreSuccessful.
- setWatchAppPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
-
Initializes the value for the watchAppPath attribute.
- setWatchman(Watchman) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Initializes the value for the watchman attribute.
- setWatchmanDiagReport(Path) - Method in class com.facebook.buck.rage.FileChangesIgnoredReport.Builder
-
- setWatchmanDiagReport(Optional<? extends Path>) - Method in class com.facebook.buck.rage.FileChangesIgnoredReport.Builder
-
- setWatchmanGlobStatResults(boolean) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Initializes the value for the watchmanGlobStatResults attribute.
- setWatchmanQueryTimeoutMs(long) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Initializes the optional value watchmanQueryTimeoutMs to watchmanQueryTimeoutMs.
- setWatchmanQueryTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Initializes the optional value watchmanQueryTimeoutMs to watchmanQueryTimeoutMs.
- setWatchmanUseGlobGenerator(boolean) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
-
Initializes the value for the watchmanUseGlobGenerator attribute.
- setWebServer(WebServer) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
Initializes the optional value
webServer to webServer.
- setWebServer(Optional<? extends WebServer>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
-
Initializes the optional value
webServer to webServer.
- setWeightEstimateForTesting(int) - Method in class com.facebook.buck.dalvik.EstimateDexWeightStep
-
- setWhitelist(Iterable<String>) - Method in class com.facebook.buck.cxx.HeaderVerification.Builder
-
Sets or replaces all elements for whitelist sortedSet.
- setWhitelistedStringDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
-
Sets or replaces all elements for whitelistedStringDirectories set.
- setWhitelistedStringDirs(ImmutableSet<Path>) - Method in class com.facebook.buck.android.FilterResourcesStep.Builder
-
- setWords(Iterable<? extends TargetLiteral>) - Method in class com.facebook.buck.query.SetExpression.Builder
-
Sets or replaces all elements for words list.
- setWorker(BuildTarget) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
-
Initializes the value for the worker attribute.
- setWorker(BuildTarget) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
-
Initializes the value for the worker attribute.
- setWorkerProcessPools(ConcurrentMap<String, WorkerProcessPool>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
-
Initializes the value for the workerProcessPools attribute.
- setWorkspaceName(String) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Initializes the optional value workspaceName to workspaceName.
- setWorkspaceName(Optional<String>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
-
Initializes the optional value workspaceName to workspaceName.
- setWriteHeaders(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
-
Sets or replaces all mappings from the specified map as entries for the writeHeaders map.
- setWriter(ConsoleHandlerState.Writer) - Method in interface com.facebook.buck.log.GlobalStateManager.LoggerIsMappedToThreadScope
-
- setXcodeBuildVersion(String) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Initializes the optional value xcodeBuildVersion to xcodeBuildVersion.
- setXcodeBuildVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Initializes the optional value xcodeBuildVersion to xcodeBuildVersion.
- setXcodePrivateHeadersSymlinks(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setXcodePrivateHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setXcodePrivateHeadersSymlinks(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setXcodePrivateHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setXcodePrivateHeadersSymlinks(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setXcodePrivateHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setXcodePrivateHeadersSymlinks(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setXcodePrivateHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setXcodeProductType(String) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
- setXcodeProductType(Optional<String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
-
- setXcodeProductType(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setXcodeProductType(Optional<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setXcodePublicHeadersSymlinks(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setXcodePublicHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
-
- setXcodePublicHeadersSymlinks(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setXcodePublicHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
-
- setXcodePublicHeadersSymlinks(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setXcodePublicHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
-
- setXcodePublicHeadersSymlinks(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setXcodePublicHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
-
- setXcodeVersion(String) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Initializes the optional value xcodeVersion to xcodeVersion.
- setXcodeVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Initializes the optional value xcodeVersion to xcodeVersion.
- setXctest(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
-
Initializes the value for the xctest attribute.
- setXzCompressionLevel(int) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value xzCompressionLevel to xzCompressionLevel.
- setXzCompressionLevel(Optional<Integer>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
-
Initializes the optional value xzCompressionLevel to xzCompressionLevel.
- setYaccCompiler(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Initializes the optional value yaccCompiler to yaccCompiler.
- setYaccCompiler(Optional<? extends Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
-
Initializes the optional value yaccCompiler to yaccCompiler.
- setZipSafe(boolean) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Initializes the optional value zipSafe to zipSafe.
- setZipSafe(Optional<Boolean>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
-
Initializes the optional value zipSafe to zipSafe.
- setZipSafe(boolean) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Initializes the optional value zipSafe to zipSafe.
- setZipSafe(Optional<Boolean>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
-
Initializes the optional value zipSafe to zipSafe.
- setZipSafe(boolean) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Initializes the optional value zipSafe to zipSafe.
- setZipSafe(Optional<Boolean>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
-
Initializes the optional value zipSafe to zipSafe.
- severe(String) - Static method in class com.facebook.buck.event.ConsoleEvent
-
- severe(String, Object...) - Static method in class com.facebook.buck.event.ConsoleEvent
-
- sh_addr - Variable in class com.facebook.buck.cxx.elf.ElfSectionHeader
-
- sh_addralign - Variable in class com.facebook.buck.cxx.elf.ElfSectionHeader
-
- sh_entsize - Variable in class com.facebook.buck.cxx.elf.ElfSectionHeader
-
- sh_flags - Variable in class com.facebook.buck.cxx.elf.ElfSectionHeader
-
- sh_info - Variable in class com.facebook.buck.cxx.elf.ElfSectionHeader
-
- sh_link - Variable in class com.facebook.buck.cxx.elf.ElfSectionHeader
-
- sh_name - Variable in class com.facebook.buck.cxx.elf.ElfSectionHeader
-
- sh_off - Variable in class com.facebook.buck.cxx.elf.ElfSectionHeader
-
- sh_size - Variable in class com.facebook.buck.cxx.elf.ElfSectionHeader
-
- sh_type - Variable in class com.facebook.buck.cxx.elf.ElfSectionHeader
-
- SHA1 - Static variable in class com.facebook.buck.rules.keys.RuleKeyHasherTypes
-
- Sha1HashCode - Class in com.facebook.buck.util.sha1
-
A typesafe representation of a SHA-1 hash.
- SHALLOW - Static variable in class com.facebook.buck.ide.intellij.aggregation.AggregationMode
-
- SHARED_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- SHARED_LIBRARY_SYMLINK_TREE_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- SharedLibraryInterfaceFactory - Interface in com.facebook.buck.cxx
-
Factory class which produces a
BuildRule that generates a shared library interface.
- ShBinary - Class in com.facebook.buck.shell
-
- ShBinary(BuildRuleParams, SourcePathRuleFinder, SourcePath, ImmutableSet<SourcePath>) - Constructor for class com.facebook.buck.shell.ShBinary
-
- ShBinaryDescription - Class in com.facebook.buck.shell
-
- ShBinaryDescription() - Constructor for class com.facebook.buck.shell.ShBinaryDescription
-
- ShBinaryDescriptionArg - Class in com.facebook.buck.shell
-
Immutable implementation of ShBinaryDescription.AbstractShBinaryDescriptionArg.
- ShBinaryDescriptionArg.Builder - Class in com.facebook.buck.shell
-
- Shell - Class in com.facebook.buck.shell
-
- SHELL_ESCAPER - Static variable in class com.facebook.buck.util.Escaper
-
Platform-aware shell quoting Function which can be
passed to Iterables.transform()
TODO(sdwilsh): get proper cmd.EXE escaping implemented on Windows
- shellQuoteJoin(Iterable<String>, String) - Static method in class com.facebook.buck.shell.Shell
-
Quotes all strings using Escaper.escapeAsBashString and joins them using sep.
- ShellStep - Class in com.facebook.buck.shell
-
- ShellStep(Path) - Constructor for class com.facebook.buck.shell.ShellStep
-
- SHORT - Static variable in class com.facebook.buck.rules.keys.RuleKeyHasherTypes
-
- SHORT_NAME - Static variable in class com.facebook.buck.android.ConcatStep
-
- SHORT_NAME - Static variable in class com.facebook.buck.android.SmartDexingStep
-
- shorten(Path) - Method in interface com.facebook.buck.cxx.PathShortener
-
- shouldAlwaysSortThreadsByTime() - Method in class com.facebook.buck.event.listener.SuperConsoleConfig
-
- shouldCacheBinaries() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
-
- shouldCacheBinaries() - Method in class com.facebook.buck.lua.LuaBuckConfig
-
- shouldCacheBinaries() - Method in interface com.facebook.buck.lua.LuaConfig
-
- shouldCacheBinaries() - Method in class com.facebook.buck.python.PythonBuckConfig
-
- shouldCacheLinks() - Method in class com.facebook.buck.cxx.CxxBuckConfig
-
- shouldCacheLinks() - Method in class com.facebook.buck.haskell.HaskellBuckConfig
-
- shouldCacheLinks() - Method in interface com.facebook.buck.haskell.HaskellConfig
-
- shouldClearAndOverwriteMetadataOnDisk() - Method in enum com.facebook.buck.rules.BuildRuleSuccessType
-
- shouldCompileAgainstAbis() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
-
- shouldDownscale() - Method in class com.facebook.buck.android.FilterResourcesStep.ResourceFilter
-
- shouldExcludeTransitiveTests() - Method in class com.facebook.buck.cli.TestCommand
-
- shouldExcludeWin() - Method in class com.facebook.buck.cli.TestCommand
-
- shouldExplain() - Method in class com.facebook.buck.cli.TestSelectorOptions
-
- shouldExplainTestSelectorList() - Method in class com.facebook.buck.rules.TestRunEvent.Started
-
- shouldExplainTestSelectorList() - Method in class com.facebook.buck.test.TestRunningOptions
-
- shouldExplainTestSelectors - Variable in class com.facebook.buck.testrunner.BaseRunner
-
- shouldFlushStdOutErrAsProgressIsMade(Verbosity) - Method in class com.facebook.buck.android.NdkBuildStep
-
- shouldFlushStdOutErrAsProgressIsMade(Verbosity) - Method in class com.facebook.buck.shell.ShellStep
-
By default, the output written to stdout and stderr will be buffered into individual
ByteArrayOutputStreams and then converted into strings for easier consumption.
- shouldGenerateAbisFromSource() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
-
- shouldGenerateBFSOutput() - Method in class com.facebook.buck.cli.QueryCommand
-
- shouldGenerateDotOutput() - Method in class com.facebook.buck.cli.AuditClasspathCommand
-
- shouldGenerateDotOutput() - Method in class com.facebook.buck.cli.QueryCommand
-
- shouldGenerateHeaderSymlinkTreesOnly() - Method in class com.facebook.buck.apple.AppleConfig
-
- shouldGenerateJsonOutput() - Method in class com.facebook.buck.cli.AuditClasspathCommand
-
- shouldGenerateJsonOutput() - Method in class com.facebook.buck.cli.AuditConfigCommand
-
- shouldGenerateJsonOutput() - Method in class com.facebook.buck.cli.AuditDependenciesCommand
-
- shouldGenerateJsonOutput() - Method in class com.facebook.buck.cli.AuditFlavorsCommand
-
- shouldGenerateJsonOutput() - Method in class com.facebook.buck.cli.AuditInputCommand
-
- shouldGenerateJsonOutput() - Method in class com.facebook.buck.cli.AuditOwnerCommand
-
- shouldGenerateJsonOutput() - Method in class com.facebook.buck.cli.AuditTestsCommand
-
- shouldGenerateJsonOutput() - Method in class com.facebook.buck.cli.QueryCommand
-
- shouldGenerateStatistics() - Method in class com.facebook.buck.util.versioncontrol.VersionControlBuckConfig
-
- shouldGenerateTabbedOutput() - Method in class com.facebook.buck.cli.AuditConfigCommand
-
- shouldIncludeTests() - Method in class com.facebook.buck.cli.AuditDependenciesCommand
-
- shouldInstallViaSd() - Method in class com.facebook.buck.cli.InstallCommand
-
- shouldKeepUserData() - Method in class com.facebook.buck.cli.UninstallCommand.UninstallOptions
-
- shouldMergeHeaderMapsInXcodeProject() - Method in class com.facebook.buck.apple.AppleConfig
-
- shouldOutputAttributes() - Method in class com.facebook.buck.cli.QueryCommand
-
- shouldPrintBinaryRunInformation() - Method in enum com.facebook.buck.util.Verbosity
-
- shouldPrintCommand() - Method in enum com.facebook.buck.util.Verbosity
-
- shouldPrintOutput() - Method in enum com.facebook.buck.util.Verbosity
-
- shouldPrintSelectCommandOutput() - Method in enum com.facebook.buck.util.Verbosity
-
- shouldPrintStandardInformation() - Method in enum com.facebook.buck.util.Verbosity
-
- shouldPrintStderr(Verbosity) - Method in class com.facebook.buck.android.AidlStep
-
- shouldPrintStderr(Verbosity) - Method in class com.facebook.buck.android.DxStep
-
- shouldPrintStderr(Verbosity) - Method in class com.facebook.buck.android.NdkBuildStep
-
- shouldPrintStderr(Verbosity) - Method in class com.facebook.buck.shell.AbstractGenruleStep
-
- shouldPrintStderr(Verbosity) - Method in class com.facebook.buck.shell.ShellStep
-
- shouldPrintStdout(Verbosity) - Method in class com.facebook.buck.android.DxStep
-
- shouldPrintStdout(Verbosity) - Method in class com.facebook.buck.shell.ShellStep
-
- shouldReportAbsolutePaths() - Method in class com.facebook.buck.cli.BuildCommand
-
- shouldReportAbsolutePaths() - Method in class com.facebook.buck.step.ExecutionContext
-
- shouldSanitizeOutputBinary() - Method in interface com.facebook.buck.cxx.Compiler
-
- shouldSanitizeOutputBinary() - Method in class com.facebook.buck.cxx.DefaultCompiler
-
- shouldSanitizeOutputBinary() - Method in class com.facebook.buck.cxx.WindowsCompiler
-
- shouldShowTransitiveDependencies() - Method in class com.facebook.buck.cli.AuditDependenciesCommand
-
- shouldStartActivity() - Method in class com.facebook.buck.cli.InstallCommand
-
- shouldUninstallFirst() - Method in class com.facebook.buck.cli.InstallCommand
-
- shouldUploadResultingArtifact() - Method in enum com.facebook.buck.rules.BuildRuleSuccessType
-
- shouldUsedOldBinaryOutputLocation() - Method in class com.facebook.buck.haskell.HaskellBuckConfig
-
- shouldUsedOldBinaryOutputLocation() - Method in interface com.facebook.buck.haskell.HaskellConfig
-
- shouldUseHeaderMapsInXcodeProject() - Method in class com.facebook.buck.apple.AppleConfig
-
- shouldUseJsonFormat() - Method in class com.facebook.buck.cli.TargetsCommand
-
Determines if the results should be in JSON format.
- shouldUseSharedLibraryInterfaces() - Method in class com.facebook.buck.cxx.CxxBuckConfig
-
- shouldUseVerbosityFlagIfAvailable() - Method in enum com.facebook.buck.util.Verbosity
-
- shouldVerifyConstructorArguments() - Method in class com.facebook.buck.io.ProjectFilesystem
-
For testing purposes, subclasses might want to skip some of the verification done by the
constructor on its arguments.
- shouldWriteRecordedMetadataToDiskAfterBuilding() - Method in enum com.facebook.buck.rules.BuildRuleSuccessType
-
- ShowOptions - Class in com.facebook.buck.cli
-
Immutable implementation of TargetsCommand.AbstractShowOptions.
- ShowOptions.Builder - Class in com.facebook.buck.cli
-
- ShTest - Class in com.facebook.buck.shell
-
Test whose correctness is determined by running a specified shell script.
- ShTest(BuildRuleParams, SourcePathRuleFinder, ImmutableList<Arg>, ImmutableMap<String, Arg>, ImmutableSortedSet<? extends SourcePath>, Optional<Long>, boolean, Set<String>, ImmutableSet<String>) - Constructor for class com.facebook.buck.shell.ShTest
-
- ShTestDescription - Class in com.facebook.buck.shell
-
- ShTestDescription(Optional<Long>) - Constructor for class com.facebook.buck.shell.ShTestDescription
-
- ShTestDescriptionArg - Class in com.facebook.buck.shell
-
Immutable implementation of ShTestDescription.AbstractShTestDescriptionArg.
- ShTestDescriptionArg.Builder - Class in com.facebook.buck.shell
-
- Shutdown() - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Shutdown
-
- shutdown(ExecutorService, long, TimeUnit) - Static method in class com.facebook.buck.util.concurrent.MostExecutors
-
Shutdown service and wait for all it's tasks to terminate.
- shutdown() - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
-
- shutDown() - Method in class com.facebook.buck.util.perf.ProcessTracker
-
- shutdownInput() - Method in class com.facebook.buck.io.unixsocket.UnixDomainSocket
-
- shutdownNow() - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
-
- shutdownOrThrow(ExecutorService, long, TimeUnit, RuntimeException) - Static method in class com.facebook.buck.util.concurrent.MostExecutors
-
Cancel the processing being carried out by the given service and waits for the processing to
complete.
- shutdownOutput() - Method in class com.facebook.buck.io.unixsocket.UnixDomainSocket
-
- shutdownSoon(int) - Method in class com.facebook.buck.util.shutdown.NonReentrantSystemExit
-
- shuttingDown() - Method in class com.facebook.buck.parser.ParsePipeline
-
- SIGHUP - Static variable in class com.facebook.buck.util.Libc.Constants
-
- signal(int, Pointer) - Method in interface com.facebook.buck.util.Libc
-
- SimctlListOutputParsing - Class in com.facebook.buck.apple.simulator
-
Utility class to parse the output of `xcrun simctl list`.
- simple(Object, Class<?>) - Static method in exception com.facebook.buck.rules.coercer.CoerceFailedException
-
- simple(Object, Class<?>, String) - Static method in exception com.facebook.buck.rules.coercer.CoerceFailedException
-
- SimpleConsoleEventBusListener - Class in com.facebook.buck.event.listener
-
Implementation of AbstractConsoleEventBusListener for terminals that don't support ansi.
- SimpleConsoleEventBusListener(Console, Clock, TestResultSummaryVerbosity, Locale, Path, ExecutionEnvironment) - Constructor for class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
-
- SimpleMacroExpander - Class in com.facebook.buck.rules.macros
-
A macro expander with no inputs or precomputed work
- SimpleMacroExpander() - Constructor for class com.facebook.buck.rules.macros.SimpleMacroExpander
-
- simplePerfEvent(SimplePerfEvent) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- SimplePerfEvent - Class in com.facebook.buck.event
-
An implementation of
BuckEvents used for gathering performance statistics.
- SimplePerfEvent(EventKey) - Constructor for class com.facebook.buck.event.SimplePerfEvent
-
- SimplePerfEvent.Finished - Class in com.facebook.buck.event
-
- SimplePerfEvent.Scope - Interface in com.facebook.buck.event
-
Represents the scope within which a particular performance operation is taking place.
- SimplePerfEvent.Started - Interface in com.facebook.buck.event
-
- SimplePerfEvent.Type - Enum in com.facebook.buck.event
-
- SimpleProcessListener - Class in com.facebook.buck.util
-
- SimpleProcessListener() - Constructor for class com.facebook.buck.util.SimpleProcessListener
-
Constructs a
SimpleProcessListener which closes stdin immediately and stores UTF-8 data
received on stdout and stderr in memory.
- SimpleProcessListener(CharSequence) - Constructor for class com.facebook.buck.util.SimpleProcessListener
-
Constructs a
SimpleProcessListener which writes
nextStdInToWrite to stdin
encoded in UTF-8, closes it, and stores UTF-8 data received on stdout and stderr in memory.
- SimpleProcessListener(CharSequence, Charset) - Constructor for class com.facebook.buck.util.SimpleProcessListener
-
Constructs a
SimpleProcessListener which writes
nextStdInToWrite to stdin
encoded using
charset, closes it, and stores data decoded using
charset
received on stdout and stderr in memory.
- SimpleProcessListener(Iterator<CharBuffer>, Charset) - Constructor for class com.facebook.buck.util.SimpleProcessListener
-
Constructs a
SimpleProcessListener which writes data from
nextStdInToWrite to
stdin encoded using
charset, closes it, and stores data decoded using
charset
received on stdout and stderr in memory.
- SimpleTestSelector - Class in com.facebook.buck.test.selectors
-
A
TestDescription will match if this selector's class-part is identical to the
TestDescriptions class name (same for the method name).
- SimpleTestSelector(String, String) - Constructor for class com.facebook.buck.test.selectors.SimpleTestSelector
-
- simplify(int, Iterable<IjFolder>) - Method in class com.facebook.buck.ide.intellij.IjSourceRootSimplifier
-
Merges
IjFolders of the same type and package prefix.
- SingleBuildRuleKeyCache<V> - Class in com.facebook.buck.rules.keys
-
- SingleBuildRuleKeyCache() - Constructor for class com.facebook.buck.rules.keys.SingleBuildRuleKeyCache
-
- singleton() - Static method in class com.facebook.buck.log.GlobalStateManager
-
- SingletonArtifactCacheFactory - Class in com.facebook.buck.artifact_cache
-
- SingletonArtifactCacheFactory(ArtifactCache) - Constructor for class com.facebook.buck.artifact_cache.SingletonArtifactCacheFactory
-
- SingletonBuildTargetPattern - Class in com.facebook.buck.model
-
A pattern that matches only one build target.
- SingleUriService - Class in com.facebook.buck.slb
-
- SingleUriService(URI, OkHttpClient) - Constructor for class com.facebook.buck.slb.SingleUriService
-
- size() - Method in class com.facebook.buck.android.AndroidPrebuiltAarCollection
-
- size() - Method in class com.facebook.buck.rules.Manifest
-
- size() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
-
- SizeLimiter - Class in com.facebook.buck.rules.keys
-
A class that keeps track of size and throws an exception if the size limit is exceeded.
- SizeLimiter(long) - Constructor for class com.facebook.buck.rules.keys.SizeLimiter
-
- SizeLimiter.SizeLimitException - Exception in com.facebook.buck.rules.keys
-
- SizeLimitException() - Constructor for exception com.facebook.buck.rules.keys.SizeLimiter.SizeLimitException
-
- sizeOfSectionHeader(boolean) - Static method in class com.facebook.buck.macho.SectionUtils
-
- sizeOfStringTableEntryWithContents(String) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
-
- SizeUnit - Enum in com.facebook.buck.util.unit
-
- skip(long) - Method in interface com.facebook.buck.util.RichStream
-
- slaveRunId() - Method in class com.facebook.buck.distributed.BuildRuleStats
-
- SlbBuckConfig - Class in com.facebook.buck.slb
-
- SlbBuckConfig(BuckConfig, String) - Constructor for class com.facebook.buck.slb.SlbBuckConfig
-
- slice(ByteBuffer, int) - Static method in class com.facebook.buck.android.resources.ResChunk
-
- slice(ByteBuffer, int, int) - Static method in class com.facebook.buck.android.resources.ResChunk
-
- slice(ResourceTable, Map<Integer, Integer>) - Static method in class com.facebook.buck.android.resources.ResourceTable
-
- slice(ResTablePackage, Map<Integer, Integer>) - Static method in class com.facebook.buck.android.resources.ResTablePackage
-
- slice(ResTableType, int) - Static method in class com.facebook.buck.android.resources.ResTableType
-
- slice(ResTableTypeSpec, int) - Static method in class com.facebook.buck.android.resources.ResTableTypeSpec
-
- SmartDexingStep - Class in com.facebook.buck.android
-
Optimized dx command runner which can invoke multiple dx commands in parallel and also avoid
doing unnecessary dx invocations in the first place.
- SmartDexingStep(BuildContext, ProjectFilesystem, Path, Supplier<Set<Path>>, Optional<Path>, Optional<Supplier<Multimap<Path, Path>>>, SmartDexingStep.DexInputHashesProvider, Path, EnumSet<DxStep.Option>, ListeningExecutorService, Optional<Integer>, Optional<String>) - Constructor for class com.facebook.buck.android.SmartDexingStep
-
- SmartDexingStep.DexInputHashesProvider - Interface in com.facebook.buck.android
-
- soname(String) - Method in class com.facebook.buck.cxx.DarwinLinker
-
- soname(String) - Method in class com.facebook.buck.cxx.GnuLinker
-
- soname(String) - Method in interface com.facebook.buck.cxx.Linker
-
- soname(String) - Method in class com.facebook.buck.cxx.WindowsLinker
-
- sort(TraversableGraph<T>) - Static method in class com.facebook.buck.graph.TopologicalSort
-
- sorted() - Static method in class com.facebook.buck.util.ImmutableMapWithNullValues.Builder
-
- sorted() - Method in interface com.facebook.buck.util.RichStream
-
- sorted(Comparator<? super T>) - Method in interface com.facebook.buck.util.RichStream
-
- SortedMapTypeCoercer<K extends Comparable<K>,V> - Class in com.facebook.buck.rules.coercer
-
- SortedSetTypeCoercer<T extends Comparable<? super T>> - Class in com.facebook.buck.rules.coercer
-
- sortFilesByAccessTime(File[]) - Static method in class com.facebook.buck.io.MoreFiles
-
Does an in-place sort of the specified files array.
- sortIntoPrimaryAndSecondaryDexes(ProjectFilesystem, ImmutableList.Builder<Step>) - Method in class com.facebook.buck.android.PreDexedFilesSorter
-
- SOURCE_ABI_FLAVOR - Static variable in interface com.facebook.buck.jvm.java.HasJavaAbi
-
- SOURCE_EXTENSIONS - Static variable in class com.facebook.buck.cxx.CxxCompilables
-
Source files that can be preprocessed and compiled.
- SOURCE_MAP - Static variable in class com.facebook.buck.js.JsFlavors
-
- SOURCE_MAP - Static variable in class com.facebook.buck.js.ReactNativeFlavors
-
- SOURCE_MAP_DOMAIN - Static variable in class com.facebook.buck.js.JsFlavors
-
- SOURCE_MAP_OUTPUT_FORMAT - Static variable in class com.facebook.buck.js.ReactNativeBundle
-
- SOURCE_ROOT - Static variable in class com.facebook.buck.rules.keys.RuleKeyHasherTypes
-
- SourceAbiCompatibleVisitor - Class in com.facebook.buck.jvm.java.abi
-
This class fixes up a few details of class ABIs so that they match the way source ABIs generate
the same details.
- SourceAbiCompatibleVisitor(ClassVisitor) - Constructor for class com.facebook.buck.jvm.java.abi.SourceAbiCompatibleVisitor
-
- SourceBasedAbiStubber - Class in com.facebook.buck.jvm.java.abi
-
- SourceCodeWillNotCompileException - Exception in com.facebook.buck.jvm.java.abi.source.api
-
Thrown when an ABI cannot be generated from source because the source code will not compile.
- SourceCodeWillNotCompileException() - Constructor for exception com.facebook.buck.jvm.java.abi.source.api.SourceCodeWillNotCompileException
-
- SourceControlInfo - Class in com.facebook.buck.rage
-
Immutable implementation of AbstractSourceControlInfo.
- SourceFolder - Class in com.facebook.buck.ide.intellij.model.folders
-
A path which contains a set of sources we wish to present to IntelliJ.
- SourceFolder(Path, boolean, ImmutableSortedSet<Path>) - Constructor for class com.facebook.buck.ide.intellij.model.folders.SourceFolder
-
- SourceFolder(Path, boolean) - Constructor for class com.facebook.buck.ide.intellij.model.folders.SourceFolder
-
- SourceFolder(Path) - Constructor for class com.facebook.buck.ide.intellij.model.folders.SourceFolder
-
- SourceJar(BuildRuleParams, ImmutableSortedSet<SourcePath>, Optional<String>, Optional<SourcePath>, MavenUberJar.TraversedDeps) - Constructor for class com.facebook.buck.jvm.java.MavenUberJar.SourceJar
-
- SourceList - Class in com.facebook.buck.rules.coercer
-
Immutable implementation of AbstractSourceList.
- SourceList.Builder - Class in com.facebook.buck.rules.coercer
-
- SourceListTypeCoercer - Class in com.facebook.buck.rules.coercer
-
- sourcePath - Variable in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
-
- SourcePath - Interface in com.facebook.buck.rules
-
Represents a source that is required to build a rule (typically a file).
- SourcePathArg - Class in com.facebook.buck.rules.args
-
- sourcePathExt(SourcePathResolver, String...) - Static method in class com.facebook.buck.ocaml.OcamlUtil
-
- sourcePathResolver - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
-
- SourcePathResolver - Class in com.facebook.buck.rules
-
- SourcePathResolver(SourcePathRuleFinder) - Constructor for class com.facebook.buck.rules.SourcePathResolver
-
- SourcePathRuleFinder - Class in com.facebook.buck.rules
-
- SourcePathRuleFinder(BuildRuleResolver) - Constructor for class com.facebook.buck.rules.SourcePathRuleFinder
-
- SourcePathTypeCoercer - Class in com.facebook.buck.rules.coercer
-
- SourceRoot - Class in com.facebook.buck.rules
-
- SourceRoot(String) - Constructor for class com.facebook.buck.rules.SourceRoot
-
- SourceTreePath - Class in com.facebook.buck.apple.xcode.xcodeproj
-
Utility class representing a tuple of (SourceTree, Path) used for uniquely describing a file
reference in a group.
- SourceTreePath(PBXReference.SourceTree, Path, Optional<String>) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
-
- SourceWithFlags - Class in com.facebook.buck.rules
-
Simple type representing a
SourcePath and a list of file-specific flags.
- SourceWithFlags.Builder - Class in com.facebook.buck.rules
-
- SourceWithFlagsList - Class in com.facebook.buck.rules.coercer
-
- SourceWithFlagsList.Builder - Class in com.facebook.buck.rules.coercer
-
- SourceWithFlagsListTypeCoercer - Class in com.facebook.buck.rules.coercer
-
- SourceWithFlagsTypeCoercer - Class in com.facebook.buck.rules.coercer
-
A type coercer to handle source entries with a list of flags.
- SparseRefreshFailed(AutoSparseStateEvents.SparseRefreshStarted, String) - Constructor for class com.facebook.buck.util.autosparse.AutoSparseStateEvents.SparseRefreshFailed
-
- SparseRefreshFinished(AutoSparseStateEvents.SparseRefreshStarted, SparseSummary) - Constructor for class com.facebook.buck.util.autosparse.AutoSparseStateEvents.SparseRefreshFinished
-
- SparseRefreshStarted() - Constructor for class com.facebook.buck.util.autosparse.AutoSparseStateEvents.SparseRefreshStarted
-
- SparseSummary - Class in com.facebook.buck.util.versioncontrol
-
- SparseSummary.Builder - Class in com.facebook.buck.util.versioncontrol
-
- SpeculativeParsing - Class in com.facebook.buck.parser
-
Immutable implementation of PerBuildState.AbstractSpeculativeParsing.
- SpeculativeParsing.Builder - Class in com.facebook.buck.parser
-
- splitPath(Path) - Static method in class com.facebook.buck.apple.clang.HeaderMap.Builder
-
- SplitResources - Class in com.facebook.buck.android
-
- SplitResources(BuildRuleParams, SourcePathRuleFinder, SourcePath, SourcePath) - Constructor for class com.facebook.buck.android.SplitResources
-
- splitZip(ProjectFilesystem, Set<Path>, Path, Path, String, Path, long, Predicate<String>, Set<String>, ImmutableSet<String>, ImmutableSet<String>, ImmutableMultimap<APKModule, String>, APKModuleGraph, ZipSplitter.DexSplitStrategy, ZipSplitter.CanaryStrategy, Path) - Static method in class com.facebook.buck.dalvik.DalvikAwareZipSplitter
-
- SplitZipStep - Class in com.facebook.buck.android
-
Split zipping tool designed to divide input code blobs into a set of output jar files such that
none will exceed the DexOpt LinearAlloc limit or the dx method limit when passed through dx
--dex.
- SplitZipStep(ProjectFilesystem, Set<Path>, Path, Path, Path, String, Path, Path, Optional<Path>, Optional<Path>, boolean, DexSplitMode, Optional<Path>, Optional<Path>, Optional<Path>, Optional<Path>, ImmutableMultimap<APKModule, Path>, APKModuleGraph, Path) - Constructor for class com.facebook.buck.android.SplitZipStep
-
- SQLiteBuildInfoStore - Class in com.facebook.buck.rules
-
- SQLiteBuildInfoStore(ProjectFilesystem) - Constructor for class com.facebook.buck.rules.SQLiteBuildInfoStore
-
- SRC_JAR - Static variable in interface com.facebook.buck.jvm.java.Javac
-
- SRC_JAR - Static variable in interface com.facebook.buck.jvm.java.JavaLibrary
-
It's possible to ask a
JavaLibrary to collect its own sources and build a source jar.
- SRC_ZIP - Static variable in interface com.facebook.buck.jvm.java.Javac
-
- srcs - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
-
- srcs - Variable in class com.facebook.buck.shell.Genrule
-
The order in which elements are specified in the srcs attribute of a genrule matters.
- SrcZipAwareFileBundler - Class in com.facebook.buck.zip
-
- SrcZipAwareFileBundler(BuildTarget) - Constructor for class com.facebook.buck.zip.SrcZipAwareFileBundler
-
- SrcZipAwareFileBundler(Path) - Constructor for class com.facebook.buck.zip.SrcZipAwareFileBundler
-
- ssid - Variable in class com.facebook.buck.util.environment.Network
-
- st_bind - Variable in class com.facebook.buck.cxx.elf.ElfSymbolTable.Entry.Info
-
- st_info - Variable in class com.facebook.buck.cxx.elf.ElfSymbolTable.Entry
-
- st_name - Variable in class com.facebook.buck.cxx.elf.ElfSymbolTable.Entry
-
- st_other - Variable in class com.facebook.buck.cxx.elf.ElfSymbolTable.Entry
-
- st_shndx - Variable in class com.facebook.buck.cxx.elf.ElfSymbolTable.Entry
-
- st_size - Variable in class com.facebook.buck.cxx.elf.ElfSymbolTable.Entry
-
- st_type - Variable in class com.facebook.buck.cxx.elf.ElfSymbolTable.Entry.Info
-
- st_value - Variable in class com.facebook.buck.cxx.elf.ElfSymbolTable.Entry
-
- Stab - Class in com.facebook.buck.macho
-
Symbolic debugger symbols.
- stableHash() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildFile
-
- stableHash() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildStyle
-
- stableHash() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy
-
- stableHash() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
-
This method is used to generate stable GIDs and must be stable for identical contents.
- stableHash() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
-
- stableHash() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
-
- stableHash() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
-
- stableHash() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTargetDependency
-
- StackedDownloader - Class in com.facebook.buck.file
-
A
Downloader which is composed of many other downloaders.
- StackedFileHashCache - Class in com.facebook.buck.util.cache
-
Wraps a collection of
ProjectFilesystem-specific
ProjectFileHashCaches as a
single cache, implementing a Chain of Responsibility to find and forward operations to the
correct inner cache.
- StackedFileHashCache(ImmutableList<? extends ProjectFileHashCache>) - Constructor for class com.facebook.buck.util.cache.StackedFileHashCache
-
- STAMPEDE_ID_ARG_NAME - Static variable in class com.facebook.buck.cli.AbstractDistBuildCommand
-
- STAMPEDE_SECTION - Static variable in class com.facebook.buck.distributed.DistBuildConfig
-
- stampedeId - Variable in class com.facebook.buck.distributed.DistBuildClientExecutor.ExecutionResult
-
- stampedeId() - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
- StandalonePackageType - Class in com.facebook.buck.jvm.java.abi.source
-
- StandalonePackageType(PackageElement) - Constructor for class com.facebook.buck.jvm.java.abi.source.StandalonePackageType
-
- StandardJavaFileManagerFactory - Interface in com.facebook.buck.jvm.java
-
- start() - Method in class com.facebook.buck.distributed.ThriftCoordinatorClient
-
- start() - Method in class com.facebook.buck.distributed.ThriftCoordinatorServer
-
- start() - Method in class com.facebook.buck.graph.AbstractBreadthFirstThrowingTraversal
-
- startActivity(SourcePathResolver, HasInstallableApk, String, boolean) - Method in class com.facebook.buck.android.AdbHelper
-
- StartActivityEvent - Class in com.facebook.buck.event
-
Events for timing the starting of android events.
- StartActivityEvent(EventKey, BuildTarget, String) - Constructor for class com.facebook.buck.event.StartActivityEvent
-
- StartActivityEvent.Finished - Class in com.facebook.buck.event
-
- StartActivityEvent.Started - Class in com.facebook.buck.event
-
- startActivityFinished(StartActivityEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- startActivityStarted(StartActivityEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- startBuild(StampedeId) - Method in class com.facebook.buck.distributed.DistBuildService
-
- startCacheCheckScope(BuckEventBus, BuildRule, BuildRuleCacheEvent.CacheStepType) - Static method in class com.facebook.buck.rules.BuildRuleCacheEvent
-
- startCleaningDirectory(Path) - Method in class com.facebook.buck.io.AsynchronousDirectoryContentsCleaner
-
Starts cleaning the configured directory in the background.
- startCreateBuildTimer() - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
-
- started() - Static method in class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent
-
- Started() - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent.Started
-
- Started(EventKey, ArtifactCacheEvent.CacheMode, ArtifactCacheEvent.Operation, Optional<String>, ImmutableSet<RuleKey>, ArtifactCacheEvent.InvocationType) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheEvent.Started
-
- Started(ArtifactCacheEvent.Operation, ImmutableSet<RuleKey>, Optional<String>) - Constructor for class com.facebook.buck.artifact_cache.DirArtifactCacheEvent.Started
-
- Started(HttpArtifactCacheEvent.Scheduled) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Started
-
- Started(ArtifactCacheEvent.Operation, ImmutableSet<RuleKey>) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Started
-
- started() - Static method in class com.facebook.buck.event.ActionGraphEvent
-
- Started() - Constructor for class com.facebook.buck.event.ActionGraphEvent.Started
-
- started(ArtifactCompressionEvent.Operation, ImmutableSet<RuleKey>) - Static method in class com.facebook.buck.event.ArtifactCompressionEvent
-
- Started(ArtifactCompressionEvent.Operation, ImmutableSet<RuleKey>) - Constructor for class com.facebook.buck.event.ArtifactCompressionEvent.Started
-
- started(String, ImmutableList<String>, boolean, long) - Static method in class com.facebook.buck.event.CommandEvent
-
- started(BuildTarget, String, String, ImmutableMap<String, String>) - Static method in class com.facebook.buck.event.CompilerPluginDurationEvent
-
- Started(BuildTarget, String, String, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.event.CompilerPluginDurationEvent.Started
-
- started(BuildTarget) - Static method in class com.facebook.buck.event.InstallEvent
-
- Started(BuildTarget) - Constructor for class com.facebook.buck.event.InstallEvent.Started
-
- started() - Static method in class com.facebook.buck.event.ProjectGenerationEvent
-
- Started() - Constructor for class com.facebook.buck.event.ProjectGenerationEvent.Started
-
- started(PerfEventId, ImmutableMap<String, Object>) - Static method in class com.facebook.buck.event.SimplePerfEvent
-
- started(PerfEventId) - Static method in class com.facebook.buck.event.SimplePerfEvent
-
- started(PerfEventId, String, Object) - Static method in class com.facebook.buck.event.SimplePerfEvent
-
- started(PerfEventId, String, Object, String, Object) - Static method in class com.facebook.buck.event.SimplePerfEvent
-
- started(BuildTarget, String) - Static method in class com.facebook.buck.event.StartActivityEvent
-
- Started(BuildTarget, String) - Constructor for class com.facebook.buck.event.StartActivityEvent.Started
-
- started(String) - Static method in class com.facebook.buck.event.UninstallEvent
-
- Started(String) - Constructor for class com.facebook.buck.event.UninstallEvent.Started
-
- started(URI) - Static method in class com.facebook.buck.file.DownloadEvent
-
- Started(URI) - Constructor for class com.facebook.buck.file.DownloadEvent.Started
-
- started(Path) - Static method in class com.facebook.buck.json.ParseBuckFileEvent
-
- Started(Path) - Constructor for class com.facebook.buck.json.ParseBuckFileEvent.Started
-
- Started() - Constructor for class com.facebook.buck.json.ProjectBuildFileParseEvents.Started
-
- started(TaskEvent) - Method in class com.facebook.buck.jvm.java.abi.source.ValidatingTaskListener
-
- started(BuildTarget, String, AnnotationProcessingEvent.Operation, int, boolean) - Static method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
-
- Started(BuildTarget, String, AnnotationProcessingEvent.Operation, int, boolean) - Constructor for class com.facebook.buck.jvm.java.AnnotationProcessingEvent.Started
-
- started(TaskEvent) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
-
- started(TaskEvent) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskListenerProxy
-
- started(TaskEvent) - Method in class com.facebook.buck.jvm.java.plugin.adapter.PostEnterTaskListener
-
- started(TaskEventMirror) - Method in class com.facebook.buck.jvm.java.plugin.adapter.TaskListenerProxy
-
- started(TaskEvent) - Method in class com.facebook.buck.jvm.java.plugin.adapter.TaskListenerWrapper
-
- started(TaskEventMirror) - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskListener
-
- started(BuildTarget, JavacPhaseEvent.Phase, ImmutableMap<String, String>) - Static method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent
-
- Started(BuildTarget, JavacPhaseEvent.Phase, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Started
-
- started(TaskEventMirror) - Method in class com.facebook.buck.jvm.java.tracing.TracingTaskListener
-
- started(Iterable<BuildTarget>) - Static method in class com.facebook.buck.parser.ParseEvent
-
- Started(Iterable<BuildTarget>) - Constructor for class com.facebook.buck.parser.ParseEvent.Started
-
- started(Iterable<String>) - Static method in class com.facebook.buck.rules.BuildEvent
-
- Started(ImmutableSet<String>) - Constructor for class com.facebook.buck.rules.BuildEvent.Started
-
- started(BuildRule, BuildRuleCacheEvent.CacheStepType) - Static method in class com.facebook.buck.rules.BuildRuleCacheEvent
-
- started(BuildRule, BuildRuleDurationTracker) - Static method in class com.facebook.buck.rules.BuildRuleEvent
-
- started(Iterable<String>) - Static method in class com.facebook.buck.rules.IndividualTestEvent
-
- Started(int) - Constructor for class com.facebook.buck.rules.IndividualTestEvent.Started
-
- started(boolean, TestSelectorList, boolean, ImmutableSet<String>) - Static method in class com.facebook.buck.rules.TestRunEvent
-
- Started(int, boolean, TestSelectorList, boolean, ImmutableSet<String>) - Constructor for class com.facebook.buck.rules.TestRunEvent.Started
-
- started(TestStatusMessage) - Static method in class com.facebook.buck.rules.TestStatusMessageEvent
-
- Started(TestStatusMessage) - Constructor for class com.facebook.buck.rules.TestStatusMessageEvent.Started
-
- started(UUID, String, String) - Static method in class com.facebook.buck.rules.TestSummaryEvent
-
- Started(UUID, String, String) - Constructor for class com.facebook.buck.rules.TestSummaryEvent.Started
-
- started(String, String, UUID) - Static method in class com.facebook.buck.step.StepEvent
-
- Started(String, String, UUID) - Constructor for class com.facebook.buck.step.StepEvent.Started
-
- started(BuildTarget) - Static method in class com.facebook.buck.test.TestRuleEvent
-
- Started(BuildTarget) - Constructor for class com.facebook.buck.test.TestRuleEvent.Started
-
- started() - Static method in class com.facebook.buck.versions.VersionedTargetGraphEvent
-
- Starter - Interface in com.facebook.buck.lua
-
An interface which builds a Lua starter executable.
- startMaterializeSlaveLogsTimer() - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
-
- startPerformDistributedBuildTimer() - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
-
- startPerformLocalBuildTimer() - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
-
- startProcess(ProcessBuilder) - Static method in class com.facebook.buck.util.BgProcessKiller
-
- startProcess(NuProcessBuilder) - Static method in class com.facebook.buck.util.BgProcessKiller
-
Use this method instead of NuProcessBuilder.start() in order to properly synchronize with
signal handling.
- startRenderScheduler(long, TimeUnit) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
Schedules a runnable that updates the console output at a fixed interval.
- startSetBuckVersionTimer() - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
-
- startSimplePerfEvent(String, long) - Method in interface com.facebook.buck.jvm.java.JavacEventSink
-
There could be several perf events with the same name.
- startSimplePerfEvent(String, long) - Method in class com.facebook.buck.jvm.java.JavacEventSinkToBuckEventBusBridge
-
- startSimulator(String, long) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorController
-
Starts up the iOS simulator, blocking the calling thread until the simulator boots or timeoutMillis passes, whichever happens first.
- startUp() - Method in class com.facebook.buck.util.perf.ProcessTracker
-
- startUploadBuckDotFilesTimer() - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
-
- startUploadMissingFilesTimer() - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
-
- startUploadTargetGraphTimer() - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
-
- startWorkerProcess() - Method in class com.facebook.buck.worker.WorkerProcessPool
-
- STATIC_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- STATIC_PIC_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
-
- StaticBreadthFirstTraversal(Node, AbstractBreadthFirstThrowingTraversal.Visitor<Node, RuntimeException>) - Constructor for class com.facebook.buck.graph.AbstractBreadthFirstThrowingTraversal.StaticBreadthFirstTraversal
-
- StaticBreadthFirstTraversal(Iterable<? extends Node>, AbstractBreadthFirstThrowingTraversal.Visitor<Node, RuntimeException>) - Constructor for class com.facebook.buck.graph.AbstractBreadthFirstThrowingTraversal.StaticBreadthFirstTraversal
-
- StaticStateAnalyzer - Class in com.facebook.buck.tools.dxanalysis
-
- Stats(int, Set<DalvikMemberReference>, Set<DalvikMemberReference>) - Constructor for class com.facebook.buck.dalvik.DalvikStatsTool.Stats
-
- statusCode() - Method in interface com.facebook.buck.slb.HttpResponse
-
- statusCode() - Method in class com.facebook.buck.slb.OkHttpResponseWrapper
-
- statusDidBegin(TestStatusMessage) - Method in interface com.facebook.buck.rules.TestRule.TestReportingCallback
-
- statusDidEnd(TestStatusMessage) - Method in interface com.facebook.buck.rules.TestRule.TestReportingCallback
-
- statusMessage() - Method in interface com.facebook.buck.slb.HttpResponse
-
- statusMessage() - Method in class com.facebook.buck.slb.OkHttpResponseWrapper
-
- stdlib - Variable in class com.facebook.buck.ocaml.OcamlCCompileStep.Args
-
- stdlib - Variable in class com.facebook.buck.ocaml.OcamlLinkStep
-
- stdlib - Variable in class com.facebook.buck.ocaml.OcamlMLCompileStep.Args
-
- stdlib - Variable in class com.facebook.buck.ocaml.OcamlNativePluginStep
-
- Step - Interface in com.facebook.buck.step
-
Steps are executed in the same working directory as the root cell.
- STEP_FINISHED - Static variable in interface com.facebook.buck.event.external.events.StepEventExternalInterface
-
- STEP_STARTED - Static variable in interface com.facebook.buck.event.external.events.StepEventExternalInterface
-
- StepEvent - Class in com.facebook.buck.step
-
Base class for events about steps.
- StepEvent(String, String, UUID) - Constructor for class com.facebook.buck.step.StepEvent
-
- StepEvent.Finished - Class in com.facebook.buck.step
-
- StepEvent.Started - Class in com.facebook.buck.step
-
- StepEventExternalInterface - Interface in com.facebook.buck.event.external.events
-
Describes a step made by buck when building a target.
- StepExecutionResult - Class in com.facebook.buck.step
-
Immutable implementation of AbstractStepExecutionResult.
- StepFailedException - Exception in com.facebook.buck.step
-
- StepFailedException(String, Step, int) - Constructor for exception com.facebook.buck.step.StepFailedException
-
- stepFinished(StepEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- stepFinished(StepEvent.Finished) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- StepRunner - Interface in com.facebook.buck.step
-
- stepStarted(StepEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- stepStarted(StepEvent.Started) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- stop() - Method in class com.facebook.buck.distributed.ThriftCoordinatorClient
-
- stop() - Method in class com.facebook.buck.distributed.ThriftCoordinatorServer
-
- stop() - Method in class com.facebook.buck.httpserver.WebServer
-
- StopCompilation - Exception in com.facebook.buck.jvm.java.abi.source.api
-
Thrown by our ABI generating plugin to stop the compiler.
- StopCompilation() - Constructor for exception com.facebook.buck.jvm.java.abi.source.api.StopCompilation
-
- stopCreateBuildTimer() - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
-
- stopMaterializeSlaveLogsTimer() - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
-
- stopPackage(String) - Method in interface com.facebook.buck.android.exopackage.ExopackageDevice
-
- stopPackage(String) - Method in class com.facebook.buck.android.exopackage.RealExopackageDevice
-
- stopPerformDistributedBuildTimer() - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
-
- stopPerformLocalBuildTimer() - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
-
- stopScheduler() - Method in class com.facebook.buck.event.listener.NetworkStatsKeeper
-
- stopSetBuckVersionTimer() - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
-
- stopSimplePerfEvent(long) - Method in interface com.facebook.buck.jvm.java.JavacEventSink
-
- stopSimplePerfEvent(long) - Method in class com.facebook.buck.jvm.java.JavacEventSinkToBuckEventBusBridge
-
- stopUploadBuckDotFilesTimer() - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
-
- stopUploadMissingFilesTimer() - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
-
- stopUploadTargetGraphTimer() - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
-
- store(ArtifactInfo, BorrowablePath) - Method in class com.facebook.buck.artifact_cache.AbstractNetworkCache
-
- store(ArtifactInfo, BorrowablePath) - Method in interface com.facebook.buck.artifact_cache.ArtifactCache
-
Store the artifact at path specified by output to cache, such that it can later be fetched
using ruleKey as the lookup key.
- store(ArtifactInfo, BorrowablePath) - Method in class com.facebook.buck.artifact_cache.DirArtifactCache
-
- store(ArtifactInfo, BorrowablePath) - Method in class com.facebook.buck.artifact_cache.LoggingArtifactCacheDecorator
-
- store(ArtifactInfo, BorrowablePath) - Method in class com.facebook.buck.artifact_cache.MultiArtifactCache
-
Store the artifact to all encapsulated ArtifactCaches.
- store(ArtifactInfo, BorrowablePath) - Method in class com.facebook.buck.artifact_cache.NoopArtifactCache
-
- store(ArtifactInfo, BorrowablePath) - Method in class com.facebook.buck.artifact_cache.TwoLevelArtifactCacheDecorator
-
- store(OutputStream) - Method in class com.facebook.buck.jvm.java.FatJar
-
Serialize this instance as XML to outputStream.
- storeClient - Variable in class com.facebook.buck.artifact_cache.AbstractNetworkCache
-
- storeImpl(ArtifactInfo, Path, HttpArtifactCacheEvent.Finished.Builder) - Method in class com.facebook.buck.artifact_cache.AbstractNetworkCache
-
- storeImpl(ArtifactInfo, Path, HttpArtifactCacheEvent.Finished.Builder) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCache
-
- storeImpl(ArtifactInfo, Path, HttpArtifactCacheEvent.Finished.Builder) - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCache
-
- StoreRequest(ArtifactInfo, ByteSource) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.StoreRequest
-
- StoreResponseReadResult - Class in com.facebook.buck.artifact_cache
-
Immutable implementation of HttpArtifactCacheBinaryProtocol.AbstractStoreResponseReadResult.
- StoreResponseReadResult.Builder - Class in com.facebook.buck.artifact_cache
-
- StoreWriteResult - Class in com.facebook.buck.artifact_cache
-
Immutable implementation of HttpArtifactCacheBinaryProtocol.AbstractStoreWriteResult.
- StoreWriteResult.Builder - Class in com.facebook.buck.artifact_cache
-
- stream() - Method in interface com.facebook.buck.zip.JarEntryContainer
-
- StreamingWebSocketServlet - Class in com.facebook.buck.httpserver
-
- StreamingWebSocketServlet() - Constructor for class com.facebook.buck.httpserver.StreamingWebSocketServlet
-
- StreamingWebSocketServlet.MyWebSocket - Class in com.facebook.buck.httpserver
-
This is the httpserver component of a WebSocket that maintains a session with one client.
- STRING - Static variable in class com.facebook.buck.rules.keys.RuleKeyHasherTypes
-
- STRING_ASSETS_DIR_FORMAT - Static variable in class com.facebook.buck.android.PackageStringAssets
-
- StringArg - Class in com.facebook.buck.rules.args
-
Immutable implementation of AbstractStringArg.
- StringExpander - Class in com.facebook.buck.rules.macros
-
- StringExpander(String) - Constructor for class com.facebook.buck.rules.macros.StringExpander
-
- StringHashing - Class in com.facebook.buck.hashing
-
- stringify(ImmutableCollection<Arg>, SourcePathResolver) - Static method in interface com.facebook.buck.rules.args.Arg
-
- stringify(ImmutableMap<K, Arg>, SourcePathResolver) - Static method in interface com.facebook.buck.rules.args.Arg
-
- stringifyList(Arg, SourcePathResolver) - Static method in interface com.facebook.buck.rules.args.Arg
-
- StringPool - Class in com.facebook.buck.android.resources
-
A StringPool consists of a header: ResChunk_header u32 chunk_type u32 header_size u32 chunk_size
u32 string_count u32 style_count u32 flags - 0x1 sorted, 0x100 utf-8 encoded u32 strings_start -
byte offset from the beginning to the style data u32 styles_start - byte offset from the
beginning to the style data
- StringResources - Class in com.facebook.buck.android
-
Represents string resources of types string, plural and array for a locale.
- StringResources(SortedMap<Integer, EnumMap<StringResources.Gender, String>>, SortedMap<Integer, EnumMap<StringResources.Gender, ImmutableMap<String, String>>>, SortedMap<Integer, EnumMap<StringResources.Gender, ImmutableList<String>>>) - Constructor for class com.facebook.buck.android.StringResources
-
- StringRuleKeyHasher - Class in com.facebook.buck.rules.keys
-
- StringRuleKeyHasher() - Constructor for class com.facebook.buck.rules.keys.StringRuleKeyHasher
-
- strings - Variable in class com.facebook.buck.android.StringResources
-
- StringSetOptionHandler - Class in com.facebook.buck.cli
-
OptionHandler that collects multiple arguments passed to an option in a
Set.
- StringSetOptionHandler(CmdLineParser, OptionDef, Setter<? super Supplier<ImmutableSet<String>>>) - Constructor for class com.facebook.buck.cli.StringSetOptionHandler
-
- StringsUtils - Class in com.facebook.buck.util.string
-
- stringTableEntryEndsWithSlash(ByteBuffer, SymTabCommand, Nlist) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
-
Quick check if Nlist string table entry ends with a slash symbol.
- stringTableEntryIsEmptyString(ByteBuffer, SymTabCommand, Nlist) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
-
Quick check if Nlist string table entry is an empty string value.
- stringTableEntryIsNull(Nlist) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
-
Quick check if Nlist string table entry is a null value.
- stringTableEntryStartsWithSlash(ByteBuffer, SymTabCommand, Nlist) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
-
Quick check if Nlist string table entry starts with a slash symbol.
- StringTemplateStep - Class in com.facebook.buck.step.fs
-
A step that creates an ST by reading a template from templatePath, calls configure to configure it, renders it and writes it out to outputPath.
- StringTemplateStep(Path, ProjectFilesystem, Path, ImmutableMap<String, ?>) - Constructor for class com.facebook.buck.step.fs.StringTemplateStep
-
- StringWithMacros - Class in com.facebook.buck.rules.macros
-
A class representing a string containing ordered, embedded, strongly typed macros.
- StringWithMacrosArg - Class in com.facebook.buck.rules.args
-
- StringWithMacrosTypeCoercer - Class in com.facebook.buck.rules.coercer
-
- StripLinkable - Class in com.facebook.buck.android
-
- StripLinkable(BuildRuleParams, Tool, SourcePath, String) - Constructor for class com.facebook.buck.android.StripLinkable
-
- stripPathPrefixAndExtension(Path, String) - Static method in class com.facebook.buck.io.MorePaths
-
- StrippedObjectDescription - Class in com.facebook.buck.android
-
Immutable implementation of CopyNativeLibraries.AbstractStrippedObjectDescription.
- StrippedObjectDescription.Builder - Class in com.facebook.buck.android
-
- stripPrefix(Path, Path) - Static method in class com.facebook.buck.io.MorePaths
-
- stripPrefix(String, String) - Static method in class com.facebook.buck.util.MoreStrings
-
- StripStep - Class in com.facebook.buck.cxx
-
Run strip on a binary.
- StripStep(Path, ImmutableMap<String, String>, ImmutableList<String>, ImmutableList<String>, Path, Path) - Constructor for class com.facebook.buck.cxx.StripStep
-
- StripStyle - Enum in com.facebook.buck.cxx
-
Defines the level of symbol stripping to be performed on the linked product of the build.
- stripSuffix(String, String) - Static method in class com.facebook.buck.util.MoreStrings
-
- StripSymbolsStep - Class in com.facebook.buck.cxx
-
- StripSymbolsStep(Path, ImmutableList<String>, ImmutableMap<String, String>, ImmutableList<String>, ProjectFilesystem) - Constructor for class com.facebook.buck.cxx.StripSymbolsStep
-
- StubGenerator - Class in com.facebook.buck.jvm.java.abi
-
- StubGenerator(SourceVersion, Elements, JavaFileManager, JavacEventSink) - Constructor for class com.facebook.buck.jvm.java.abi.StubGenerator
-
- StubJar - Class in com.facebook.buck.jvm.java.abi
-
- StubJar(Path) - Constructor for class com.facebook.buck.jvm.java.abi.StubJar
-
- StubJar(SourceVersion, Elements, Iterable<Element>) - Constructor for class com.facebook.buck.jvm.java.abi.StubJar
-
- StubJarEntry - Class in com.facebook.buck.jvm.java.abi
-
- StubJarEntry() - Constructor for class com.facebook.buck.jvm.java.abi.StubJarEntry
-
- SubdirectoryBuildTargetPattern - Class in com.facebook.buck.model
-
A pattern matches build targets that have the specified ancestor directory.
- submit(Runnable, ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
-
- submit(Runnable) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
-
- submit(Runnable, T, ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
-
- submit(Runnable, T) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
-
- submit(Callable<T>, ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
-
- submit(Callable<T>) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
-
- submitAndWaitForJob(String) - Method in class com.facebook.buck.worker.WorkerProcess
-
- submitReport(DefectReport) - Method in class com.facebook.buck.rage.DefaultDefectReporter
-
- submitReport(DefectReport) - Method in interface com.facebook.buck.rage.DefectReporter
-
- subscribe(ProcessRegistry.ProcessRegisterCallback) - Method in class com.facebook.buck.util.ProcessRegistry
-
Subscribes the process register callback.
- success(BuildRule, BuildRuleSuccessType, CacheResult) - Static method in class com.facebook.buck.rules.BuildResult
-
- SuggestCommand - Class in com.facebook.buck.cli
-
Command for proposing a fine-grained partitioning of a Java build rule.
- SuggestCommand() - Constructor for class com.facebook.buck.cli.SuggestCommand
-
- summary - Variable in class com.facebook.buck.util.autosparse.AutoSparseStateEvents.SparseRefreshFinished
-
- SuperConsoleConfig - Class in com.facebook.buck.event.listener
-
- SuperConsoleConfig(BuckConfig) - Constructor for class com.facebook.buck.event.listener.SuperConsoleConfig
-
- SuperConsoleEventBusListener - Class in com.facebook.buck.event.listener
-
Console that provides rich, updating ansi output about the current build.
- SuperConsoleEventBusListener(SuperConsoleConfig, Console, Clock, TestResultSummaryVerbosity, ExecutionEnvironment, Optional<WebServer>, Locale, Path, TimeZone) - Constructor for class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- SUPPORTED_FLAVORS - Static variable in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescription
-
- SUPPORTED_LIBRARY_FLAVORS - Static variable in class com.facebook.buck.apple.AppleBundleDescription
-
- SUPPORTED_RESOURCE_DIRECTORIES - Static variable in class com.facebook.buck.android.ResourceFilters
-
The set of supported directories in resource folders.
- SupportedTargetTypeRegistry - Class in com.facebook.buck.ide.intellij
-
- SupportedTargetTypeRegistry(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig) - Constructor for class com.facebook.buck.ide.intellij.SupportedTargetTypeRegistry
-
- SupportsDependencyFileRuleKey - Interface in com.facebook.buck.rules.keys
-
Used to tag a rule that supports dependency-file input-based rule keys.
- supportsHeaderMaps() - Method in class com.facebook.buck.cxx.ClangPreprocessor
-
- supportsHeaderMaps() - Method in class com.facebook.buck.cxx.GccPreprocessor
-
- supportsHeaderMaps() - Method in interface com.facebook.buck.cxx.Preprocessor
-
- supportsHeaderMaps() - Method in class com.facebook.buck.cxx.WindowsPreprocessor
-
- SupportsInputBasedRuleKey - Interface in com.facebook.buck.rules.keys
-
Used to tag a rule that supports input-based rule keys.
- supportsPrecompiledHeaders() - Method in class com.facebook.buck.cxx.ClangPreprocessor
-
- supportsPrecompiledHeaders() - Method in class com.facebook.buck.cxx.GccPreprocessor
-
- supportsPrecompiledHeaders() - Method in interface com.facebook.buck.cxx.Preprocessor
-
- supportsPrecompiledHeaders() - Method in class com.facebook.buck.cxx.WindowsPreprocessor
-
- supportsStreamingTests() - Method in class com.facebook.buck.android.AndroidInstrumentationTest
-
- supportsStreamingTests() - Method in class com.facebook.buck.apple.AppleTest
-
- supportsStreamingTests() - Method in class com.facebook.buck.cxx.CxxTest
-
- supportsStreamingTests() - Method in class com.facebook.buck.d.DTest
-
- supportsStreamingTests() - Method in class com.facebook.buck.go.GoTest
-
- supportsStreamingTests() - Method in class com.facebook.buck.jvm.java.JavaTest
-
- supportsStreamingTests() - Method in class com.facebook.buck.python.PythonTest
-
- supportsStreamingTests() - Method in interface com.facebook.buck.rules.TestRule
-
- supportsStreamingTests() - Method in class com.facebook.buck.rust.RustTest
-
- supportsStreamingTests() - Method in class com.facebook.buck.shell.ShTest
-
- supportsThinArchives() - Method in interface com.facebook.buck.cxx.Archiver
-
- supportsThinArchives() - Method in class com.facebook.buck.cxx.BsdArchiver
-
- supportsThinArchives() - Method in class com.facebook.buck.cxx.GnuArchiver
-
- supportsThinArchives() - Method in class com.facebook.buck.cxx.LazyDelegatingArchiver
-
- supportsThinArchives() - Method in class com.facebook.buck.cxx.WindowsArchiver
-
- SuppressForbidden - Annotation Type in com.facebook.buck.annotations
-
Disables the `ant forbidden-checks` check for disallowed API calls in this class / method / etc.
- suspended(BuildRuleEvent.BeginningBuildRuleEvent, RuleKeyFactory<RuleKey>) - Static method in class com.facebook.buck.rules.BuildRuleEvent
-
- SWIFT_EXTENSION - Static variable in class com.facebook.buck.swift.SwiftDescriptions
-
- SwiftBuckConfig - Class in com.facebook.buck.swift
-
A Swift-specific "view" of BuckConfig.
- SwiftBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.swift.SwiftBuckConfig
-
- SwiftDescriptions - Class in com.facebook.buck.swift
-
- SwiftLibraryDescription - Class in com.facebook.buck.swift
-
- SwiftLibraryDescription(CxxBuckConfig, SwiftBuckConfig, FlavorDomain<CxxPlatform>, FlavorDomain<SwiftPlatform>) - Constructor for class com.facebook.buck.swift.SwiftLibraryDescription
-
- SwiftLibraryDescription.Type - Enum in com.facebook.buck.swift
-
- SwiftLibraryDescriptionArg - Class in com.facebook.buck.swift
-
Immutable implementation of SwiftLibraryDescription.AbstractSwiftLibraryDescriptionArg.
- SwiftLibraryDescriptionArg.Builder - Class in com.facebook.buck.swift
-
- SwiftPlatform - Class in com.facebook.buck.swift
-
Interface describing a Swift toolchain and platform to build for.
- SwiftPlatform.Builder - Class in com.facebook.buck.swift
-
- SwiftPlatforms - Class in com.facebook.buck.swift
-
- SymbolNameTool - Interface in com.facebook.buck.cxx
-
Provides methods to extract symbol names from native formats (e.g.
- Symbols - Class in com.facebook.buck.android.relinker
-
- symbolToProviders - Variable in class com.facebook.buck.jvm.java.autodeps.JavaDepsFinder.DependencyInfo
-
- SymCopyStep - Class in com.facebook.buck.step.fs
-
This step copies the content of a directory tree through symlinks, copying only directories.
- SymCopyStep(ProjectFilesystem, ImmutableList<Path>, Path) - Constructor for class com.facebook.buck.step.fs.SymCopyStep
-
- SymlinkFilesIntoDirectoryStep - Class in com.facebook.buck.shell
-
Step that takes a collection of entries in a directory and creates a set of read-only
symlinks (with the same structure) to the original entries in a new directory.
- SymlinkFilesIntoDirectoryStep(ProjectFilesystem, Path, Iterable<Path>, Path) - Constructor for class com.facebook.buck.shell.SymlinkFilesIntoDirectoryStep
-
- SymlinkFileStep - Class in com.facebook.buck.step.fs
-
Immutable implementation of AbstractSymlinkFileStep.
- SymlinkFileStep.Builder - Class in com.facebook.buck.step.fs
-
- symlinkInvalidation(ParsingEvent.SymlinkInvalidation) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
-
- symlinkInvalidation(ParsingEvent.SymlinkInvalidation) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- symlinkInvalidation(String) - Static method in class com.facebook.buck.event.ParsingEvent
-
- SymlinkInvalidation(String) - Constructor for class com.facebook.buck.event.ParsingEvent.SymlinkInvalidation
-
- SymlinkTree - Class in com.facebook.buck.rules
-
- SymlinkTree(BuildTarget, ProjectFilesystem, Path, ImmutableMap<Path, SourcePath>, SourcePathRuleFinder) - Constructor for class com.facebook.buck.rules.SymlinkTree
-
- SymlinkTreeStep - Class in com.facebook.buck.step.fs
-
- SymlinkTreeStep(ProjectFilesystem, Path, ImmutableMap<Path, Path>) - Constructor for class com.facebook.buck.step.fs.SymlinkTreeStep
-
- SymTabCommand - Class in com.facebook.buck.macho
-
Immutable implementation of AbstractSymTabCommand.
- SymTabCommandUtils - Class in com.facebook.buck.macho
-
- systemIncludeArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.ClangPreprocessor
-
- systemIncludeArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.GccPreprocessor
-
- systemIncludeArgs(Iterable<String>) - Method in interface com.facebook.buck.cxx.Preprocessor
-
- systemIncludeArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.WindowsPreprocessor
-
- SystemLuaCxxLibrary - Class in com.facebook.buck.lua
-
- SystemLuaCxxLibrary(BuildTarget) - Constructor for class com.facebook.buck.lua.SystemLuaCxxLibrary
-
- waitForLaunchedProcess(ProcessExecutor.LaunchedProcess) - Method in class com.facebook.buck.util.ContextualProcessExecutor
-
- waitForLaunchedProcess(ProcessExecutor.LaunchedProcess) - Method in class com.facebook.buck.util.DefaultProcessExecutor
-
- waitForLaunchedProcess(ProcessExecutor.LaunchedProcess) - Method in interface com.facebook.buck.util.ProcessExecutor
-
- waitForLaunchedProcessWithTimeout(ProcessExecutor.LaunchedProcess, long, Optional<Consumer<Process>>) - Method in class com.facebook.buck.util.ContextualProcessExecutor
-
- waitForLaunchedProcessWithTimeout(ProcessExecutor.LaunchedProcess, long, Optional<Consumer<Process>>) - Method in class com.facebook.buck.util.DefaultProcessExecutor
-
- waitForLaunchedProcessWithTimeout(ProcessExecutor.LaunchedProcess, long, Optional<Consumer<Process>>) - Method in interface com.facebook.buck.util.ProcessExecutor
-
- waitForProcess(ListeningProcessExecutor.LaunchedProcess, long, TimeUnit) - Method in class com.facebook.buck.util.ListeningProcessExecutor
-
Blocks the calling thread until either the process exits or the timeout expires, whichever is
first.
- waitForProcess(ListeningProcessExecutor.LaunchedProcess) - Method in class com.facebook.buck.util.ListeningProcessExecutor
-
Blocks the calling thread until the process exits.
- waitForSimulatorsToShutdown(long) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorController
-
Waits up to timeoutMillis for all simulators to shut down.
- waitForSimulatorToBoot(long, String) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorController
-
Waits up to timeoutMillis for the specified simulator to boot.
- waitUntilBuildCompletesAndReturnExitCode() - Method in class com.facebook.buck.distributed.ThriftCoordinatorServer
-
- walkFileTree(Path, FileVisitor<Path>) - Method in class com.facebook.buck.io.ProjectFilesystem
-
- walkFileTree(Path, Set<FileVisitOption>, FileVisitor<Path>) - Method in class com.facebook.buck.io.ProjectFilesystem
-
- walkRelativeFileTree(Path, FileVisitor<Path>) - Method in class com.facebook.buck.io.ProjectFilesystem
-
- walkRelativeFileTree(Path, EnumSet<FileVisitOption>, FileVisitor<Path>) - Method in class com.facebook.buck.io.ProjectFilesystem
-
Walks a project-root relative file tree with a visitor and visit options.
- walkRule(BuildRule, Set<BuildRule>) - Method in class com.facebook.buck.rules.CachingBuildEngine
-
- wantsPackagePrefix() - Method in enum com.facebook.buck.ide.intellij.FolderTypeWithPackageInfo
-
- wantWrite() - Method in interface com.facebook.buck.util.ListeningProcessExecutor.LaunchedProcess
-
Invoke this to indicate you wish to write to the launched process's stdin.
- warn(Throwable, String) - Method in class com.facebook.buck.log.Logger
-
Logs a message at WARN level.
- warn(String) - Method in class com.facebook.buck.log.Logger
-
Logs a message at WARN level.
- warn(Throwable, String, Object...) - Method in class com.facebook.buck.log.Logger
-
Logs a message at WARN level.
- warn(String, Object...) - Method in class com.facebook.buck.log.Logger
-
Logs a message at WARN level.
- warning(String, Object...) - Method in class com.facebook.buck.android.BuckEventAndroidLogger
-
- warning(String) - Static method in class com.facebook.buck.event.ConsoleEvent
-
- warning(String, Object...) - Static method in class com.facebook.buck.event.ConsoleEvent
-
- wasAnyRemoteSuccessful() - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
- wasCacheMiss() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
- wasCanceled() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
- wasDefaultRuleKeyMismatch() - Method in class com.facebook.buck.distributed.BuildRuleStats
-
- wasDefaultRuleKeyMismatch() - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
- wasFailure() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
- wasInputRuleKeyMismatch() - Method in class com.facebook.buck.distributed.BuildRuleStats
-
- wasInputRuleKeyMismatch() - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
- wasLocalCacheMiss() - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
-
- wasLocalFailure() - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
-
- wasMissOnMultipleSlaves() - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
- wasStoreSuccessful() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
-
- wasSuccessful() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
- WATCH_OS_FLAVOR - Static variable in class com.facebook.buck.apple.AppleBundleDescription
-
- WATCH_SIMULATOR_FLAVOR - Static variable in class com.facebook.buck.apple.AppleBundleDescription
-
- WatchedFileHashCache - Class in com.facebook.buck.util.cache
-
- WatchedFileHashCache(ProjectFilesystem, boolean) - Constructor for class com.facebook.buck.util.cache.WatchedFileHashCache
-
- Watchman - Class in com.facebook.buck.io
-
- Watchman(ImmutableMap<Path, ProjectWatch>, ImmutableSet<Watchman.Capability>, ImmutableMap<String, String>, Optional<Path>, Optional<WatchmanClient>) - Constructor for class com.facebook.buck.io.Watchman
-
- Watchman.Capability - Enum in com.facebook.buck.io
-
- WatchmanClient - Interface in com.facebook.buck.io
-
Testable interface for a Watchman client.
- WatchmanCursor - Class in com.facebook.buck.io
-
- WatchmanCursor(String) - Constructor for class com.facebook.buck.io.WatchmanCursor
-
- WatchmanDiagnostic - Class in com.facebook.buck.io
-
Immutable implementation of AbstractWatchmanDiagnostic.
- WatchmanDiagnosticEvent - Class in com.facebook.buck.io
-
- WatchmanDiagnosticEvent(WatchmanDiagnostic) - Constructor for class com.facebook.buck.io.WatchmanDiagnosticEvent
-
- WatchmanDiagnosticEventListener - Class in com.facebook.buck.io
-
Deduplicating event bus listener that outputs deduplicated messages over the given event bus.
- WatchmanDiagnosticEventListener(BuckEventBus) - Constructor for class com.facebook.buck.io.WatchmanDiagnosticEventListener
-
- WatchmanDiagnosticEventListener(BuckEventBus, Set<WatchmanDiagnostic>) - Constructor for class com.facebook.buck.io.WatchmanDiagnosticEventListener
-
- WatchmanDiagReportCollector - Class in com.facebook.buck.rage
-
Gets watchman diagnostics using the watchman-diag command.
- WatchmanDiagReportCollector(ProjectFilesystem, String, ProcessExecutor) - Constructor for class com.facebook.buck.rage.WatchmanDiagReportCollector
-
- WatchmanEvent - Interface in com.facebook.buck.util
-
- watchmanFileCreation(WatchmanStatusEvent.FileCreation) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
-
- watchmanFileCreation(WatchmanStatusEvent.FileCreation) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- watchmanFileDeletion(WatchmanStatusEvent.FileDeletion) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
-
- watchmanFileDeletion(WatchmanStatusEvent.FileDeletion) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- watchmanOverflow(WatchmanStatusEvent.Overflow) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
-
- watchmanOverflow(WatchmanStatusEvent.Overflow) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- WatchmanOverflowEvent - Class in com.facebook.buck.util
-
Immutable implementation of AbstractWatchmanOverflowEvent.
- WatchmanPathEvent - Class in com.facebook.buck.util
-
Immutable implementation of AbstractWatchmanPathEvent.
- WatchmanQuery - Class in com.facebook.buck.io
-
Immutable implementation of AbstractWatchmanQuery.
- WatchmanStatusEvent - Class in com.facebook.buck.event
-
- WatchmanStatusEvent(EventKey, String) - Constructor for class com.facebook.buck.event.WatchmanStatusEvent
-
- WatchmanStatusEvent.FileCreation - Class in com.facebook.buck.event
-
- WatchmanStatusEvent.FileDeletion - Class in com.facebook.buck.event
-
- WatchmanStatusEvent.Overflow - Class in com.facebook.buck.event
-
- WatchmanStatusEvent.ZeroFileChanges - Class in com.facebook.buck.event
-
This event is to be posted when Watchman does not report any altered files.
- WatchmanWatcher - Class in com.facebook.buck.util
-
Queries Watchman for changes to a path.
- WatchmanWatcher(ImmutableMap<Path, ProjectWatch>, EventBus, ImmutableSet<PathOrGlobMatcher>, Watchman, Map<Path, WatchmanCursor>) - Constructor for class com.facebook.buck.util.WatchmanWatcher
-
- WatchmanWatcher.CursorType - Enum in com.facebook.buck.util
-
- WatchmanWatcher.FreshInstanceAction - Enum in com.facebook.buck.util
-
- WatchmanWatcherException - Exception in com.facebook.buck.util
-
- WatchmanWatcherException(String) - Constructor for exception com.facebook.buck.util.WatchmanWatcherException
-
- watchmanZeroFileChanges(WatchmanStatusEvent.ZeroFileChanges) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
-
- weakMemoize(Supplier<T>) - Static method in class com.facebook.buck.util.MoreSuppliers
-
- WebServer - Class in com.facebook.buck.httpserver
-
A WebSocket server that reports events of buck.
- WebServer(int, ProjectFilesystem, String) - Constructor for class com.facebook.buck.httpserver.WebServer
-
- WebServer.WebServerException - Exception in com.facebook.buck.httpserver
-
- WebServerBuckEventListener - Class in com.facebook.buck.httpserver
-
- WebServerException(String, Exception) - Constructor for exception com.facebook.buck.httpserver.WebServer.WebServerException
-
- WeightedListeningExecutorService - Class in com.facebook.buck.util.concurrent
-
A
ListeningExecutorService which gates execution using a
ListeningMultiSemaphore
and allows resources to be assigned to submitted tasks.
- WeightedListeningExecutorService(ListeningMultiSemaphore, ResourceAmounts, ListeningExecutorService) - Constructor for class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
-
- willBuildLocally(BuildRule) - Static method in class com.facebook.buck.rules.BuildRuleEvent
-
- WillBuildLocally(BuildRule) - Constructor for class com.facebook.buck.rules.BuildRuleEvent.WillBuildLocally
-
- willGet(Path) - Method in class com.facebook.buck.distributed.RecordingProjectFileHashCache
-
- willGet(ArchiveMemberPath) - Method in class com.facebook.buck.distributed.RecordingProjectFileHashCache
-
- willGet(Path) - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
-
- willGet(ArchiveMemberPath) - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
-
- willGet(Path) - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
-
- willGet(ArchiveMemberPath) - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
-
- willGet(Path) - Method in interface com.facebook.buck.util.cache.ProjectFileHashCache
-
- willGet(ArchiveMemberPath) - Method in interface com.facebook.buck.util.cache.ProjectFileHashCache
-
- WindowsArchiver - Class in com.facebook.buck.cxx
-
- WindowsArchiver(Tool) - Constructor for class com.facebook.buck.cxx.WindowsArchiver
-
- WindowsCompiler - Class in com.facebook.buck.cxx
-
- WindowsCompiler(Tool) - Constructor for class com.facebook.buck.cxx.WindowsCompiler
-
- WindowsLinker - Class in com.facebook.buck.cxx
-
A specialization of
Linker containing information specific to the Windows implementation.
- WindowsLinker(Tool) - Constructor for class com.facebook.buck.cxx.WindowsLinker
-
- WindowsNamedPipe - Class in com.facebook.buck.io.windowspipe
-
Implements a
Transport backed by a windows named pipe under the hood.
- WindowsNamedPipeLibrary - Interface in com.facebook.buck.io.windowspipe
-
- WindowsPreprocessor - Class in com.facebook.buck.cxx
-
- WindowsPreprocessor(Tool) - Constructor for class com.facebook.buck.cxx.WindowsPreprocessor
-
- withAaptGeneratedProguardConfigFile(SourcePath) - Method in class com.facebook.buck.android.AaptOutputInfo
-
Copy the current immutable object by setting a value for the aaptGeneratedProguardConfigFile attribute.
- withAaptGeneratedProguardConfigFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
Copy the current immutable object by setting a value for the aaptGeneratedProguardConfigFile attribute.
- withAaptMode(AndroidBinary.AaptMode) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the aaptMode attribute.
- withAar(SourcePath) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
Copy the current immutable object by setting a value for the aar attribute.
- withAbsolutePathsForInputs(Path...) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
Copy the current immutable object with elements that replace the content of absolutePathsForInputs.
- withAbsolutePathsForInputs(Iterable<? extends Path>) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
Copy the current immutable object with elements that replace the content of absolutePathsForInputs.
- withActionConfigNames(Map<SchemeActionType, ? extends String>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
-
Copy the current immutable object by replacing the actionConfigNames map with the specified map.
- withActionGraph(ActionGraph) - Method in class com.facebook.buck.rules.ActionGraphAndResolver
-
Copy the current immutable object by setting a value for the actionGraph attribute.
- withActionGraphCache(ActionGraphCache) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
Copy the current immutable object by setting a value for the
actionGraphCache attribute.
- withActionGraphCache(ActionGraphCache) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
-
Copy the current immutable object by setting a value for the actionGraphCache attribute.
- withActionGraphTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats
-
Copy the current immutable object by setting a value for the actionGraphTimeMs attribute.
- withActool(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Copy the current immutable object by setting a value for the actool attribute.
- withActualHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
-
Copy the current immutable object by setting a value for the actualHashCode attribute.
- withActualHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
-
Copy the current immutable object by setting a value for the actualHashCode attribute.
- withActualHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
-
Copy the current immutable object by setting a value for the actualHashCode attribute.
- withAdbOptions(AdbOptions) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by setting a present value for the optional adbOptions attribute.
- withAdbOptions(Optional<? extends AdbOptions>) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by setting an optional value for the adbOptions attribute.
- withAdditionalCoverageTargets(SourcePath...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of additionalCoverageTargets.
- withAdditionalCoverageTargets(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of additionalCoverageTargets.
- withAdditionalCoverageTargets(Path...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
-
Copy the current immutable object with elements that replace the content of additionalCoverageTargets.
- withAdditionalCoverageTargets(Iterable<? extends Path>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
-
Copy the current immutable object with elements that replace the content of additionalCoverageTargets.
- withAddr(UnsignedLong) - Method in class com.facebook.buck.macho.Section
-
Copy the current immutable object by setting a value for the addr attribute.
- withAggregatingAndroidResourceModulesEnabled(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting a value for the aggregatingAndroidResourceModulesEnabled attribute.
- withAggregationMode(AggregationMode) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting a value for the aggregationMode attribute.
- withAggregationTag(String) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule
-
Copy the current immutable object by setting a value for the aggregationTag attribute.
- withAidl(SourcePath) - Method in class com.facebook.buck.android.GenAidlDescriptionArg
-
Copy the current immutable object by setting a value for the aidl attribute.
- withAlign(UnsignedInteger) - Method in class com.facebook.buck.macho.FatArch
-
Copy the current immutable object by setting a value for the align attribute.
- withAlign(UnsignedInteger) - Method in class com.facebook.buck.macho.Section
-
Copy the current immutable object by setting a value for the align attribute.
- withAllowedDuplicateResourceTypes(RDotTxtEntry.RType...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of allowedDuplicateResourceTypes.
- withAllowedDuplicateResourceTypes(Iterable<RDotTxtEntry.RType>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of allowedDuplicateResourceTypes.
- withAllowEmptyGlobs(boolean) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
-
Copy the current immutable object by setting a value for the allowEmptyGlobs attribute.
- withAllowMissing(boolean) - Method in class com.facebook.buck.cxx.ElfSymbolTableScrubberStep
-
Copy the current immutable object by setting a value for the allowMissing attribute.
- withAmountsPerRuleType(Map<String, ? extends ResourceAmounts>) - Method in class com.facebook.buck.rules.ResourceAwareSchedulingInfo
-
Copy the current immutable object by replacing the amountsPerRuleType map with the specified map.
- withAndroidFacet(IjModuleAndroidFacet) - Method in class com.facebook.buck.ide.intellij.model.IjModule
-
Copy the current immutable object by setting a present value for the optional androidFacet attribute.
- withAndroidFacet(Optional<? extends IjModuleAndroidFacet>) - Method in class com.facebook.buck.ide.intellij.model.IjModule
-
Copy the current immutable object by setting an optional value for the androidFacet attribute.
- withAndroidLibrary(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
-
Copy the current immutable object by setting a value for the androidLibrary attribute.
- withAndroidManifest(Path) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting a present value for the optional androidManifest attribute.
- withAndroidManifest(Optional<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting an optional value for the androidManifest attribute.
- withAndroidManifestPath(SourcePath) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Copy the current immutable object by setting a value for the androidManifestPath attribute.
- withAndroidManifestXml(SourcePath) - Method in class com.facebook.buck.android.AaptOutputInfo
-
Copy the current immutable object by setting a value for the androidManifestXml attribute.
- withAndroidManifestXml(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
Copy the current immutable object by setting a value for the androidManifestXml attribute.
- withAndroidModuleSdkName(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting a present value for the optional androidModuleSdkName attribute.
- withAndroidModuleSdkName(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting an optional value for the androidModuleSdkName attribute.
- withAndroidModuleSdkType(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting a present value for the optional androidModuleSdkType attribute.
- withAndroidModuleSdkType(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting an optional value for the androidModuleSdkType attribute.
- withAndroidPackage(String) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
-
Copy the current immutable object by setting a present value for the optional androidPackage attribute.
- withAndroidPackage(Optional<String>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
-
Copy the current immutable object by setting an optional value for the androidPackage attribute.
- withAndroidPlatformTargetSupplier(Supplier<AndroidPlatformTarget>) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- withAndroidPlatformTargetSupplier(Supplier<AndroidPlatformTarget>) - Method in class com.facebook.buck.rules.BuildContext
-
Copy the current immutable object by setting a value for the androidPlatformTargetSupplier attribute.
- withAndroidPlatformTargetSupplier(Supplier<AndroidPlatformTarget>) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by setting a value for the androidPlatformTargetSupplier attribute.
- withAndroidSdkProguardConfig(ProGuardObfuscateStep.SdkProguardType) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional androidSdkProguardConfig attribute.
- withAndroidSdkProguardConfig(Optional<? extends ProGuardObfuscateStep.SdkProguardType>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the androidSdkProguardConfig attribute.
- withAndroidToolsCommonJarPath(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
Copy the current immutable object by setting a value for the androidToolsCommonJarPath attribute.
- withAnnotationProcessingParams(AnnotationProcessingParams) - Method in class com.facebook.buck.jvm.java.JavacOptions
-
Copy the current immutable object by setting a value for the annotationProcessingParams attribute.
- withAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- withAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- withAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- withAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- withAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- withAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- withAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- withAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- withAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- withAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- withAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- withAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- withAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- withAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- withAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- withAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- withAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- withAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- withAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- withAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- withAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- withAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- withAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- withAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- withAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- withAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- withAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- withAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- withAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- withAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- withAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- withAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- withAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- withAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- withAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- withAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- withAnnotationProcessorParams(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- withAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- withAnnotationProcessorParams(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- withAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- withAnnotationProcessorParams(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- withAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- withAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- withAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- withAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- withAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- withAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- withAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- withAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- withAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- withAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- withAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- withAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- withAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- withAnnotationProcessors(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- withAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- withAnnotationProcessors(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- withAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- withAnnotationProcessors(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- withAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- withAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- withAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- withAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- withAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- withAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- withAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- withAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- withAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- withAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- withAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- withAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- withAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- withApk(BuildTarget) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
Copy the current immutable object by setting a value for the apk attribute.
- withApk(BuildTarget) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
-
Copy the current immutable object by setting a value for the apk attribute.
- withApk(BuildTarget) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
Copy the current immutable object by setting a value for the apk attribute.
- withAPKModuleGraph(APKModuleGraph) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Copy the current immutable object by setting a value for the aPKModuleGraph attribute.
- withApkPath(SourcePath) - Method in class com.facebook.buck.android.ApkInfo
-
Copy the current immutable object by setting a value for the
apkPath attribute.
- withApkUnderTestPath(Path) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
Copy the current immutable object by setting a present value for the optional apkUnderTestPath attribute.
- withApkUnderTestPath(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
Copy the current immutable object by setting an optional value for the apkUnderTestPath attribute.
- withAppendedFlavor(Flavor) - Method in class com.facebook.buck.rules.BuildRuleParams
-
- withAppIcon(String) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
Copy the current immutable object by setting a present value for the optional appIcon attribute.
- withAppIcon(Optional<String>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
Copy the current immutable object by setting an optional value for the appIcon attribute.
- withAppID(Pair<String, String>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
-
Copy the current immutable object by setting a value for the appID attribute.
- withAppIncludesFrameworks(boolean) - Method in class com.facebook.buck.apple.ApplePlatform
-
Copy the current immutable object by setting a value for the appIncludesFrameworks attribute.
- withApplePlatform(ApplePlatform) - Method in class com.facebook.buck.apple.AppleSdk
-
Copy the current immutable object by setting a value for the applePlatform attribute.
- withAppleSdk(AppleSdk) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Copy the current immutable object by setting a value for the appleSdk attribute.
- withAppleSdkPaths(AppleSdkPaths) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Copy the current immutable object by setting a value for the appleSdkPaths attribute.
- withApplicationModuleConfigs(Map<String, ? extends List<BuildTarget>>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by replacing the applicationModuleConfigs map with the specified map.
- withApplicationModuleTargets(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of applicationModuleTargets.
- withApplicationModuleTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of applicationModuleTargets.
- withAr(Archiver) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a value for the ar attribute.
- withArchitectures(String...) - Method in class com.facebook.buck.apple.ApplePlatform
-
Copy the current immutable object with elements that replace the content of architectures.
- withArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.ApplePlatform
-
Copy the current immutable object with elements that replace the content of architectures.
- withArchitectures(String...) - Method in class com.facebook.buck.apple.AppleSdk
-
Copy the current immutable object with elements that replace the content of architectures.
- withArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.AppleSdk
-
Copy the current immutable object with elements that replace the content of architectures.
- withArchivePath(Path) - Method in class com.facebook.buck.io.ArchiveMemberPath
-
Copy the current immutable object by setting a value for the
archivePath attribute.
- withArchiveSourcePath(SourcePath) - Method in class com.facebook.buck.rules.ArchiveMemberSourcePath
-
Copy the current immutable object by setting a value for the archiveSourcePath attribute.
- withArea(String) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion
-
Copy the current immutable object by setting a present value for the optional area attribute.
- withArea(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion
-
Copy the current immutable object by setting an optional value for the area attribute.
- withArflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of arflags.
- withArflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of arflags.
- withArg(String) - Method in class com.facebook.buck.rules.args.StringArg
-
Copy the current immutable object by setting a value for the arg attribute.
- withArgs(String...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of args.
- withArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of args.
- withArgs(Arg...) - Method in class com.facebook.buck.cxx.NativeLinkableInput
-
Copy the current immutable object with elements that replace the content of args.
- withArgs(Iterable<? extends Arg>) - Method in class com.facebook.buck.cxx.NativeLinkableInput
-
Copy the current immutable object with elements that replace the content of args.
- withArgs(QueryEnvironment.Argument...) - Method in class com.facebook.buck.query.FunctionExpression
-
Copy the current immutable object with elements that replace the content of args.
- withArgs(Iterable<? extends QueryEnvironment.Argument>) - Method in class com.facebook.buck.query.FunctionExpression
-
Copy the current immutable object with elements that replace the content of args.
- withArgs(String...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of args.
- withArgs(Iterable<String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of args.
- withArgs(Either<String, ImmutableList<String>>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
Copy the current immutable object by setting a value for the args attribute.
- withArgsPath(Path) - Method in class com.facebook.buck.worker.WorkerProcessCommand
-
Copy the current immutable object by setting a value for the argsPath attribute.
- withArguments(String...) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
-
Copy the current immutable object with elements that replace the content of arguments.
- withArguments(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
-
Copy the current immutable object with elements that replace the content of arguments.
- withArtifactCache(ArtifactCache) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
-
Copy the current immutable object by setting a value for the artifactCache attribute.
- withArtifactCache(ArtifactCache) - Method in class com.facebook.buck.rules.BuildEngineBuildContext
-
Copy the current immutable object by setting a value for the artifactCache attribute.
- withArtifactCacheFactory(ArtifactCacheFactory) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- withArtifactContentHash(String) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
-
Copy the current immutable object by setting a present value for the optional artifactContentHash attribute.
- withArtifactContentHash(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
-
Copy the current immutable object by setting an optional value for the artifactContentHash attribute.
- withArtifactContentHash(String) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
-
Copy the current immutable object by setting a present value for the optional artifactContentHash attribute.
- withArtifactContentHash(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
-
Copy the current immutable object by setting an optional value for the artifactContentHash attribute.
- withArtifactContentHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.StoreWriteResult
-
Copy the current immutable object by setting a value for the artifactContentHashCode attribute.
- withArtifactOnlyHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
-
Copy the current immutable object by setting a value for the artifactOnlyHashCode attribute.
- withArtifactOnlyHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
-
Copy the current immutable object by setting a value for the artifactOnlyHashCode attribute.
- withArtifactOnlyHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
-
Copy the current immutable object by setting a value for the artifactOnlyHashCode attribute.
- withArtifactSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.CacheResult
-
Copy the current immutable object by setting a present value for the optional artifactSizeBytes attribute.
- withArtifactSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.CacheResult
-
Copy the current immutable object by setting an optional value for the artifactSizeBytes attribute.
- withArtifactSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
-
Copy the current immutable object by setting a present value for the optional artifactSizeBytes attribute.
- withArtifactSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
-
Copy the current immutable object by setting an optional value for the artifactSizeBytes attribute.
- withArtifactSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
-
Copy the current immutable object by setting a present value for the optional artifactSizeBytes attribute.
- withArtifactSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
-
Copy the current immutable object by setting an optional value for the artifactSizeBytes attribute.
- withArtifactSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.StoreWriteResult
-
Copy the current immutable object by setting a value for the artifactSizeBytes attribute.
- withAs(CompilerProvider) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a value for the as attribute.
- withAsflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of asflags.
- withAsflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of asflags.
- withAsm(CompilerProvider) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a present value for the optional asm attribute.
- withAsm(Optional<? extends CompilerProvider>) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting an optional value for the asm attribute.
- withAsmflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of asmflags.
- withAsmflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of asmflags.
- withAsmpp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a present value for the optional asmpp attribute.
- withAsmpp(Optional<? extends PreprocessorProvider>) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting an optional value for the asmpp attribute.
- withAsmppflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of asmppflags.
- withAsmppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of asmppflags.
- withAspp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a value for the aspp attribute.
- withAsppflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of asppflags.
- withAsppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of asppflags.
- withAssemblerDebugPathSanitizer(DebugPathSanitizer) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a value for the assemblerDebugPathSanitizer attribute.
- withAssemblerFlags(Map<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
-
Copy the current immutable object by replacing the assemblerFlags map with the specified map.
- withAssemblerFlags(String...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of assemblerFlags.
- withAssemblerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of assemblerFlags.
- withAssemblerFlags(String...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of assemblerFlags.
- withAssemblerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of assemblerFlags.
- withAssemblerFlags(String...) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of assemblerFlags.
- withAssemblerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of assemblerFlags.
- withAssembly(SourcePath) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the assembly attribute.
- withAssetPaths(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
-
Copy the current immutable object with elements that replace the content of assetPaths.
- withAssetPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
-
Copy the current immutable object with elements that replace the content of assetPaths.
- withAssets(Either<SourcePath, ImmutableSortedMap<String, SourcePath>>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
Copy the current immutable object by setting a present value for the optional assets attribute.
- withAssets(Optional<? extends Either<SourcePath, ImmutableSortedMap<String, SourcePath>>>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
Copy the current immutable object by setting an optional value for the assets attribute.
- withAssetsDirectories(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection
-
Copy the current immutable object with elements that replace the content of assetsDirectories.
- withAssetsDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
-
Copy the current immutable object with elements that replace the content of assetsDirectories.
- withAssociatedRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
-
Copy the current immutable object with elements that replace the content of associatedRuleKeys.
- withAssociatedRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
-
Copy the current immutable object with elements that replace the content of associatedRuleKeys.
- withAutogenerateAndroidFacetSourcesEnabled(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting a value for the autogenerateAndroidFacetSourcesEnabled attribute.
- withAutogenerateSources(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
-
Copy the current immutable object by setting a value for the autogenerateSources attribute.
- withAvailableCores(int) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
Copy the current immutable object by setting a value for the availableCores attribute.
- withBannedDuplicateResourceTypes(RDotTxtEntry.RType...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of bannedDuplicateResourceTypes.
- withBannedDuplicateResourceTypes(Iterable<RDotTxtEntry.RType>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of bannedDuplicateResourceTypes.
- withBaseBookmarks(String...) - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
-
Copy the current immutable object with elements that replace the content of baseBookmarks.
- withBaseBookmarks(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
-
Copy the current immutable object with elements that replace the content of baseBookmarks.
- withBaseBookmarks(String...) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
-
Copy the current immutable object with elements that replace the content of baseBookmarks.
- withBaseBookmarks(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
-
Copy the current immutable object with elements that replace the content of baseBookmarks.
- withBasedOffWhichTracked(String...) - Method in class com.facebook.buck.rage.SourceControlInfo
-
Copy the current immutable object with elements that replace the content of basedOffWhichTracked.
- withBasedOffWhichTracked(Iterable<String>) - Method in class com.facebook.buck.rage.SourceControlInfo
-
Copy the current immutable object with elements that replace the content of basedOffWhichTracked.
- withBaseModule(String) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object by setting a present value for the optional baseModule attribute.
- withBaseModule(Optional<String>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object by setting an optional value for the baseModule attribute.
- withBaseModule(String) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional baseModule attribute.
- withBaseModule(Optional<String>) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the baseModule attribute.
- withBaseModule(String) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object by setting a present value for the optional baseModule attribute.
- withBaseModule(Optional<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object by setting an optional value for the baseModule attribute.
- withBaseModule(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional baseModule attribute.
- withBaseModule(Optional<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the baseModule attribute.
- withBaseModule(String) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional baseModule attribute.
- withBaseModule(Optional<String>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the baseModule attribute.
- withBaseModule(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional baseModule attribute.
- withBaseModule(Optional<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the baseModule attribute.
- withBaseParams(BuildRuleParams) - Method in class com.facebook.buck.lua.LuaScriptStarter
-
Copy the current immutable object by setting a value for the baseParams attribute.
- withBaseParams(BuildRuleParams) - Method in class com.facebook.buck.lua.NativeExecutableStarter
-
Copy the current immutable object by setting a value for the baseParams attribute.
- withBasePath(String) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional basePath attribute.
- withBasePath(Optional<String>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the basePath attribute.
- withBasePath(Path) - Method in class com.facebook.buck.parser.BuildFileSpec
-
Copy the current immutable object by setting a value for the basePath attribute.
- withBaseTargetIndex(Map<? extends BuildTarget, ? extends TargetNode<?, ?>>) - Method in class com.facebook.buck.versions.FlavorSearchTargetNodeFinder
-
Copy the current immutable object by replacing the baseTargetIndex map with the specified map.
- withBash(String) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
bash attribute.
- withBash(Optional<String>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
Copy the current immutable object by setting an optional value for the
bash attribute.
- withBash(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
bash attribute.
- withBash(Optional<String>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
Copy the current immutable object by setting an optional value for the
bash attribute.
- withBash(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
bash attribute.
- withBash(Optional<String>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
Copy the current immutable object by setting an optional value for the
bash attribute.
- withBestServer(boolean) - Method in class com.facebook.buck.slb.PerServerData
-
Copy the current immutable object by setting a value for the bestServer attribute.
- withBinary(BuildTarget) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
Copy the current immutable object by setting a value for the binary attribute.
- withBinaryExtension(String) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a present value for the optional binaryExtension attribute.
- withBinaryExtension(Optional<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting an optional value for the binaryExtension attribute.
- withBinaryJar(SourcePath) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
Copy the current immutable object by setting a value for the binaryJar attribute.
- withBinaryJars(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
-
Copy the current immutable object with elements that replace the content of binaryJars.
- withBinaryJars(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
-
Copy the current immutable object with elements that replace the content of binaryJars.
- withBinarySrc(SourcePath) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the binarySrc attribute.
- withBlacklist(BuildTarget...) - Method in class com.facebook.buck.apple.TestHostInfo
-
Copy the current immutable object with elements that replace the content of blacklist.
- withBlacklist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.TestHostInfo
-
Copy the current immutable object with elements that replace the content of blacklist.
- withBlacklist(Pattern...) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of blacklist.
- withBlacklist(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of blacklist.
- withBlacklistedWifiSsids(String...) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
-
Copy the current immutable object with elements that replace the content of blacklistedWifiSsids.
- withBlacklistedWifiSsids(Iterable<String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
-
Copy the current immutable object with elements that replace the content of blacklistedWifiSsids.
- withBootclasspath(String) - Method in class com.facebook.buck.jvm.java.JavacOptions
-
Copy the current immutable object by setting a present value for the optional bootclasspath attribute.
- withBootclasspath(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavacOptions
-
Copy the current immutable object by setting an optional value for the bootclasspath attribute.
- withBranchedFromMasterRevisionId(String) - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
-
Copy the current immutable object by setting a value for the branchedFromMasterRevisionId attribute.
- withBranchedFromMasterRevisionId(String) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
-
Copy the current immutable object by setting a value for the branchedFromMasterRevisionId attribute.
- withBranchedFromMasterTS(Long) - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
-
Copy the current immutable object by setting a value for the branchedFromMasterTS attribute.
- withBranchedFromMasterTS(Long) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
-
Copy the current immutable object by setting a value for the branchedFromMasterTS attribute.
- withBridgingHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
bridgingHeader attribute.
- withBridgingHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
bridgingHeader attribute.
- withBridgingHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
bridgingHeader attribute.
- withBridgingHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
bridgingHeader attribute.
- withBridgingHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
bridgingHeader attribute.
- withBridgingHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
bridgingHeader attribute.
- withBridgingHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
bridgingHeader attribute.
- withBridgingHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
bridgingHeader attribute.
- withBridgingHeader(SourcePath) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional bridgingHeader attribute.
- withBridgingHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the bridgingHeader attribute.
- withBuckClientError(boolean) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting a value for the buckClientError attribute.
- withBuckClientErrorMessage(String) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting a present value for the optional buckClientErrorMessage attribute.
- withBuckClientErrorMessage(Optional<String>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting an optional value for the buckClientErrorMessage attribute.
- withBuckCommit(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
Copy the current immutable object by setting a value for the buckCommit attribute.
- withBuckConfig(BuckConfig) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
Copy the current immutable object by setting a value for the
buckConfig attribute.
- withBuckConfig(BuckConfig) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting a value for the buckConfig attribute.
- withBuckDirty(boolean) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
Copy the current immutable object by setting a present value for the optional buckDirty attribute.
- withBuckDirty(Optional<Boolean>) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
Copy the current immutable object by setting an optional value for the buckDirty attribute.
- withBuckEventBus(BuckEventBus) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
Copy the current immutable object by setting a value for the buckEventBus attribute.
- withBuckEventBus(BuckEventBus) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
Copy the current immutable object by setting a value for the
buckEventBus attribute.
- withBuckEventBus(BuckEventBus) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
-
Copy the current immutable object by setting a value for the buckEventBus attribute.
- withBuckEventBus(BuckEventBus) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by setting a value for the buckEventBus attribute.
- withBuckLogDir(Path) - Method in class com.facebook.buck.log.InvocationInfo
-
Copy the current immutable object by setting a value for the buckLogDir attribute.
- withBuckModuleBaseSourceCodePath(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Copy the current immutable object by setting a value for the buckModuleBaseSourceCodePath attribute.
- withBuckOut(Path) - Method in class com.facebook.buck.io.BuckPaths
-
Copy the current immutable object by setting a value for the buckOut attribute.
- withBuildArgs(String...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of buildArgs.
- withBuildArgs(Iterable<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of buildArgs.
- withBuildArgs(String...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of buildArgs.
- withBuildArgs(Iterable<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of buildArgs.
- withBuildCellRootPath(Path) - Method in class com.facebook.buck.rules.BuildContext
-
Copy the current immutable object by setting a value for the buildCellRootPath attribute.
- withBuildCellRootPath(Path) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by setting a value for the buildCellRootPath attribute.
- withBuildConfigs(Map<String, ? extends BuildConfigFields>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
-
Copy the current immutable object by replacing the buildConfigs map with the specified map.
- withBuildConfigValues(BuildConfigFields) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting a value for the buildConfigValues attribute.
- withBuildConfigValues(BuildConfigFields) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the buildConfigValues attribute.
- withBuildConfigValuesFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional buildConfigValuesFile attribute.
- withBuildConfigValuesFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the buildConfigValuesFile attribute.
- withBuildContext(BuildContext) - Method in class com.facebook.buck.rules.BuildEngineBuildContext
-
Copy the current immutable object by setting a value for the buildContext attribute.
- withBuildEnvironmentDescription(BuildEnvironmentDescription) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- withBuildEnvironmentDescription(BuildEnvironmentDescription) - Method in class com.facebook.buck.rage.DefectReport
-
- withBuildFileImportWhitelist(String...) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
-
Copy the current immutable object with elements that replace the content of buildFileImportWhitelist.
- withBuildFileImportWhitelist(Iterable<String>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
-
Copy the current immutable object with elements that replace the content of buildFileImportWhitelist.
- withBuildFileName(String) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
-
Copy the current immutable object by setting a value for the buildFileName attribute.
- withBuildFileSpec(BuildFileSpec) - Method in class com.facebook.buck.parser.BuildTargetSpec
-
Copy the current immutable object by setting a value for the buildFileSpec attribute.
- withBuildFileSpec(BuildFileSpec) - Method in class com.facebook.buck.parser.TargetNodePredicateSpec
-
Copy the current immutable object by setting a value for the buildFileSpec attribute.
- withBuildId(BuildId) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
-
Copy the current immutable object by setting a present value for the optional buildId attribute.
- withBuildId(Optional<? extends BuildId>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
-
Copy the current immutable object by setting an optional value for the buildId attribute.
- withBuildId(BuildId) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Copy the current immutable object by setting a value for the buildId attribute.
- withBuildId(BuildId) - Method in class com.facebook.buck.log.InvocationInfo
-
Copy the current immutable object by setting a value for the buildId attribute.
- withBuildId(BuildId) - Method in class com.facebook.buck.rage.BuildLogEntry
-
Copy the current immutable object by setting a present value for the optional buildId attribute.
- withBuildId(Optional<? extends BuildId>) - Method in class com.facebook.buck.rage.BuildLogEntry
-
Copy the current immutable object by setting an optional value for the buildId attribute.
- withBuildId(BuildId) - Method in class com.facebook.buck.rules.BuildEngineBuildContext
-
Copy the current immutable object by setting a value for the buildId attribute.
- withBuildInfoStoreManager(BuildInfoStoreManager) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- withBuildInfoStoreManager(BuildInfoStoreManager) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
-
Copy the current immutable object by setting a value for the buildInfoStoreManager attribute.
- withBuildRuleResolver(BuildRuleResolver) - Method in class com.facebook.buck.rules.args.StringWithMacrosArg
-
Copy the current immutable object by setting a value for the buildRuleResolver attribute.
- withBuildRuleStatus(BuildRuleStatus) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
Copy the current immutable object by setting a present value for the optional buildRuleStatus attribute.
- withBuildRuleStatus(Optional<? extends BuildRuleStatus>) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
Copy the current immutable object by setting an optional value for the buildRuleStatus attribute.
- withBuildStringSourceMap(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the buildStringSourceMap attribute.
- withBuildTarget(BuildTarget) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
-
Copy the current immutable object by setting a present value for the optional buildTarget attribute.
- withBuildTarget(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
-
Copy the current immutable object by setting an optional value for the buildTarget attribute.
- withBuildTarget(BuildTarget) - Method in class com.facebook.buck.cxx.CxxToolProviderParams
-
Copy the current immutable object by setting a present value for the optional buildTarget attribute.
- withBuildTarget(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxToolProviderParams
-
Copy the current immutable object by setting an optional value for the buildTarget attribute.
- withBuildTarget(UnflavoredBuildTarget) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object by setting a value for the buildTarget attribute.
- withBuildTarget(BuildTarget) - Method in class com.facebook.buck.parser.BuildTargetSpec
-
Copy the current immutable object by setting a value for the buildTarget attribute.
- withBuildTarget(BuildTarget) - Method in class com.facebook.buck.python.NeededCoverageSpec
-
Copy the current immutable object by setting a value for the buildTarget attribute.
- withBuildTarget(BuildTarget) - Method in class com.facebook.buck.query.QueryBuildTarget
-
Copy the current immutable object by setting a value for the buildTarget attribute.
- withBuildTarget(BuildTarget) - Method in class com.facebook.buck.rules.args.StringWithMacrosArg
-
Copy the current immutable object by setting a value for the buildTarget attribute.
- withBuildTarget(BuildTarget) - Method in class com.facebook.buck.rules.BuildRuleParams
-
- withBuildTarget(BuildTarget) - Method in class com.facebook.buck.test.TestResults
-
Copy the current immutable object by setting a value for the buildTarget attribute.
- withBuildTargets(BuildTarget...) - Method in class com.facebook.buck.android.APKModule
-
Copy the current immutable object with elements that replace the content of buildTargets.
- withBuildTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.APKModule
-
Copy the current immutable object with elements that replace the content of buildTargets.
- withBuildTargets(BuildTarget...) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
-
Copy the current immutable object with elements that replace the content of buildTargets.
- withBuildTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
-
Copy the current immutable object with elements that replace the content of buildTargets.
- withBuildTargetToGeneratedTargetMap(Map<? extends BuildTarget, ? extends PBXTarget>) - Method in class com.facebook.buck.apple.project_generator.GenerationResult
-
Copy the current immutable object by replacing the buildTargetToGeneratedTargetMap map with the specified map.
- withBuildTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats
-
Copy the current immutable object by setting a value for the buildTimeMs attribute.
- withBuildType(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
Copy the current immutable object by setting a value for the buildType attribute.
- withBuildVersion(String) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Copy the current immutable object by setting a present value for the optional buildVersion attribute.
- withBuildVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Copy the current immutable object by setting an optional value for the buildVersion attribute.
- withBundle(BuildTarget) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
-
Copy the current immutable object by setting a value for the bundle attribute.
- withBundleName(String) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
bundleName attribute.
- withBundleName(String) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
-
Copy the current immutable object by setting a value for the bundleName attribute.
- withBundleName(String) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
-
Copy the current immutable object by setting a value for the
bundleName attribute.
- withBytecodeCompileDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object by setting a value for the bytecodeCompileDeps attribute.
- withBytecodeCompileDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
-
Copy the current immutable object by setting a value for the bytecodeCompileDeps attribute.
- withBytecodeIncludes(String...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object with elements that replace the content of bytecodeIncludes.
- withBytecodeIncludes(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object with elements that replace the content of bytecodeIncludes.
- withBytecodeLib(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the bytecodeLib attribute.
- withBytecodeLink(BuildRule) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
-
Copy the current immutable object by setting a value for the bytecodeLink attribute.
- withBytecodeLinkableInput(NativeLinkableInput) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object by setting a value for the bytecodeLinkableInput attribute.
- withBytecodeLinkDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object by setting a value for the bytecodeLinkDeps attribute.
- withBytecodeOnly(boolean) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional bytecodeOnly attribute.
- withBytecodeOnly(Optional<Boolean>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the bytecodeOnly attribute.
- withBytecodeOnly(boolean) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the bytecodeOnly attribute.
- withBytecodeOnly(boolean) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the bytecodeOnly attribute.
- withCacheDir(Path) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
-
Copy the current immutable object by setting a value for the cacheDir attribute.
- withCacheError(String) - Method in class com.facebook.buck.artifact_cache.CacheResult
-
Copy the current immutable object by setting a present value for the optional cacheError attribute.
- withCacheError(Optional<String>) - Method in class com.facebook.buck.artifact_cache.CacheResult
-
Copy the current immutable object by setting an optional value for the cacheError attribute.
- withCacheKeySeed(int) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
-
Copy the current immutable object by setting a value for the cacheKeySeed attribute.
- withCacheMode(ArtifactCacheMode) - Method in class com.facebook.buck.artifact_cache.CacheResult
-
Copy the current immutable object by setting a present value for the optional cacheMode attribute.
- withCacheMode(Optional<? extends ArtifactCacheMode>) - Method in class com.facebook.buck.artifact_cache.CacheResult
-
Copy the current immutable object by setting an optional value for the cacheMode attribute.
- withCacheMode(ArtifactCacheMode) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
Copy the current immutable object by setting a value for the cacheMode attribute.
- withCacheModes(String...) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
Copy the current immutable object with elements that replace the content of cacheModes.
- withCacheModes(Iterable<String>) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
Copy the current immutable object with elements that replace the content of cacheModes.
- withCacheName(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
Copy the current immutable object by setting a value for the cacheName attribute.
- withCacheRateStats(CacheRateStats) - Method in class com.facebook.buck.distributed.BuildSlaveFinishedStatus
-
Copy the current immutable object by setting a value for the cacheRateStats attribute.
- withCacheReadMode(CacheReadMode) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
-
Copy the current immutable object by setting a value for the cacheReadMode attribute.
- withCacheReadMode(CacheReadMode) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
-
Copy the current immutable object by setting a value for the cacheReadMode attribute.
- withCacheReadMode(CacheReadMode) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
Copy the current immutable object by setting a value for the cacheReadMode attribute.
- withCacheResultType(CacheResultType) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
Copy the current immutable object by setting a present value for the optional cacheResultType attribute.
- withCacheResultType(Optional<? extends CacheResultType>) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
Copy the current immutable object by setting an optional value for the cacheResultType attribute.
- withCachesExamined(int) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
-
Copy the current immutable object by setting a value for the
cachesExamined attribute.
- withCacheSource(String) - Method in class com.facebook.buck.artifact_cache.CacheResult
-
Copy the current immutable object by setting a present value for the optional cacheSource attribute.
- withCacheSource(Optional<String>) - Method in class com.facebook.buck.artifact_cache.CacheResult
-
Copy the current immutable object by setting an optional value for the cacheSource attribute.
- withCanBeAsset(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
canBeAsset attribute.
- withCanBeAsset(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
canBeAsset attribute.
- withCanBeAsset(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
canBeAsset attribute.
- withCanBeAsset(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
canBeAsset attribute.
- withCanBeAsset(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
canBeAsset attribute.
- withCanBeAsset(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
canBeAsset attribute.
- withCanBeAsset(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
canBeAsset attribute.
- withCanBeAsset(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
canBeAsset attribute.
- withCanBeAsset(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the canBeAsset attribute.
- withCanReuseClassLoader(boolean) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields
-
Copy the current immutable object by setting a value for the canReuseClassLoader attribute.
- withCanReuseClassLoader(boolean) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
-
Copy the current immutable object by setting a value for the canReuseClassLoader attribute.
- withCategory(String) - Method in class com.facebook.buck.counters.CounterInfo
-
Copy the current immutable object by setting a value for the category attribute.
- withCategory(String) - Method in class com.facebook.buck.counters.CounterSnapshot
-
Copy the current immutable object by setting a value for the category attribute.
- withCategory(String) - Method in class com.facebook.buck.log.ErrorLogRecord
-
Copy the current immutable object by setting a value for the category attribute.
- withCategory(String) - Method in class com.facebook.buck.util.network.offline.ScribeData
-
Copy the current immutable object by setting a value for the category attribute.
- withCc(CompilerProvider) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a value for the cc attribute.
- withCell(Cell) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
Copy the current immutable object by setting a value for the
cell attribute.
- withCellName(String) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
-
Copy the current immutable object by setting a value for the cellName attribute.
- withCellPath(Path) - Method in class com.facebook.buck.parser.BuildFileSpec
-
Copy the current immutable object by setting a value for the cellPath attribute.
- withCellPathResolver(CellPathResolver) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
Copy the current immutable object by setting a value for the cellPathResolver attribute.
- withCellPathResolver(CellPathResolver) - Method in class com.facebook.buck.rules.args.StringWithMacrosArg
-
Copy the current immutable object by setting a value for the cellPathResolver attribute.
- withCellPathResolver(CellPathResolver) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by setting a value for the cellPathResolver attribute.
- withCellRoots(Map<String, ? extends Path>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
-
Copy the current immutable object by replacing the cellRoots map with the specified map.
- withCflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of cflags.
- withCflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of cflags.
- withCFlags(String...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object with elements that replace the content of cFlags.
- withCFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object with elements that replace the content of cFlags.
- withChildren(Path...) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
-
Copy the current immutable object with elements that replace the content of children.
- withChildren(Iterable<? extends Path>) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
-
Copy the current immutable object with elements that replace the content of children.
- withClassAbiPath(Path) - Method in class com.facebook.buck.jvm.java.DiffAbisStep
-
Copy the current immutable object by setting a value for the classAbiPath attribute.
- withClassesToRemoveFromJar(Pattern...) - Method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
-
Copy the current immutable object with elements that replace the content of classesToRemoveFromJar.
- withClassesToRemoveFromJar(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
-
Copy the current immutable object with elements that replace the content of classesToRemoveFromJar.
- withClassesToRemoveFromJar(Pattern...) - Method in class com.facebook.buck.jvm.java.JavacOptions
-
Copy the current immutable object with elements that replace the content of classesToRemoveFromJar.
- withClassesToRemoveFromJar(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavacOptions
-
Copy the current immutable object with elements that replace the content of classesToRemoveFromJar.
- withClassLoaderCache(ClassLoaderCache) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
Copy the current immutable object by setting a value for the classLoaderCache attribute.
- withClassLoaderCache(ClassLoaderCache) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by setting a value for the classLoaderCache attribute.
- withClassName(String) - Method in class com.facebook.buck.dalvik.DalvikMemberReference
-
Copy the current immutable object by setting a value for the className attribute.
- withClassNamesToHashesSupplier(Supplier<ImmutableMap<String, HashCode>>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
-
Copy the current immutable object by setting a value for the classNamesToHashesSupplier attribute.
- withClasspath(URL...) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields
-
Copy the current immutable object with elements that replace the content of classpath.
- withClasspath(Iterable<? extends URL>) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields
-
Copy the current immutable object with elements that replace the content of classpath.
- withClasspathDeps(BuildRule...) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
-
Copy the current immutable object with elements that replace the content of classpathDeps.
- withClasspathDeps(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
-
Copy the current immutable object with elements that replace the content of classpathDeps.
- withClasspathEntries(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
-
Copy the current immutable object with elements that replace the content of classpathEntries.
- withClasspathEntries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
-
Copy the current immutable object with elements that replace the content of classpathEntries.
- withClasspathEntriesToDex(SourcePath...) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Copy the current immutable object with elements that replace the content of classpathEntriesToDex.
- withClasspathEntriesToDex(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Copy the current immutable object with elements that replace the content of classpathEntriesToDex.
- withClasspathEntriesToDex(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection
-
Copy the current immutable object with elements that replace the content of classpathEntriesToDex.
- withClasspathEntriesToDex(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
-
Copy the current immutable object with elements that replace the content of classpathEntriesToDex.
- withClasspathFile(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Copy the current immutable object by setting a value for the classpathFile attribute.
- withClassPaths(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
-
Copy the current immutable object with elements that replace the content of classPaths.
- withClassPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
-
Copy the current immutable object with elements that replace the content of classPaths.
- withCleanerEnabled(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting a value for the cleanerEnabled attribute.
- withCLibs(String...) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of cLibs.
- withCLibs(Iterable<String>) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of cLibs.
- withCLinkableInput(NativeLinkableInput) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object by setting a value for the cLinkableInput attribute.
- withClock(Clock) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
Copy the current immutable object by setting a value for the
clock attribute.
- withClock(Clock) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
-
Copy the current immutable object by setting a value for the clock attribute.
- withClock(Clock) - Method in class com.facebook.buck.rules.BuildEngineBuildContext
-
Copy the current immutable object by setting a value for the clock attribute.
- withClock(Clock) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
Copy the current immutable object by setting a value for the clock attribute.
- withCmd(String) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
cmd attribute.
- withCmd(Optional<String>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
Copy the current immutable object by setting an optional value for the
cmd attribute.
- withCmd(String) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
Copy the current immutable object by setting a value for the cmd attribute.
- withCmd(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
cmd attribute.
- withCmd(Optional<String>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
Copy the current immutable object by setting an optional value for the
cmd attribute.
- withCmd(UnsignedInteger) - Method in class com.facebook.buck.macho.LoadCommandCommonFields
-
Copy the current immutable object by setting a value for the cmd attribute.
- withCmd(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
cmd attribute.
- withCmd(Optional<String>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
Copy the current immutable object by setting an optional value for the
cmd attribute.
- withCmdExe(String) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
cmdExe attribute.
- withCmdExe(Optional<String>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
Copy the current immutable object by setting an optional value for the
cmdExe attribute.
- withCmdExe(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
cmdExe attribute.
- withCmdExe(Optional<String>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
Copy the current immutable object by setting an optional value for the
cmdExe attribute.
- withCmdExe(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
cmdExe attribute.
- withCmdExe(Optional<String>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
Copy the current immutable object by setting an optional value for the
cmdExe attribute.
- withCmdsize(UnsignedInteger) - Method in class com.facebook.buck.macho.LoadCommandCommonFields
-
Copy the current immutable object by setting a value for the cmdsize attribute.
- withCodeCoverageEnabled(boolean) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Copy the current immutable object by setting a value for the codeCoverageEnabled attribute.
- withCodeCoverageEnabled(boolean) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by setting a value for the codeCoverageEnabled attribute.
- withCodeCoverageEnabled(boolean) - Method in class com.facebook.buck.test.TestRunningOptions
-
Copy the current immutable object by setting a value for the codeCoverageEnabled attribute.
- withCodesignAllocate(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Copy the current immutable object by setting a present value for the optional codesignAllocate attribute.
- withCodesignAllocate(Optional<? extends Tool>) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Copy the current immutable object by setting an optional value for the codesignAllocate attribute.
- withCodesignProvider(ToolProvider) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Copy the current immutable object by setting a value for the codesignProvider attribute.
- withCommand(String) - Method in class com.facebook.buck.apple.ApplePackageConfig
-
Copy the current immutable object by setting a value for the command attribute.
- withCommand(String...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
-
Copy the current immutable object with elements that replace the content of command.
- withCommand(Iterable<String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
-
Copy the current immutable object with elements that replace the content of command.
- withCommand(String...) - Method in class com.facebook.buck.util.ProcessExecutorParams
-
Copy the current immutable object with elements that replace the content of command.
- withCommand(Iterable<String>) - Method in class com.facebook.buck.util.ProcessExecutorParams
-
Copy the current immutable object with elements that replace the content of command.
- withCommandArgs(String...) - Method in class com.facebook.buck.log.InvocationInfo
-
Copy the current immutable object with elements that replace the content of commandArgs.
- withCommandArgs(String) - Method in class com.facebook.buck.rage.BuildLogEntry
-
Copy the current immutable object by setting a present value for the optional commandArgs attribute.
- withCommandArgs(Optional<String>) - Method in class com.facebook.buck.rage.BuildLogEntry
-
Copy the current immutable object by setting an optional value for the commandArgs attribute.
- withCommandsCount(int) - Method in class com.facebook.buck.cxx.MachoHeader
-
Copy the current immutable object by setting a value for the commandsCount attribute.
- withCompilationMode(JavacCompilationMode) - Method in class com.facebook.buck.jvm.java.JavacOptions
-
Copy the current immutable object by setting a value for the compilationMode attribute.
- withCompiledUberRDotJava(JavaLibrary) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Copy the current immutable object by setting a value for the compiledUberRDotJava attribute.
- withCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
compiler attribute.
- withCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting an optional value for the
compiler attribute.
- withCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
compiler attribute.
- withCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
compiler attribute.
- withCompiler(NdkCxxPlatformCompiler) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
-
Copy the current immutable object by setting a value for the compiler attribute.
- withCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
compiler attribute.
- withCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
compiler attribute.
- withCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
compiler attribute.
- withCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
compiler attribute.
- withCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
compiler attribute.
- withCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
compiler attribute.
- withCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacSpec
-
Copy the current immutable object by setting a present value for the optional compiler attribute.
- withCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.java.JavacSpec
-
Copy the current immutable object by setting an optional value for the compiler attribute.
- withCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
compiler attribute.
- withCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
compiler attribute.
- withCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
compiler attribute.
- withCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
compiler attribute.
- withCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
compiler attribute.
- withCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
compiler attribute.
- withCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
compiler attribute.
- withCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
compiler attribute.
- withCompilerClassName(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
compilerClassName attribute.
- withCompilerClassName(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting an optional value for the
compilerClassName attribute.
- withCompilerClassName(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
compilerClassName attribute.
- withCompilerClassName(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
compilerClassName attribute.
- withCompilerClassName(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
compilerClassName attribute.
- withCompilerClassName(Optional<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
compilerClassName attribute.
- withCompilerClassName(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
compilerClassName attribute.
- withCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
compilerClassName attribute.
- withCompilerClassName(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
compilerClassName attribute.
- withCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
compilerClassName attribute.
- withCompilerClassName(String) - Method in class com.facebook.buck.jvm.java.JavacSpec
-
Copy the current immutable object by setting a present value for the optional compilerClassName attribute.
- withCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavacSpec
-
Copy the current immutable object by setting an optional value for the compilerClassName attribute.
- withCompilerClassName(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
compilerClassName attribute.
- withCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
compilerClassName attribute.
- withCompilerClassName(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
compilerClassName attribute.
- withCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
compilerClassName attribute.
- withCompilerClassName(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
compilerClassName attribute.
- withCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
compilerClassName attribute.
- withCompilerClassName(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
compilerClassName attribute.
- withCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
compilerClassName attribute.
- withCompilerDebugPathSanitizer(DebugPathSanitizer) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a value for the compilerDebugPathSanitizer attribute.
- withCompilerDeps(BuildTarget...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of compilerDeps.
- withCompilerDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of compilerDeps.
- withCompilerFlags(Map<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
-
Copy the current immutable object by replacing the compilerFlags map with the specified map.
- withCompilerFlags(String...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
compilerFlags.
- withCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
compilerFlags.
- withCompilerFlags(String...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
compilerFlags.
- withCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
compilerFlags.
- withCompilerFlags(String...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
compilerFlags.
- withCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
compilerFlags.
- withCompilerFlags(String...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
compilerFlags.
- withCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
compilerFlags.
- withCompilerFlags(String...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
compilerFlags.
- withCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
compilerFlags.
- withCompilerFlags(Multimap<? extends AbstractCxxSource.Type, ? extends String>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
Copy the current immutable object by replacing the compilerFlags map with the specified map.
- withCompilerFlags(String...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
compilerFlags.
- withCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
compilerFlags.
- withCompilerFlags(String...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of compilerFlags.
- withCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of compilerFlags.
- withCompilerFlags(String...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of compilerFlags.
- withCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of compilerFlags.
- withCompilerFlags(String...) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of compilerFlags.
- withCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of compilerFlags.
- withCompilerFlags(String...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
compilerFlags.
- withCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
compilerFlags.
- withCompilerFlags(String...) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of compilerFlags.
- withCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of compilerFlags.
- withCompilerFlags(String...) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of compilerFlags.
- withCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of compilerFlags.
- withCompilerFlags(String...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
compilerFlags.
- withCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
compilerFlags.
- withCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of compilerFlags.
- withCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of compilerFlags.
- withCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of compilerFlags.
- withCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of compilerFlags.
- withCompilerFlags(String...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
compilerFlags.
- withCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
compilerFlags.
- withCompilerFlags(String...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of compilerFlags.
- withCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of compilerFlags.
- withCompilerInvocationFlags(String...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of compilerInvocationFlags.
- withCompilerInvocationFlags(Iterable<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of compilerInvocationFlags.
- withComponents(LuaPackageComponents) - Method in class com.facebook.buck.lua.LuaBinaryPackageComponents
-
Copy the current immutable object by setting a value for the components attribute.
- withComponents(String...) - Method in class com.facebook.buck.rules.RelativeCellName
-
Copy the current immutable object with elements that replace the content of components.
- withComponents(Iterable<String>) - Method in class com.facebook.buck.rules.RelativeCellName
-
Copy the current immutable object with elements that replace the content of components.
- withCompressAssetLibraries(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the compressAssetLibraries attribute.
- withComputeExopackageDepsAbi(ComputeExopackageDepsAbi) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Copy the current immutable object by setting a present value for the optional computeExopackageDepsAbi attribute.
- withComputeExopackageDepsAbi(Optional<? extends ComputeExopackageDepsAbi>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Copy the current immutable object by setting an optional value for the computeExopackageDepsAbi attribute.
- withConcurrencyLimit(ConcurrencyLimit) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by setting a value for the concurrencyLimit attribute.
- withConfig(ApplePackageConfig) - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
-
Copy the current immutable object by setting a value for the config attribute.
- withConfigs(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by replacing the
configs map with the specified map.
- withConfigs(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by replacing the
configs map with the specified map.
- withConfigs(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by replacing the
configs map with the specified map.
- withConfigs(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by replacing the configs map with the specified map.
- withConfiguredBuckOut(Path) - Method in class com.facebook.buck.io.BuckPaths
-
Copy the current immutable object by setting a value for the configuredBuckOut attribute.
- withConnectionTimeoutMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
Copy the current immutable object by setting a value for the connectionTimeoutMillis attribute.
- withConsole(Console) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
Copy the current immutable object by setting a value for the
console attribute.
- withConsole(Console) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
-
Copy the current immutable object by setting a value for the console attribute.
- withConsole(Console) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by setting a value for the console attribute.
- withContacts(String...) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
contacts.
- withContacts(Iterable<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
contacts.
- withContacts(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
contacts.
- withContacts(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
contacts.
- withContacts(String...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
contacts.
- withContacts(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
contacts.
- withContacts(String...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
contacts.
- withContacts(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
contacts.
- withContacts(String...) - Method in class com.facebook.buck.d.DTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
contacts.
- withContacts(Iterable<String>) - Method in class com.facebook.buck.d.DTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
contacts.
- withContacts(String...) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
contacts.
- withContacts(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
contacts.
- withContacts(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
contacts.
- withContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
contacts.
- withContacts(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
contacts.
- withContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
contacts.
- withContacts(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
contacts.
- withContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
contacts.
- withContacts(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
contacts.
- withContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
contacts.
- withContacts(String...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
contacts.
- withContacts(Iterable<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
contacts.
- withContacts(String...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
-
Copy the current immutable object with elements that replace the content of contacts.
- withContacts(Iterable<String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
-
Copy the current immutable object with elements that replace the content of contacts.
- withContacts(String...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of contacts.
- withContacts(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of contacts.
- withContacts(String...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
contacts.
- withContacts(Iterable<String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
contacts.
- withContacts(String...) - Method in class com.facebook.buck.test.TestResults
-
Copy the current immutable object with elements that replace the content of contacts.
- withContacts(Iterable<String>) - Method in class com.facebook.buck.test.TestResults
-
Copy the current immutable object with elements that replace the content of contacts.
- withContents(SourcePath...) - Method in class com.facebook.buck.cxx.ThinArchiveArg
-
Copy the current immutable object with elements that replace the content of contents.
- withContents(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.ThinArchiveArg
-
Copy the current immutable object with elements that replace the content of contents.
- withCoordinatorPort(Integer) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
-
Copy the current immutable object by setting a value for the coordinatorPort attribute.
- withCopyNativeLibraries(ImmutableMap<APKModule, CopyNativeLibraries>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Copy the current immutable object by setting a present value for the optional copyNativeLibraries attribute.
- withCopyNativeLibraries(Optional<? extends ImmutableMap<APKModule, CopyNativeLibraries>>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Copy the current immutable object by setting an optional value for the copyNativeLibraries attribute.
- withCopyNativeLibraries(ImmutableMap<APKModule, CopyNativeLibraries>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
-
Copy the current immutable object by setting a present value for the optional copyNativeLibraries attribute.
- withCopyNativeLibraries(Optional<? extends ImmutableMap<APKModule, CopyNativeLibraries>>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
-
Copy the current immutable object by setting an optional value for the copyNativeLibraries attribute.
- withCopySceneKitAssets(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Copy the current immutable object by setting a present value for the optional copySceneKitAssets attribute.
- withCopySceneKitAssets(Optional<? extends Tool>) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Copy the current immutable object by setting an optional value for the copySceneKitAssets attribute.
- withCount(int) - Method in class com.facebook.buck.log.LogConfigSetup
-
Copy the current immutable object by setting a value for the count attribute.
- withCoverageExcludes(String) - Method in class com.facebook.buck.test.TestRunningOptions
-
Copy the current immutable object by setting a present value for the optional coverageExcludes attribute.
- withCoverageExcludes(Optional<String>) - Method in class com.facebook.buck.test.TestRunningOptions
-
Copy the current immutable object by setting an optional value for the coverageExcludes attribute.
- withCoverageIncludes(String) - Method in class com.facebook.buck.test.TestRunningOptions
-
Copy the current immutable object by setting a present value for the optional coverageIncludes attribute.
- withCoverageIncludes(Optional<String>) - Method in class com.facebook.buck.test.TestRunningOptions
-
Copy the current immutable object by setting an optional value for the coverageIncludes attribute.
- withCoverageReportFormat(CoverageReportFormat) - Method in class com.facebook.buck.test.TestRunningOptions
-
Copy the current immutable object by setting a value for the coverageReportFormat attribute.
- withCoverageReportTitle(String) - Method in class com.facebook.buck.test.TestRunningOptions
-
Copy the current immutable object by setting a value for the coverageReportTitle attribute.
- withCpp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a value for the cpp attribute.
- withCppflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of cppflags.
- withCppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of cppflags.
- withCPreprocessor(Preprocessor) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object by setting a value for the cPreprocessor attribute.
- withCpu(int) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
-
Copy the current immutable object by setting a value for the cpu attribute.
- withCpuFilters(NdkCxxPlatforms.TargetCpuType...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of cpuFilters.
- withCpuFilters(Iterable<NdkCxxPlatforms.TargetCpuType>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of cpuFilters.
- withCpuReal(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
-
Copy the current immutable object by setting a value for the cpuReal attribute.
- withCpusubtype(Integer) - Method in class com.facebook.buck.macho.FatArch
-
Copy the current immutable object by setting a value for the cpusubtype attribute.
- withCpusubtype(Integer) - Method in class com.facebook.buck.macho.MachoHeader
-
Copy the current immutable object by setting a value for the cpusubtype attribute.
- withCpuSys(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
-
Copy the current immutable object by setting a value for the cpuSys attribute.
- withCpuTotal(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
-
Copy the current immutable object by setting a value for the cpuTotal attribute.
- withCputype(Integer) - Method in class com.facebook.buck.macho.FatArch
-
Copy the current immutable object by setting a value for the cputype attribute.
- withCputype(Integer) - Method in class com.facebook.buck.macho.MachoHeader
-
Copy the current immutable object by setting a value for the cputype attribute.
- withCpuUser(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
-
Copy the current immutable object by setting a value for the cpuUser attribute.
- withCrate(String) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the crate attribute.
- withCrate(String) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional crate attribute.
- withCrate(Optional<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the crate attribute.
- withCrate(String) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional crate attribute.
- withCrate(Optional<String>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the crate attribute.
- withCrate(String) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional crate attribute.
- withCrate(Optional<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the crate attribute.
- withCrateRoot(SourcePath) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional crateRoot attribute.
- withCrateRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the crateRoot attribute.
- withCrateRoot(SourcePath) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional crateRoot attribute.
- withCrateRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the crateRoot attribute.
- withCrateRoot(SourcePath) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional crateRoot attribute.
- withCrateRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the crateRoot attribute.
- withCreateDistributedBuildDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting a present value for the optional createDistributedBuildDurationMs attribute.
- withCreateDistributedBuildDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting an optional value for the createDistributedBuildDurationMs attribute.
- withCuda(CompilerProvider) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a present value for the optional cuda attribute.
- withCuda(Optional<? extends CompilerProvider>) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting an optional value for the cuda attribute.
- withCudaflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of cudaflags.
- withCudaflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of cudaflags.
- withCudapp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a present value for the optional cudapp attribute.
- withCudapp(Optional<? extends PreprocessorProvider>) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting an optional value for the cudapp attribute.
- withCudappflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of cudappflags.
- withCudappflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of cudappflags.
- withCurrentRevisionId(String) - Method in class com.facebook.buck.rage.SourceControlInfo
-
Copy the current immutable object by setting a value for the currentRevisionId attribute.
- withCurrentRevisionId(String) - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
-
Copy the current immutable object by setting a value for the currentRevisionId attribute.
- withCurrentRevisionId(String) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
-
Copy the current immutable object by setting a value for the currentRevisionId attribute.
- withCxx(CompilerProvider) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a value for the cxx attribute.
- withCxxBuckConfig(CxxBuckConfig) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
Copy the current immutable object by setting a value for the cxxBuckConfig attribute.
- withCxxBuckConfig(CxxBuckConfig) - Method in class com.facebook.buck.lua.NativeExecutableStarter
-
Copy the current immutable object by setting a value for the cxxBuckConfig attribute.
- withCxxflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of cxxflags.
- withCxxflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of cxxflags.
- withCxxHeaderDirs(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of cxxHeaderDirs.
- withCxxHeaderDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of cxxHeaderDirs.
- withCxxHeaders(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxHeaderSourceSpec
-
Copy the current immutable object by replacing the cxxHeaders map with the specified map.
- withCxxLibrary(BuildTarget) - Method in class com.facebook.buck.python.PythonPlatform
-
Copy the current immutable object by setting a present value for the optional cxxLibrary attribute.
- withCxxLibrary(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonPlatform
-
Copy the current immutable object by setting an optional value for the cxxLibrary attribute.
- withCxxLibraryWhitelist(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
cxxLibraryWhitelist.
- withCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
cxxLibraryWhitelist.
- withCxxLibraryWhitelist(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
cxxLibraryWhitelist.
- withCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
cxxLibraryWhitelist.
- withCxxLibraryWhitelist(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of cxxLibraryWhitelist.
- withCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of cxxLibraryWhitelist.
- withCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.android.NdkCxxPlatform
-
Copy the current immutable object by setting a value for the cxxPlatform attribute.
- withCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Copy the current immutable object by setting a value for the cxxPlatform attribute.
- withCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
Copy the current immutable object by setting a value for the cxxPlatform attribute.
- withCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.go.GoPlatform
-
Copy the current immutable object by setting a present value for the optional cxxPlatform attribute.
- withCxxPlatform(Optional<? extends CxxPlatform>) - Method in class com.facebook.buck.go.GoPlatform
-
Copy the current immutable object by setting an optional value for the cxxPlatform attribute.
- withCxxPlatform(Flavor) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional cxxPlatform attribute.
- withCxxPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the cxxPlatform attribute.
- withCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.lua.LuaScriptStarter
-
Copy the current immutable object by setting a value for the cxxPlatform attribute.
- withCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.lua.NativeExecutableStarter
-
Copy the current immutable object by setting a value for the cxxPlatform attribute.
- withCxxPlatform(Flavor) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional cxxPlatform attribute.
- withCxxPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the cxxPlatform attribute.
- withCxxPlatform(Flavor) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional cxxPlatform attribute.
- withCxxPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the cxxPlatform attribute.
- withCxxpp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a value for the cxxpp attribute.
- withCxxppflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of cxxppflags.
- withCxxppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of cxxppflags.
- withCxxPreprocessorInput(CxxPreprocessorInput...) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
Copy the current immutable object with elements that replace the content of cxxPreprocessorInput.
- withCxxPreprocessorInput(Iterable<? extends CxxPreprocessorInput>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
Copy the current immutable object with elements that replace the content of cxxPreprocessorInput.
- withCxxPreprocessorInput(CxxPreprocessorInput) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object by setting a value for the cxxPreprocessorInput attribute.
- withCxxRuntime(NdkCxxRuntime) - Method in class com.facebook.buck.android.NdkCxxPlatform
-
Copy the current immutable object by setting a value for the cxxRuntime attribute.
- withCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
cxxRuntimeType attribute.
- withCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
cxxRuntimeType attribute.
- withCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
cxxRuntimeType attribute.
- withCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
cxxRuntimeType attribute.
- withCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
cxxRuntimeType attribute.
- withCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
cxxRuntimeType attribute.
- withCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
cxxRuntimeType attribute.
- withCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
cxxRuntimeType attribute.
- withCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
cxxRuntimeType attribute.
- withCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
cxxRuntimeType attribute.
- withCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
cxxRuntimeType attribute.
- withCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
cxxRuntimeType attribute.
- withCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
cxxRuntimeType attribute.
- withCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
cxxRuntimeType attribute.
- withCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
cxxRuntimeType attribute.
- withCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object by setting an optional value for the
cxxRuntimeType attribute.
- withCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
cxxRuntimeType attribute.
- withCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object by setting an optional value for the
cxxRuntimeType attribute.
- withCxxSharedRuntimePath(Path) - Method in class com.facebook.buck.android.NdkCxxPlatform
-
Copy the current immutable object by setting a present value for the optional cxxSharedRuntimePath attribute.
- withCxxSharedRuntimePath(Optional<? extends Path>) - Method in class com.facebook.buck.android.NdkCxxPlatform
-
Copy the current immutable object by setting an optional value for the cxxSharedRuntimePath attribute.
- withCxxSources(Map<String, ? extends CxxSource>) - Method in class com.facebook.buck.cxx.CxxHeaderSourceSpec
-
Copy the current immutable object by replacing the cxxSources map with the specified map.
- withData(DependencyEntryData) - Method in class com.facebook.buck.ide.intellij.DependencyEntry
-
Copy the current immutable object by setting a present value for the optional data attribute.
- withData(Optional<? extends DependencyEntryData>) - Method in class com.facebook.buck.ide.intellij.DependencyEntry
-
Copy the current immutable object by setting an optional value for the data attribute.
- withDataoff(UnsignedInteger) - Method in class com.facebook.buck.macho.LinkEditDataCommand
-
Copy the current immutable object by setting a value for the dataoff attribute.
- withDatasize(UnsignedInteger) - Method in class com.facebook.buck.macho.LinkEditDataCommand
-
Copy the current immutable object by setting a value for the datasize attribute.
- withDb(SourcePath) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the db attribute.
- withDdmlibJarPath(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
Copy the current immutable object by setting a value for the ddmlibJarPath attribute.
- withDebugEnabled(boolean) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Copy the current immutable object by setting a value for the debugEnabled attribute.
- withDebugEnabled(boolean) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by setting a value for the debugEnabled attribute.
- withDebugMode(boolean) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
-
Copy the current immutable object by setting a present value for the optional debugMode attribute.
- withDebugMode(Optional<Boolean>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
-
Copy the current immutable object by setting an optional value for the debugMode attribute.
- withDefaultAmounts(ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
-
Creates a new service that has different default resource amounts.
- withDefaultIncludes(String...) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
-
Copy the current immutable object with elements that replace the content of defaultIncludes.
- withDefaultIncludes(Iterable<String>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
-
Copy the current immutable object with elements that replace the content of defaultIncludes.
- withDefaultPlatform(Flavor) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
defaultPlatform attribute.
- withDefaultPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
defaultPlatform attribute.
- withDefaultPlatform(Flavor) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
defaultPlatform attribute.
- withDefaultPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
defaultPlatform attribute.
- withDefaultPlatform(Flavor) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
defaultPlatform attribute.
- withDefaultPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
defaultPlatform attribute.
- withDefaultResourceAmounts(ResourceAmounts) - Method in class com.facebook.buck.rules.ResourceAwareSchedulingInfo
-
Copy the current immutable object by setting a value for the defaultResourceAmounts attribute.
- withDefaultRuleKeyFactory(RuleKeyFactoryWithDiagnostics<RuleKey>) - Method in class com.facebook.buck.rules.keys.RuleKeyFactories
-
Copy the current immutable object by setting a value for the defaultRuleKeyFactory attribute.
- withDefaultRuleKeyFactoryCacheRecycler(RuleKeyCacheRecycler<RuleKey>) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- withDefaultRuleKeyFactoryCacheRecycler(Optional<? extends RuleKeyCacheRecycler<RuleKey>>) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- withDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by replacing the
defaults map with the specified map.
- withDefaults(ImmutableMap<String, String>, ImmutableMap<String, String>) - Static method in class com.facebook.buck.apple.AppleBundle
-
- withDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by replacing the
defaults map with the specified map.
- withDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by replacing the
defaults map with the specified map.
- withDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object by replacing the
defaults map with the specified map.
- withDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by replacing the
defaults map with the specified map.
- withDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by replacing the
defaults map with the specified map.
- withDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by replacing the
defaults map with the specified map.
- withDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object by replacing the
defaults map with the specified map.
- withDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object by replacing the
defaults map with the specified map.
- withDefaultTestTimeoutMillis(long) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by setting a value for the defaultTestTimeoutMillis attribute.
- withDelegate(BuckConfig) - Method in class com.facebook.buck.rage.RageConfig
-
Copy the current immutable object by setting a value for the
delegate attribute.
- withDelegate(BuckConfig) - Method in class com.facebook.buck.rules.CachingBuildEngineBuckConfig
-
Copy the current immutable object by setting a value for the
delegate attribute.
- withDependencies(Map<? extends BuildTarget, ? extends DependencyType>) - Method in class com.facebook.buck.ide.intellij.model.IjModule
-
Copy the current immutable object by replacing the dependencies map with the specified map.
- withDependenciesPassTheirTests(boolean) - Method in class com.facebook.buck.test.TestResults
-
Copy the current immutable object by setting a value for the dependenciesPassTheirTests attribute.
- withDepFileRuleKey(RuleKey) - Method in class com.facebook.buck.rules.BuildRuleKeys
-
Copy the current immutable object by setting a present value for the optional depFileRuleKey attribute.
- withDepFileRuleKey(Optional<? extends RuleKey>) - Method in class com.facebook.buck.rules.BuildRuleKeys
-
Copy the current immutable object by setting an optional value for the depFileRuleKey attribute.
- withDepFileRuleKeyFactory(DependencyFileRuleKeyFactory) - Method in class com.facebook.buck.rules.keys.RuleKeyFactories
-
Copy the current immutable object by setting a value for the depFileRuleKeyFactory attribute.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
-
Copy the current immutable object with elements that replace the content of deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
-
Copy the current immutable object with elements that replace the content of deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.android.GenAidlDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.GenAidlDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
Copy the current immutable object with elements that replace the content of deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
Copy the current immutable object with elements that replace the content of deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxDeps
-
Copy the current immutable object with elements that replace the content of deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxDeps
-
Copy the current immutable object with elements that replace the content of deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.d.DBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.d.DBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.d.DLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.d.DLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.d.DTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.d.DTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Either<BuildTarget, String>...) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of deps.
- withDeps(Iterable<? extends Either<BuildTarget, String>>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(BuildTarget...) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg
-
Copy the current immutable object with elements that replace the content of
deps.
- withDepsQuery(Query) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
depsQuery attribute.
- withDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting an optional value for the
depsQuery attribute.
- withDepsQuery(Query) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
depsQuery attribute.
- withDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
depsQuery attribute.
- withDepsQuery(Query) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
depsQuery attribute.
- withDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
depsQuery attribute.
- withDepsQuery(Query) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
depsQuery attribute.
- withDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
depsQuery attribute.
- withDepsQuery(Query) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
depsQuery attribute.
- withDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
depsQuery attribute.
- withDepsQuery(Query) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional depsQuery attribute.
- withDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the depsQuery attribute.
- withDescription(String) - Method in class com.facebook.buck.model.UserFlavor
-
Copy the current immutable object by setting a value for the description attribute.
- withDescription(W) - Method in class com.facebook.buck.rules.TargetNode
-
- withDescriptions(Description<?>...) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
-
Copy the current immutable object with elements that replace the content of descriptions.
- withDescriptions(Iterable<? extends Description<?>>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
-
Copy the current immutable object with elements that replace the content of descriptions.
- withDescriptor(String) - Method in class com.facebook.buck.dalvik.DalvikMemberReference
-
Copy the current immutable object by setting a value for the descriptor attribute.
- withDesiredLink(Path) - Method in class com.facebook.buck.step.fs.SymlinkFileStep
-
Copy the current immutable object by setting a value for the desiredLink attribute.
- withDestination(PBXCopyFilesBuildPhase.Destination) - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
-
Copy the current immutable object by setting a value for the destination attribute.
- withDestinationSpecifier(Map<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by replacing the destinationSpecifier map with the specified map.
- withDeveloperCertificateFingerprints(HashCode...) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
-
Copy the current immutable object with elements that replace the content of developerCertificateFingerprints.
- withDeveloperCertificateFingerprints(Iterable<? extends HashCode>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
-
Copy the current immutable object with elements that replace the content of developerCertificateFingerprints.
- withDeveloperPath(Path) - Method in class com.facebook.buck.apple.AppleSdkPaths
-
Copy the current immutable object by setting a present value for the optional developerPath attribute.
- withDeveloperPath(Optional<? extends Path>) - Method in class com.facebook.buck.apple.AppleSdkPaths
-
Copy the current immutable object by setting an optional value for the developerPath attribute.
- withDeviceSerial(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
Copy the current immutable object by setting a present value for the optional deviceSerial attribute.
- withDeviceSerial(Optional<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
Copy the current immutable object by setting an optional value for the deviceSerial attribute.
- withDexCompression(DexStore) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional dexCompression attribute.
- withDexCompression(Optional<? extends DexStore>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the dexCompression attribute.
- withDexInfo(ExopackageInfo.DexInfo) - Method in class com.facebook.buck.rules.ExopackageInfo
-
Copy the current immutable object by setting a present value for the optional dexInfo attribute.
- withDexInfo(Optional<? extends ExopackageInfo.DexInfo>) - Method in class com.facebook.buck.rules.ExopackageInfo
-
Copy the current immutable object by setting an optional value for the dexInfo attribute.
- withDexReorderDataDumpFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional dexReorderDataDumpFile attribute.
- withDexReorderDataDumpFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the dexReorderDataDumpFile attribute.
- withDexReorderToolFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional dexReorderToolFile attribute.
- withDexReorderToolFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the dexReorderToolFile attribute.
- withDiagnostics(Map<String, Object>...) - Method in class com.facebook.buck.json.BuildFilePythonResult
-
Copy the current immutable object with elements that replace the content of diagnostics.
- withDiagnostics(Iterable<? extends Map<String, Object>>) - Method in class com.facebook.buck.json.BuildFilePythonResult
-
Copy the current immutable object with elements that replace the content of diagnostics.
- withDiff(String) - Method in class com.facebook.buck.rage.SourceControlInfo
-
Copy the current immutable object by setting a present value for the optional diff attribute.
- withDiff(Optional<String>) - Method in class com.facebook.buck.rage.SourceControlInfo
-
Copy the current immutable object by setting an optional value for the diff attribute.
- withDiff(String) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
-
Copy the current immutable object by setting a present value for the optional diff attribute.
- withDiff(Optional<String>) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
-
Copy the current immutable object by setting an optional value for the diff attribute.
- withDirCacheEntries(DirCacheEntry...) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries
-
Copy the current immutable object with elements that replace the content of dirCacheEntries.
- withDirCacheEntries(Iterable<? extends DirCacheEntry>) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries
-
Copy the current immutable object with elements that replace the content of dirCacheEntries.
- withDirectory(String) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
-
Copy the current immutable object by setting a value for the directory attribute.
- withDirectory(Path) - Method in class com.facebook.buck.rules.ExopackageInfo.DexInfo
-
Copy the current immutable object by setting a value for the directory attribute.
- withDirectory(Path) - Method in class com.facebook.buck.rules.ExopackageInfo.NativeLibsInfo
-
Copy the current immutable object by setting a value for the directory attribute.
- withDirectory(Path) - Method in class com.facebook.buck.util.ProcessExecutorParams
-
Copy the current immutable object by setting a present value for the optional directory attribute.
- withDirectory(Optional<? extends Path>) - Method in class com.facebook.buck.util.ProcessExecutorParams
-
Copy the current immutable object by setting an optional value for the directory attribute.
- withDirectoryForTestResults(Path) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
Copy the current immutable object by setting a present value for the optional directoryForTestResults attribute.
- withDirectoryForTestResults(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
Copy the current immutable object by setting an optional value for the directoryForTestResults attribute.
- withDirectoryForTestResults(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Copy the current immutable object by setting a present value for the optional directoryForTestResults attribute.
- withDirectoryForTestResults(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Copy the current immutable object by setting an optional value for the directoryForTestResults attribute.
- withDirectToJarOutputPath(Path) - Method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
-
Copy the current immutable object by setting a value for the directToJarOutputPath attribute.
- withDirectToJarOutputSettings(DirectToJarOutputSettings) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
Copy the current immutable object by setting a present value for the optional directToJarOutputSettings attribute.
- withDirectToJarOutputSettings(Optional<? extends DirectToJarOutputSettings>) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
Copy the current immutable object by setting an optional value for the directToJarOutputSettings attribute.
- withDirs(SourcePath...) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
Copy the current immutable object with elements that replace the content of dirs.
- withDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
Copy the current immutable object with elements that replace the content of dirs.
- withDirs(SourcePath...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
Copy the current immutable object with elements that replace the content of dirs.
- withDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
Copy the current immutable object with elements that replace the content of dirs.
- withDirsContainingResourceDirs(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleResources
-
Copy the current immutable object with elements that replace the content of dirsContainingResourceDirs.
- withDirsContainingResourceDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources
-
Copy the current immutable object with elements that replace the content of dirsContainingResourceDirs.
- withDirtyFiles(String...) - Method in class com.facebook.buck.rage.SourceControlInfo
-
Copy the current immutable object with elements that replace the content of dirtyFiles.
- withDirtyFiles(Iterable<String>) - Method in class com.facebook.buck.rage.SourceControlInfo
-
Copy the current immutable object with elements that replace the content of dirtyFiles.
- withDisablePreDex(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the disablePreDex attribute.
- withDiskIO(int) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
-
Copy the current immutable object by setting a value for the diskIO attribute.
- withDistBuildMode(DistBuildMode) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
-
Copy the current immutable object by setting a value for the distBuildMode attribute.
- withDistributedBuildExitCode(int) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting a present value for the optional distributedBuildExitCode attribute.
- withDistributedBuildExitCode(Optional<Integer>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting an optional value for the distributedBuildExitCode attribute.
- withDistributedBuildModeEnabled(boolean) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
Copy the current immutable object by setting a value for the distributedBuildModeEnabled attribute.
- withDllName(String) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the dllName attribute.
- withDoesNotAffectAbi(boolean) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
-
Copy the current immutable object by setting a value for the doesNotAffectAbi attribute.
- withDoesNotAffectAbi(boolean) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
-
Copy the current immutable object by setting a value for the doesNotAffectAbi attribute.
- withDraftCompile(boolean) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional draftCompile attribute.
- withDraftCompile(Optional<Boolean>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the draftCompile attribute.
- withDsymutil(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Copy the current immutable object by setting a value for the dsymutil attribute.
- withDuplicateResourceBehavior(AndroidBinaryDescription.AbstractAndroidBinaryDescriptionArg.DuplicateResourceBehaviour) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the duplicateResourceBehavior attribute.
- withEnableObjcInterop(boolean) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional enableObjcInterop attribute.
- withEnableObjcInterop(Optional<Boolean>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the enableObjcInterop attribute.
- withEnableRelinker(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the enableRelinker attribute.
- withEndIndex(int) - Method in class com.facebook.buck.model.MacroMatchResult
-
Copy the current immutable object by setting a value for the endIndex attribute.
- withEnhancedDeps(BuildRule...) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
Copy the current immutable object with elements that replace the content of enhancedDeps.
- withEnhancedDeps(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
Copy the current immutable object with elements that replace the content of enhancedDeps.
- withEntitlements(Map<String, ? extends NSObject>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
-
Copy the current immutable object by replacing the entitlements map with the specified map.
- withEntriesToJar(ImmutableSortedSet<Path>) - Method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
-
Copy the current immutable object by setting a value for the entriesToJar attribute.
- withEntry(Either<ImmutableSet<String>, String>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
-
Copy the current immutable object by setting a value for the entry attribute.
- withEntryPath(SourcePath) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
entryPath attribute.
- withEntryPath(SourcePath) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
-
Copy the current immutable object by setting a value for the
entryPath attribute.
- withEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by replacing the
env map with the specified map.
- withEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by replacing the env map with the specified map.
- withEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by replacing the env map with the specified map.
- withEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by replacing the
env map with the specified map.
- withEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by replacing the env map with the specified map.
- withEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object by replacing the env map with the specified map.
- withEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by replacing the env map with the specified map.
- withEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
-
Copy the current immutable object by replacing the env map with the specified map.
- withEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
Copy the current immutable object by replacing the env map with the specified map.
- withEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
Copy the current immutable object by replacing the env map with the specified map.
- withEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
Copy the current immutable object by replacing the
environment map with the specified map.
- withEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
Copy the current immutable object by replacing the environment map with the specified map.
- withEnvironment(PythonEnvironment) - Method in class com.facebook.buck.python.PythonPlatform
-
Copy the current immutable object by setting a value for the environment attribute.
- withEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.rules.BuildEngineBuildContext
-
Copy the current immutable object by replacing the environment map with the specified map.
- withEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by replacing the environment map with the specified map.
- withEnvironment(ImmutableMap<String, String>) - Method in class com.facebook.buck.util.ProcessExecutorParams
-
Copy the current immutable object by setting a present value for the optional environment attribute.
- withEnvironment(Optional<? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.util.ProcessExecutorParams
-
Copy the current immutable object by setting an optional value for the environment attribute.
- withEnvironmentOverrides(Map<String, ? extends String>) - Method in class com.facebook.buck.test.TestRunningOptions
-
Copy the current immutable object by replacing the environmentOverrides map with the specified map.
- withErrorCheckTimeRangeMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
Copy the current immutable object by setting a value for the errorCheckTimeRangeMillis attribute.
- withErrorMessage(String) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
-
Copy the current immutable object by setting a present value for the optional errorMessage attribute.
- withErrorMessage(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
-
Copy the current immutable object by setting an optional value for the errorMessage attribute.
- withErrorMessage(String) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
-
Copy the current immutable object by setting a present value for the optional errorMessage attribute.
- withErrorMessage(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
-
Copy the current immutable object by setting an optional value for the errorMessage attribute.
- withErrorMessage(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
-
Copy the current immutable object by setting a present value for the optional errorMessage attribute.
- withErrorMessage(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
-
Copy the current immutable object by setting an optional value for the errorMessage attribute.
- withErrorMessage(String) - Method in class com.facebook.buck.rage.RageJsonResponse
-
Copy the current immutable object by setting a present value for the optional errorMessage attribute.
- withErrorMessage(Optional<String>) - Method in class com.facebook.buck.rage.RageJsonResponse
-
Copy the current immutable object by setting an optional value for the errorMessage attribute.
- withErrorMessageFormat(String) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
-
Copy the current immutable object by setting a value for the errorMessageFormat attribute.
- withErrorTextTemplate(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
Copy the current immutable object by setting a value for the errorTextTemplate attribute.
- withEscaped(boolean) - Method in class com.facebook.buck.model.MacroMatchResult
-
Copy the current immutable object by setting a value for the escaped attribute.
- withEventBus(BuckEventBus) - Method in class com.facebook.buck.rules.BuildContext
-
Copy the current immutable object by setting a value for the eventBus attribute.
- withEventBus(BuckEventBus) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
Copy the current immutable object by setting a value for the eventBus attribute.
- withEventSink(JavacEventSink) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
Copy the current immutable object by setting a value for the eventSink attribute.
- withException(Exception) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
-
Copy the current immutable object by setting a present value for the optional exception attribute.
- withException(Optional<? extends Exception>) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
-
Copy the current immutable object by setting an optional value for the exception attribute.
- withException(Exception) - Method in class com.facebook.buck.slb.PerServerPingData
-
Copy the current immutable object by setting a present value for the optional exception attribute.
- withException(Optional<? extends Exception>) - Method in class com.facebook.buck.slb.PerServerPingData
-
Copy the current immutable object by setting an optional value for the exception attribute.
- withExcludeArtifactsEnabled(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting a value for the excludeArtifactsEnabled attribute.
- withExcludedResourcePaths(String...) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object with elements that replace the content of excludedResourcePaths.
- withExcludedResourcePaths(Iterable<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object with elements that replace the content of excludedResourcePaths.
- withExcludedRoots(Map<? extends BuildTarget, ? extends NativeLinkable>) - Method in class com.facebook.buck.cxx.OmnibusRoots
-
Copy the current immutable object by replacing the excludedRoots map with the specified map.
- withExcludes(Path...) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule
-
Copy the current immutable object with elements that replace the content of excludes.
- withExcludes(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule
-
Copy the current immutable object with elements that replace the content of excludes.
- withExe(BuildTarget) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
Copy the current immutable object by setting a present value for the optional exe attribute.
- withExe(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
Copy the current immutable object by setting an optional value for the exe attribute.
- withExecutable(boolean) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
Copy the current immutable object by setting a present value for the optional executable attribute.
- withExecutable(Optional<Boolean>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
Copy the current immutable object by setting an optional value for the executable attribute.
- withExecutablesPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations
-
Copy the current immutable object by setting a value for the executablesPath attribute.
- withExecutors(Map<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
Copy the current immutable object by replacing the
executors map with the specified map.
- withExecutors(Map<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
-
Copy the current immutable object by replacing the executors map with the specified map.
- withExecutors(Map<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by replacing the executors map with the specified map.
- withExecutorService(WeightedListeningExecutorService) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
-
Copy the current immutable object by setting a value for the executorService attribute.
- withExistingFile(Path) - Method in class com.facebook.buck.step.fs.SymlinkFileStep
-
Copy the current immutable object by setting a value for the existingFile attribute.
- withExitCode(int) - Method in class com.facebook.buck.cli.InstallResult
-
Copy the current immutable object by setting a value for the exitCode attribute.
- withExitCode(int) - Method in class com.facebook.buck.distributed.BuildSlaveFinishedStatus
-
Copy the current immutable object by setting a value for the exitCode attribute.
- withExitCode(int) - Method in class com.facebook.buck.rage.BuildLogEntry
-
Copy the current immutable object by setting a present value for the optional exitCode attribute.
- withExitCode(OptionalInt) - Method in class com.facebook.buck.rage.BuildLogEntry
-
Copy the current immutable object by setting an optional value for the exitCode attribute.
- withExitCode(int) - Method in class com.facebook.buck.step.StepExecutionResult
-
Copy the current immutable object by setting a value for the exitCode attribute.
- withExitCode(int) - Method in class com.facebook.buck.worker.WorkerJobResult
-
Copy the current immutable object by setting a value for the exitCode attribute.
- withExopackage(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional exopackage attribute.
- withExopackage(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the exopackage attribute.
- withExopackageInfo(ExopackageInfo) - Method in class com.facebook.buck.android.ApkInfo
-
Copy the current immutable object by setting a
present value for the optional
exopackageInfo attribute.
- withExopackageInfo(Optional<? extends ExopackageInfo>) - Method in class com.facebook.buck.android.ApkInfo
-
Copy the current immutable object by setting an optional value for the
exopackageInfo attribute.
- withExopackageModes(AndroidBinary.ExopackageMode...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of exopackageModes.
- withExopackageModes(Iterable<AndroidBinary.ExopackageMode>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of exopackageModes.
- withExoResources(SourcePath...) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
Copy the current immutable object with elements that replace the content of exoResources.
- withExoResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
Copy the current immutable object with elements that replace the content of exoResources.
- withExoResources(SourcePath...) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Copy the current immutable object with elements that replace the content of exoResources.
- withExoResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Copy the current immutable object with elements that replace the content of exoResources.
- withExpanders(AbstractMacroExpanderWithoutPrecomputedWork<? extends Macro>...) - Method in class com.facebook.buck.rules.args.StringWithMacrosArg
-
Copy the current immutable object with elements that replace the content of expanders.
- withExpanders(Iterable<? extends AbstractMacroExpanderWithoutPrecomputedWork<? extends Macro>>) - Method in class com.facebook.buck.rules.args.StringWithMacrosArg
-
Copy the current immutable object with elements that replace the content of expanders.
- withExpectedHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
-
Copy the current immutable object by setting a value for the expectedHashCode attribute.
- withExpectedHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
-
Copy the current immutable object by setting a value for the expectedHashCode attribute.
- withExpectedHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
-
Copy the current immutable object by setting a value for the expectedHashCode attribute.
- withExperimentalArgs(String...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of experimentalArgs.
- withExperimentalArgs(Iterable<String>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of experimentalArgs.
- withExpirationDate(Date) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
-
Copy the current immutable object by setting a value for the expirationDate attribute.
- withExplicitRunnablePath(String) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
-
Copy the current immutable object by setting a present value for the optional explicitRunnablePath attribute.
- withExplicitRunnablePath(Optional<String>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
-
Copy the current immutable object by setting an optional value for the explicitRunnablePath attribute.
- withExported(boolean) - Method in class com.facebook.buck.ide.intellij.DependencyEntryData
-
Copy the current immutable object by setting a value for the exported attribute.
- withExportedCompilerFlags(String...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of exportedCompilerFlags.
- withExportedCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of exportedCompilerFlags.
- withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedDeps.
- withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedDeps.
- withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedDeps.
- withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedDeps.
- withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedDeps.
- withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedDeps.
- withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedDeps.
- withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedDeps.
- withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedDeps.
- withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedDeps.
- withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedDeps.
- withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedDeps.
- withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedDeps.
- withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedDeps.
- withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of exportedDeps.
- withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of exportedDeps.
- withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object with elements that replace the content of exportedDeps.
- withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object with elements that replace the content of exportedDeps.
- withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of exportedDeps.
- withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of exportedDeps.
- withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.go.GoLinkable
-
Copy the current immutable object with elements that replace the content of exportedDeps.
- withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLinkable
-
Copy the current immutable object with elements that replace the content of exportedDeps.
- withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedDeps.
- withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedDeps.
- withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedDeps.
- withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedDeps.
- withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedDeps.
- withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedDeps.
- withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedDeps.
- withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedDeps.
- withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedDeps.
- withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedDeps.
- withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedDeps.
- withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedDeps.
- withExportedHeaders(SourceList) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the
exportedHeaders attribute.
- withExportedHeaders(SourceList) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
exportedHeaders attribute.
- withExportedHeaders(SourceList) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a value for the
exportedHeaders attribute.
- withExportedHeaders(SourceList) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
exportedHeaders attribute.
- withExportedHeaders(SourceList) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the exportedHeaders attribute.
- withExportedLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- withExportedLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- withExportedLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- withExportedLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- withExportedLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by replacing the exportedLangPreprocessorFlags map with the specified map.
- withExportedLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedLinkerFlags.
- withExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedLinkerFlags.
- withExportedLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedLinkerFlags.
- withExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedLinkerFlags.
- withExportedLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedLinkerFlags.
- withExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedLinkerFlags.
- withExportedLinkerFlags(String...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
Copy the current immutable object with elements that replace the content of exportedLinkerFlags.
- withExportedLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
Copy the current immutable object with elements that replace the content of exportedLinkerFlags.
- withExportedLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedLinkerFlags.
- withExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
exportedLinkerFlags.
- withExportedLinkerFlags(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of exportedLinkerFlags.
- withExportedLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of exportedLinkerFlags.
- withExportedLinkerFlags(String...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of exportedLinkerFlags.
- withExportedLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of exportedLinkerFlags.
- withExportedPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- withExportedPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- withExportedPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- withExportedPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- withExportedPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- withExportedPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- withExportedPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- withExportedPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- withExportedPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the exportedPlatformHeaders attribute.
- withExportedPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- withExportedPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- withExportedPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- withExportedPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
Copy the current immutable object by setting a value for the exportedPlatformLinkerFlags attribute.
- withExportedPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- withExportedPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the exportedPlatformLinkerFlags attribute.
- withExportedPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- withExportedPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- withExportedPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- withExportedPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- withExportedPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the exportedPlatformPreprocessorFlags attribute.
- withExportedPreprocessorFlags(String...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- withExportedPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- withExportedPreprocessorFlags(String...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- withExportedPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- withExportedPreprocessorFlags(String...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- withExportedPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- withExportedPreprocessorFlags(String...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- withExportedPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- withExportedPreprocessorFlags(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of exportedPreprocessorFlags.
- withExportedPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of exportedPreprocessorFlags.
- withExportedPreprocessorFlags(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object with elements that replace the content of exportedPreprocessorFlags.
- withExportedPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object with elements that replace the content of exportedPreprocessorFlags.
- withExtension(Either<AppleBundleExtension, String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
Copy the current immutable object by setting a value for the
extension attribute.
- withExtension(String) - Method in class com.facebook.buck.apple.ApplePackageConfig
-
Copy the current immutable object by setting a value for the extension attribute.
- withExtension(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional extension attribute.
- withExtension(Optional<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the extension attribute.
- withExtension(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional extension attribute.
- withExtension(Optional<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the extension attribute.
- withExtraArgs(String) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional extraArgs attribute.
- withExtraArgs(Optional<String>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the extraArgs attribute.
- withExtraArgs(String...) - Method in class com.facebook.buck.rules.VersionedTool
-
Copy the current immutable object with elements that replace the content of extraArgs.
- withExtraArgs(Iterable<String>) - Method in class com.facebook.buck.rules.VersionedTool
-
Copy the current immutable object with elements that replace the content of extraArgs.
- withExtraArguments(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraArguments.
- withExtraArguments(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraArguments.
- withExtraArguments(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraArguments.
- withExtraArguments(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraArguments.
- withExtraArguments(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraArguments.
- withExtraArguments(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraArguments.
- withExtraArguments(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraArguments.
- withExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraArguments.
- withExtraArguments(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraArguments.
- withExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraArguments.
- withExtraArguments(String...) - Method in class com.facebook.buck.jvm.java.JavacOptions
-
Copy the current immutable object with elements that replace the content of extraArguments.
- withExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacOptions
-
Copy the current immutable object with elements that replace the content of extraArguments.
- withExtraArguments(String...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraArguments.
- withExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraArguments.
- withExtraArguments(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraArguments.
- withExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraArguments.
- withExtraArguments(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraArguments.
- withExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraArguments.
- withExtraArguments(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraArguments.
- withExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraArguments.
- withExtraArguments(String...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of extraArguments.
- withExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of extraArguments.
- withExtraArguments(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of extraArguments.
- withExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of extraArguments.
- withExtraClassPathDependencies(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjModule
-
Copy the current immutable object with elements that replace the content of extraClassPathDependencies.
- withExtraClassPathDependencies(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModule
-
Copy the current immutable object with elements that replace the content of extraClassPathDependencies.
- withExtraData(Map<String, ? extends String>) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
Copy the current immutable object by replacing the extraData map with the specified map.
- withExtraFiles(Path...) - Method in class com.facebook.buck.rage.ExtraInfoResult
-
Copy the current immutable object with elements that replace the content of
extraFiles.
- withExtraFiles(Iterable<? extends Path>) - Method in class com.facebook.buck.rage.ExtraInfoResult
-
Copy the current immutable object with elements that replace the content of
extraFiles.
- withExtraGroovycArguments(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- withExtraGroovycArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- withExtraGroovycArguments(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- withExtraGroovycArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- withExtraInfo(String) - Method in class com.facebook.buck.rage.DefectReport
-
Copy the current immutable object by setting a
present value for the optional
extraInfo attribute.
- withExtraInfo(Optional<String>) - Method in class com.facebook.buck.rage.DefectReport
-
Copy the current immutable object by setting an optional value for the
extraInfo attribute.
- withExtraJvmArgs(ImmutableList<String>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Copy the current immutable object by setting a present value for the optional extraJvmArgs attribute.
- withExtraJvmArgs(Optional<? extends ImmutableList<String>>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Copy the current immutable object by setting an optional value for the extraJvmArgs attribute.
- withExtraKotlincArguments(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- withExtraKotlincArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- withExtraKotlincArguments(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- withExtraKotlincArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- withExtraSchemes(Map<String, ? extends BuildTarget>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
-
Copy the current immutable object by replacing the extraSchemes map with the specified map.
- withExtraTargets(BuildTarget...) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
-
Copy the current immutable object with elements that replace the content of extraTargets.
- withExtraTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
-
Copy the current immutable object with elements that replace the content of extraTargets.
- withExtraTests(BuildTarget...) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
-
Copy the current immutable object with elements that replace the content of extraTests.
- withExtraTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
-
Copy the current immutable object with elements that replace the content of extraTests.
- withExtraXcodeFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraXcodeFiles.
- withExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraXcodeFiles.
- withExtraXcodeFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraXcodeFiles.
- withExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraXcodeFiles.
- withExtraXcodeFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraXcodeFiles.
- withExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraXcodeFiles.
- withExtraXcodeFiles(SourcePath...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraXcodeFiles.
- withExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraXcodeFiles.
- withExtraXcodeSources(SourcePath...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraXcodeSources.
- withExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraXcodeSources.
- withExtraXcodeSources(SourcePath...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraXcodeSources.
- withExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraXcodeSources.
- withExtraXcodeSources(SourcePath...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraXcodeSources.
- withExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraXcodeSources.
- withExtraXcodeSources(SourcePath...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraXcodeSources.
- withExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
extraXcodeSources.
- withFailures(BuildResult...) - Method in class com.facebook.buck.command.BuildExecutionResult
-
Copy the current immutable object with elements that replace the content of failures.
- withFailures(Iterable<? extends BuildResult>) - Method in class com.facebook.buck.command.BuildExecutionResult
-
Copy the current immutable object with elements that replace the content of failures.
- withFailureUploadCount(AtomicInteger) - Method in class com.facebook.buck.log.CacheUploadInfo
-
Copy the current immutable object by setting a value for the failureUploadCount attribute.
- withFatTarget(BuildTarget) - Method in class com.facebook.buck.apple.MultiarchFileInfo
-
Copy the current immutable object by setting a value for the fatTarget attribute.
- withFeatures(String...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of features.
- withFeatures(Iterable<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of features.
- withFeatures(String...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of features.
- withFeatures(Iterable<String>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of features.
- withFeatures(String...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of features.
- withFeatures(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of features.
- withFetchClient(HttpService) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
Copy the current immutable object by setting a value for the fetchClient attribute.
- withFetchResult(CacheResult) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
-
Copy the current immutable object by setting a present value for the optional fetchResult attribute.
- withFetchResult(Optional<? extends CacheResult>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
-
Copy the current immutable object by setting an optional value for the fetchResult attribute.
- withFetchTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats
-
Copy the current immutable object by setting a value for the fetchTimeMs attribute.
- withFile(String) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
-
Copy the current immutable object by setting a value for the file attribute.
- withFileChangesIgnoredReport(FileChangesIgnoredReport) - Method in class com.facebook.buck.rage.DefectReport
-
- withFileChangesIgnoredReport(Optional<? extends FileChangesIgnoredReport>) - Method in class com.facebook.buck.rage.DefectReport
-
- withFileHashCache(StackedFileHashCache) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
Copy the current immutable object by setting a value for the
fileHashCache attribute.
- withFileMode(int) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
-
Copy the current immutable object by setting a value for the fileMode attribute.
- withFileModificationTimestamp(long) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
-
Copy the current immutable object by setting a value for the fileModificationTimestamp attribute.
- withFileName(String) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
-
Copy the current immutable object by setting a value for the fileName attribute.
- withFileName(Path) - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
-
Copy the current immutable object by setting a value for the fileName attribute.
- withFileName(Path) - Method in class com.facebook.buck.json.BuildFileSyntaxError
-
Copy the current immutable object by setting a value for the fileName attribute.
- withFileNameLength(int) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
-
Copy the current immutable object by setting a value for the fileNameLength attribute.
- withFileoff(UnsignedLong) - Method in class com.facebook.buck.macho.SegmentCommand
-
Copy the current immutable object by setting a value for the fileoff attribute.
- withFileOffset(long) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
-
Copy the current immutable object by setting a value for the fileOffset attribute.
- withFilePath(Path) - Method in class com.facebook.buck.ide.intellij.model.ModuleIndexEntry
-
Copy the current immutable object by setting a value for the filePath attribute.
- withFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
Copy the current immutable object with elements that replace the content of files.
- withFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
Copy the current immutable object with elements that replace the content of files.
- withFilesExamined(int) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
-
Copy the current immutable object by setting a value for the
filesExamined attribute.
- withFileSize(long) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
-
Copy the current immutable object by setting a value for the fileSize attribute.
- withFilesize(UnsignedLong) - Method in class com.facebook.buck.macho.SegmentCommand
-
Copy the current immutable object by setting a value for the filesize attribute.
- withFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.cxx.ElfClearProgramHeadersStep
-
Copy the current immutable object by setting a value for the filesystem attribute.
- withFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.cxx.ElfDynamicSectionScrubberStep
-
Copy the current immutable object by setting a value for the filesystem attribute.
- withFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.cxx.ElfExtractSectionsStep
-
Copy the current immutable object by setting a value for the filesystem attribute.
- withFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.cxx.ElfSymbolTableScrubberStep
-
Copy the current immutable object by setting a value for the filesystem attribute.
- withFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.rules.keys.RuleKeyInput
-
Copy the current immutable object by setting a value for the filesystem attribute.
- withFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.step.fs.SymlinkFileStep
-
Copy the current immutable object by setting a value for the filesystem attribute.
- withFiletype(UnsignedInteger) - Method in class com.facebook.buck.macho.MachoHeader
-
Copy the current immutable object by setting a value for the filetype attribute.
- withFileUrl(String) - Method in class com.facebook.buck.ide.intellij.model.ModuleIndexEntry
-
Copy the current immutable object by setting a value for the fileUrl attribute.
- withFinalDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Copy the current immutable object by setting a value for the finalDeps attribute.
- withFinalRName(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
finalRName attribute.
- withFinalRName(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting an optional value for the
finalRName attribute.
- withFinalRName(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
finalRName attribute.
- withFinalRName(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
finalRName attribute.
- withFingerprint(HashCode) - Method in class com.facebook.buck.apple.CodeSignIdentity
-
Copy the current immutable object by setting a present value for the optional fingerprint attribute.
- withFingerprint(Optional<? extends HashCode>) - Method in class com.facebook.buck.apple.CodeSignIdentity
-
Copy the current immutable object by setting an optional value for the fingerprint attribute.
- withFinish(BuckEventExternalInterface) - Method in class com.facebook.buck.event.listener.EventPair
-
Copy the current immutable object by setting a present value for the optional finish attribute.
- withFinish(Optional<? extends BuckEventExternalInterface>) - Method in class com.facebook.buck.event.listener.EventPair
-
Copy the current immutable object by setting an optional value for the finish attribute.
- withFlagMacros(Map<String, ? extends String>) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by replacing the flagMacros map with the specified map.
- withFlags(String...) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of flags.
- withFlags(Iterable<String>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of flags.
- withFlags(String...) - Method in class com.facebook.buck.cxx.CxxSource
-
Copy the current immutable object with elements that replace the content of
flags.
- withFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxSource
-
Copy the current immutable object with elements that replace the content of
flags.
- withFlags(String...) - Method in class com.facebook.buck.haskell.HaskellCompileInput
-
Copy the current immutable object with elements that replace the content of flags.
- withFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellCompileInput
-
Copy the current immutable object with elements that replace the content of flags.
- withFlags(UnsignedInteger) - Method in class com.facebook.buck.macho.MachoHeader
-
Copy the current immutable object by setting a value for the flags attribute.
- withFlags(UnsignedInteger) - Method in class com.facebook.buck.macho.Section
-
Copy the current immutable object by setting a value for the flags attribute.
- withFlags(UnsignedInteger) - Method in class com.facebook.buck.macho.SegmentCommand
-
Copy the current immutable object by setting a value for the flags attribute.
- withFlags(Arg...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object with elements that replace the content of flags.
- withFlags(Iterable<? extends Arg>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object with elements that replace the content of flags.
- withFlags(String...) - Method in class com.facebook.buck.rules.SourceWithFlags
-
Copy the current immutable object with elements that replace the content of flags.
- withFlags(Iterable<String>) - Method in class com.facebook.buck.rules.SourceWithFlags
-
Copy the current immutable object with elements that replace the content of flags.
- withFlavor(Flavor) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a value for the flavor attribute.
- withFlavor(Flavor) - Method in class com.facebook.buck.python.PythonPlatform
-
Copy the current immutable object by setting a value for the flavor attribute.
- withFlavors(Flavor...) - Method in class com.facebook.buck.model.BuildTarget
-
Copy the current immutable object with elements that replace the content of flavors.
- withFlavors(Iterable<? extends Flavor>) - Method in class com.facebook.buck.model.BuildTarget
-
Copy the current immutable object with elements that replace the content of flavors.
- withFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.rules.TargetNode
-
- withFolders(IjSourceFolder...) - Method in class com.facebook.buck.ide.intellij.model.ContentRoot
-
Copy the current immutable object with elements that replace the content of folders.
- withFolders(Iterable<? extends IjSourceFolder>) - Method in class com.facebook.buck.ide.intellij.model.ContentRoot
-
Copy the current immutable object with elements that replace the content of folders.
- withFolders(IjFolder...) - Method in class com.facebook.buck.ide.intellij.model.IjModule
-
Copy the current immutable object with elements that replace the content of folders.
- withFolders(Iterable<? extends IjFolder>) - Method in class com.facebook.buck.ide.intellij.model.IjModule
-
Copy the current immutable object with elements that replace the content of folders.
- withForceFinalResourceIds(boolean) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting a value for the forceFinalResourceIds attribute.
- withForceStatic(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
forceStatic attribute.
- withForceStatic(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
forceStatic attribute.
- withForceStatic(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
forceStatic attribute.
- withForceStatic(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
forceStatic attribute.
- withForceStatic(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
forceStatic attribute.
- withForceStatic(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
forceStatic attribute.
- withForceStatic(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
forceStatic attribute.
- withForceStatic(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
forceStatic attribute.
- withForceStatic(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional forceStatic attribute.
- withForceStatic(Optional<Boolean>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the forceStatic attribute.
- withForkMode(ForkMode) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting a value for the
forkMode attribute.
- withForkMode(ForkMode) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting a value for the forkMode attribute.
- withForkMode(ForkMode) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting a value for the
forkMode attribute.
- withForkMode(ForkMode) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting a value for the forkMode attribute.
- withForkMode(ForkMode) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object by setting a value for the forkMode attribute.
- withFPaths(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxIncludePaths
-
Copy the current immutable object with elements that replace the content of fPaths.
- withFPaths(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxIncludePaths
-
Copy the current immutable object with elements that replace the content of fPaths.
- withFramework(SourcePath) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
Copy the current immutable object by setting a value for the framework attribute.
- withFramework(CxxTestType) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional framework attribute.
- withFramework(Optional<? extends CxxTestType>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the framework attribute.
- withFramework(boolean) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
Copy the current immutable object by setting a value for the framework attribute.
- withFrameworkPaths(FrameworkPath...) - Method in class com.facebook.buck.cxx.PreprocessorFlags
-
Copy the current immutable object with elements that replace the content of frameworkPaths.
- withFrameworkPaths(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.PreprocessorFlags
-
Copy the current immutable object with elements that replace the content of frameworkPaths.
- withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
frameworks.
- withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
frameworks.
- withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
frameworks.
- withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
frameworks.
- withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
frameworks.
- withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
frameworks.
- withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
Copy the current immutable object with elements that replace the content of
frameworks.
- withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
Copy the current immutable object with elements that replace the content of
frameworks.
- withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
frameworks.
- withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
frameworks.
- withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
frameworks.
- withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
frameworks.
- withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
-
Copy the current immutable object with elements that replace the content of frameworks.
- withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
-
Copy the current immutable object with elements that replace the content of frameworks.
- withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
frameworks.
- withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
frameworks.
- withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.NativeLinkableInput
-
Copy the current immutable object with elements that replace the content of frameworks.
- withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.NativeLinkableInput
-
Copy the current immutable object with elements that replace the content of frameworks.
- withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of frameworks.
- withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of frameworks.
- withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
frameworks.
- withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
frameworks.
- withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
frameworks.
- withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
frameworks.
- withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
frameworks.
- withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
frameworks.
- withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of frameworks.
- withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of frameworks.
- withFrameworksPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations
-
Copy the current immutable object by setting a value for the frameworksPath attribute.
- withFrameworkVer(FrameworkVersion) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the frameworkVer attribute.
- withFunction(QueryEnvironment.QueryFunction) - Method in class com.facebook.buck.query.FunctionExpression
-
Copy the current immutable object by setting a value for the function attribute.
- withFunctionName(String) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional functionName attribute.
- withFunctionName(Optional<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the functionName attribute.
- withFunctionName(String) - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
-
Copy the current immutable object by setting a value for the functionName attribute.
- withFuture(SettableFuture<Void>) - Method in class com.facebook.buck.util.concurrent.ListeningSemaphoreArrayPendingItem
-
Copy the current immutable object by setting a value for the future attribute.
- withGccVersion(String) - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler
-
Copy the current immutable object by setting a value for the gccVersion attribute.
- withGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
generateAbiFromSource attribute.
- withGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- withGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
generateAbiFromSource attribute.
- withGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- withGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
generateAbiFromSource attribute.
- withGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- withGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
generateAbiFromSource attribute.
- withGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- withGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
generateAbiFromSource attribute.
- withGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- withGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
generateAbiFromSource attribute.
- withGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- withGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
generateAbiFromSource attribute.
- withGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- withGeneratedFilesListFilename(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting a present value for the optional generatedFilesListFilename attribute.
- withGeneratedFilesListFilename(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting an optional value for the generatedFilesListFilename attribute.
- withGeneratedSourceCodeFolders(IjFolder...) - Method in class com.facebook.buck.ide.intellij.model.IjModule
-
Copy the current immutable object with elements that replace the content of generatedSourceCodeFolders.
- withGeneratedSourceCodeFolders(Iterable<? extends IjFolder>) - Method in class com.facebook.buck.ide.intellij.model.IjModule
-
Copy the current immutable object with elements that replace the content of generatedSourceCodeFolders.
- withGeneratedSourcePath(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
-
Copy the current immutable object by setting a value for the generatedSourcePath attribute.
- withGetHashCode(HashCode) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
-
Copy the current immutable object by setting a value for the getHashCode attribute.
- withGoArch(String) - Method in class com.facebook.buck.go.GoPlatform
-
Copy the current immutable object by setting a value for the goArch attribute.
- withGoLinkInput(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.go.GoLinkable
-
Copy the current immutable object by replacing the goLinkInput map with the specified map.
- withGoOs(String) - Method in class com.facebook.buck.go.GoPlatform
-
Copy the current immutable object by setting a value for the goOs attribute.
- withGroup(String) - Method in class com.facebook.buck.ide.intellij.model.ModuleIndexEntry
-
Copy the current immutable object by setting a value for the group attribute.
- withGroupId(int) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
-
Copy the current immutable object by setting a value for the groupId attribute.
- withGuavaJarPath(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
Copy the current immutable object by setting a value for the guavaJarPath attribute.
- withGwtJar(SourcePath) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
Copy the current immutable object by setting a present value for the optional gwtJar attribute.
- withGwtJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
Copy the current immutable object by setting an optional value for the gwtJar attribute.
- withHasWhitelistedStrings(boolean) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
Copy the current immutable object by setting a value for the hasWhitelistedStrings attribute.
- withHeaderMap(SourcePath) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
-
Copy the current immutable object by setting a present value for the optional headerMap attribute.
- withHeaderMap(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
-
Copy the current immutable object by setting an optional value for the headerMap attribute.
- withHeaderNamespace(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
headerNamespace attribute.
- withHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
headerNamespace attribute.
- withHeaderNamespace(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
headerNamespace attribute.
- withHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
headerNamespace attribute.
- withHeaderNamespace(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
headerNamespace attribute.
- withHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
headerNamespace attribute.
- withHeaderNamespace(String) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
headerNamespace attribute.
- withHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
headerNamespace attribute.
- withHeaderNamespace(String) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
headerNamespace attribute.
- withHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
headerNamespace attribute.
- withHeaderNamespace(String) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
headerNamespace attribute.
- withHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
headerNamespace attribute.
- withHeaderNamespace(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional headerNamespace attribute.
- withHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the headerNamespace attribute.
- withHeaderNamespace(String) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
headerNamespace attribute.
- withHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
headerNamespace attribute.
- withHeaderNamespace(String) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
headerNamespace attribute.
- withHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object by setting an optional value for the
headerNamespace attribute.
- withHeaderNamespace(String) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
headerNamespace attribute.
- withHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object by setting an optional value for the
headerNamespace attribute.
- withHeaderOffset(long) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
-
Copy the current immutable object by setting a value for the headerOffset attribute.
- withHeaderOnly(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional headerOnly attribute.
- withHeaderOnly(Optional<Boolean>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the headerOnly attribute.
- withHeaderPathPrefix(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
headerPathPrefix attribute.
- withHeaderPathPrefix(Optional<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
headerPathPrefix attribute.
- withHeaderPathPrefix(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
headerPathPrefix attribute.
- withHeaderPathPrefix(Optional<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
headerPathPrefix attribute.
- withHeaderPathPrefix(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
headerPathPrefix attribute.
- withHeaderPathPrefix(Optional<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
headerPathPrefix attribute.
- withHeaders(SourceList) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the
headers attribute.
- withHeaders(SourceList) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
headers attribute.
- withHeaders(SourceList) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a value for the
headers attribute.
- withHeaders(SourceList) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the
headers attribute.
- withHeaders(SourceList) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
headers attribute.
- withHeaders(SourceList) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting a value for the
headers attribute.
- withHeaders(SourceList) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
headers attribute.
- withHeaders(SourceList) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object by setting a value for the
headers attribute.
- withHeaders(SourceList) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object by setting a value for the
headers attribute.
- withHeaderSize(long) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
-
Copy the current immutable object by setting a value for the headerSize attribute.
- withHeadersPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations
-
Copy the current immutable object by setting a value for the headersPath attribute.
- withHeaderVerification(HeaderVerification) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a value for the headerVerification attribute.
- withHealthCheckIntervalMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
Copy the current immutable object by setting a value for the healthCheckIntervalMillis attribute.
- withHighlightedBuildIds(BuildId...) - Method in class com.facebook.buck.rage.DefectReport
-
Copy the current immutable object with elements that replace the content of
highlightedBuildIds.
- withHighlightedBuildIds(Iterable<? extends BuildId>) - Method in class com.facebook.buck.rage.DefectReport
-
Copy the current immutable object with elements that replace the content of
highlightedBuildIds.
- withHostname(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
Copy the current immutable object by setting a value for the hostname attribute.
- withHttpCacheEntries(HttpCacheEntry...) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries
-
Copy the current immutable object with elements that replace the content of httpCacheEntries.
- withHttpCacheEntries(Iterable<? extends HttpCacheEntry>) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries
-
Copy the current immutable object with elements that replace the content of httpCacheEntries.
- withHttpWriteExecutorService(ListeningExecutorService) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
Copy the current immutable object by setting a value for the httpWriteExecutorService attribute.
- withIbtool(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Copy the current immutable object by setting a value for the ibtool attribute.
- withId(String) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the id attribute.
- withIdentifier(String) - Method in class com.facebook.buck.apple.AppleToolchain
-
Copy the current immutable object by setting a value for the identifier attribute.
- withIdentifier(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.ProductType
-
Copy the current immutable object by setting a value for the identifier attribute.
- withIdentifier(String) - Method in class com.facebook.buck.haskell.HaskellPackageInfo
-
Copy the current immutable object by setting a value for the identifier attribute.
- withIgnoredTargetLabels(String...) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object with elements that replace the content of ignoredTargetLabels.
- withIgnoredTargetLabels(Iterable<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object with elements that replace the content of ignoredTargetLabels.
- withIgnorePaths(PathOrGlobMatcher...) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
-
Copy the current immutable object with elements that replace the content of ignorePaths.
- withIgnorePaths(Iterable<? extends PathOrGlobMatcher>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
-
Copy the current immutable object with elements that replace the content of ignorePaths.
- withImportDirs(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of importDirs.
- withImportDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of importDirs.
- withImportPath(String) - Method in class com.facebook.buck.android.GenAidlDescriptionArg
-
Copy the current immutable object by setting a value for the importPath attribute.
- withInclNoLocationClassesEnabled(boolean) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Copy the current immutable object by setting a value for the inclNoLocationClassesEnabled attribute.
- withInclNoLocationClassesEnabled(boolean) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by setting a value for the inclNoLocationClassesEnabled attribute.
- withIncludeBuildConfigClass(Boolean) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting a value for the includeBuildConfigClass attribute.
- withIncludeDir(String) - Method in class com.facebook.buck.cxx.CxxSandboxInclude
-
Copy the current immutable object by setting a value for the includeDir attribute.
- withIncludeDir(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the includeDir attribute.
- withIncludeDirs(String...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
includeDirs.
- withIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
includeDirs.
- withIncludeDirs(String...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
includeDirs.
- withIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
includeDirs.
- withIncludeDirs(String...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
includeDirs.
- withIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
includeDirs.
- withIncludeDirs(String...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
includeDirs.
- withIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
includeDirs.
- withIncludeDirs(String...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
includeDirs.
- withIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
includeDirs.
- withIncludeDirs(String...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
includeDirs.
- withIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
includeDirs.
- withIncludeDirs(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of includeDirs.
- withIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of includeDirs.
- withIncludeDirs(SourcePath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object with elements that replace the content of includeDirs.
- withIncludeDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object with elements that replace the content of includeDirs.
- withIncludeDirs(String...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
includeDirs.
- withIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
includeDirs.
- withIncludeDirs(String...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
includeDirs.
- withIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
includeDirs.
- withIncludeDirs(String...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
includeDirs.
- withIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
includeDirs.
- withIncludedPaths(Path...) - Method in class com.facebook.buck.rage.DefectReport
-
Copy the current immutable object with elements that replace the content of
includedPaths.
- withIncludedPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.rage.DefectReport
-
Copy the current immutable object with elements that replace the content of
includedPaths.
- withIncludedRoots(Map<? extends BuildTarget, ? extends NativeLinkTarget>) - Method in class com.facebook.buck.cxx.OmnibusRoots
-
Copy the current immutable object by replacing the includedRoots map with the specified map.
- withIncludeRoot(SourcePath) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
-
Copy the current immutable object by setting a value for the includeRoot attribute.
- withIncludes(CxxHeaders...) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
-
Copy the current immutable object with elements that replace the content of includes.
- withIncludes(Iterable<? extends CxxHeaders>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
-
Copy the current immutable object with elements that replace the content of includes.
- withIncludes(CxxHeaders...) - Method in class com.facebook.buck.cxx.PreprocessorFlags
-
Copy the current immutable object with elements that replace the content of includes.
- withIncludes(Iterable<? extends CxxHeaders>) - Method in class com.facebook.buck.cxx.PreprocessorFlags
-
Copy the current immutable object with elements that replace the content of includes.
- withIncludes(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellCompileInput
-
Copy the current immutable object with elements that replace the content of includes.
- withIncludes(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellCompileInput
-
Copy the current immutable object with elements that replace the content of includes.
- withIncludeStdErr(boolean) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity
-
Copy the current immutable object by setting a value for the includeStdErr attribute.
- withIncludeStdOut(boolean) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity
-
Copy the current immutable object by setting a value for the includeStdOut attribute.
- withIncludesVectorDrawables(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the includesVectorDrawables attribute.
- withIncludesVectorDrawables(boolean) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
Copy the current immutable object by setting a value for the includesVectorDrawables attribute.
- withIncludeType(CxxPreprocessables.IncludeType) - Method in class com.facebook.buck.cxx.CxxHeadersDir
-
Copy the current immutable object by setting a value for the includeType attribute.
- withIncludeType(CxxPreprocessables.IncludeType) - Method in class com.facebook.buck.cxx.CxxSandboxInclude
-
Copy the current immutable object by setting a value for the includeType attribute.
- withIncludeType(CxxPreprocessables.IncludeType) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
-
Copy the current immutable object by setting a value for the includeType attribute.
- withInfo(HaskellPackageInfo) - Method in class com.facebook.buck.haskell.HaskellPackage
-
Copy the current immutable object by setting a value for the info attribute.
- withInfoPlist(SourcePath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional infoPlist attribute.
- withInfoPlist(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the infoPlist attribute.
- withInfoPlist(SourcePath) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
Copy the current immutable object by setting a value for the
infoPlist attribute.
- withInfoPlist(SourcePath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional infoPlist attribute.
- withInfoPlist(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the infoPlist attribute.
- withInfoPlist(SourcePath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a value for the
infoPlist attribute.
- withInfoPlistSubstitutions(Map<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by replacing the infoPlistSubstitutions map with the specified map.
- withInfoPlistSubstitutions(Map<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
- withInfoPlistSubstitutions(Map<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by replacing the infoPlistSubstitutions map with the specified map.
- withInfoPlistSubstitutions(Map<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- withInitprot(Integer) - Method in class com.facebook.buck.macho.SegmentCommand
-
Copy the current immutable object by setting a value for the initprot attribute.
- withInitTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats
-
Copy the current immutable object by setting a value for the initTimeMs attribute.
- withInput(Path) - Method in class com.facebook.buck.cxx.ElfExtractSectionsStep
-
Copy the current immutable object by setting a value for the input attribute.
- withInput(SourcePath...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object with elements that replace the content of input.
- withInput(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object with elements that replace the content of input.
- withInputBasedRuleKeyFactory(RuleKeyFactory<RuleKey>) - Method in class com.facebook.buck.rules.keys.RuleKeyFactories
-
Copy the current immutable object by setting a value for the inputBasedRuleKeyFactory attribute.
- withInputRuleKey(String) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
Copy the current immutable object by setting a value for the inputRuleKey attribute.
- withInputRuleKey(RuleKey) - Method in class com.facebook.buck.rules.BuildRuleKeys
-
Copy the current immutable object by setting a present value for the optional inputRuleKey attribute.
- withInputRuleKey(Optional<? extends RuleKey>) - Method in class com.facebook.buck.rules.BuildRuleKeys
-
Copy the current immutable object by setting an optional value for the inputRuleKey attribute.
- withInputs(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
-
Copy the current immutable object with elements that replace the content of inputs.
- withInputs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
-
Copy the current immutable object with elements that replace the content of inputs.
- withInputs(SourcePath...) - Method in class com.facebook.buck.rules.keys.RuleKeyAndInputs
-
Copy the current immutable object with elements that replace the content of
inputs.
- withInputs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rules.keys.RuleKeyAndInputs
-
Copy the current immutable object with elements that replace the content of
inputs.
- withInputs(VersionedTargetGraphInputs) - Method in class com.facebook.buck.versions.CachedVersionedTargetGraph
-
Copy the current immutable object by setting a value for the inputs attribute.
- withInstallTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats
-
Copy the current immutable object by setting a value for the installTimeMs attribute.
- withInstrumentationApkPath(Path) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
Copy the current immutable object by setting a present value for the optional instrumentationApkPath attribute.
- withInstrumentationApkPath(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
Copy the current immutable object by setting an optional value for the instrumentationApkPath attribute.
- withIntellijModuleSdkName(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting a present value for the optional intellijModuleSdkName attribute.
- withIntellijModuleSdkName(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting an optional value for the intellijModuleSdkName attribute.
- withIntellijPluginLabels(String...) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object with elements that replace the content of intellijPluginLabels.
- withIntellijPluginLabels(Iterable<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object with elements that replace the content of intellijPluginLabels.
- withInterfaces(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPackage
-
Copy the current immutable object with elements that replace the content of interfaces.
- withInterfaces(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPackage
-
Copy the current immutable object with elements that replace the content of interfaces.
- withInterpreterName(String) - Method in class com.facebook.buck.python.PythonVersion
-
Copy the current immutable object by setting a value for the interpreterName attribute.
- withInvocationInfo(InvocationInfo) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
Copy the current immutable object by setting a
present value for the optional
invocationInfo attribute.
- withInvocationInfo(Optional<? extends InvocationInfo>) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
Copy the current immutable object by setting an optional value for the
invocationInfo attribute.
- withIoBytesRead(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
-
Copy the current immutable object by setting a value for the ioBytesRead attribute.
- withIoBytesWritten(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
-
Copy the current immutable object by setting a value for the ioBytesWritten attribute.
- withIoTotal(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
-
Copy the current immutable object by setting a value for the ioTotal attribute.
- withIPaths(CxxHeaders...) - Method in class com.facebook.buck.cxx.CxxIncludePaths
-
Copy the current immutable object with elements that replace the content of iPaths.
- withIPaths(Iterable<? extends CxxHeaders>) - Method in class com.facebook.buck.cxx.CxxIncludePaths
-
Copy the current immutable object with elements that replace the content of iPaths.
- withIs64Bit(boolean) - Method in class com.facebook.buck.cxx.MachoHeader
-
Copy the current immutable object by setting a value for the is64Bit attribute.
- withIsAndroidResources(boolean) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
-
Copy the current immutable object by setting a value for the isAndroidResources attribute.
- withIsAsset(boolean) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the isAsset attribute.
- withIsAsset(boolean) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the isAsset attribute.
- withIsCacheable(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the isCacheable attribute.
- withIsCacheable(boolean) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
Copy the current immutable object by setting a value for the isCacheable attribute.
- withIsDaemon(boolean) - Method in class com.facebook.buck.log.InvocationInfo
-
Copy the current immutable object by setting a value for the isDaemon attribute.
- withIsolateClassLoader(boolean) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
-
Copy the current immutable object by setting a value for the isolateClassLoader attribute.
- withIsRemoteRunnable(boolean) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
-
Copy the current immutable object by setting a present value for the optional isRemoteRunnable attribute.
- withIsRemoteRunnable(Optional<Boolean>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
-
Copy the current immutable object by setting an optional value for the isRemoteRunnable attribute.
- withIsRequestSuccessful(boolean) - Method in class com.facebook.buck.rage.DefectSubmitResult
-
Copy the current immutable object by setting a
present value for the optional
isRequestSuccessful attribute.
- withIsRequestSuccessful(Optional<Boolean>) - Method in class com.facebook.buck.rage.DefectSubmitResult
-
Copy the current immutable object by setting an optional value for the
isRequestSuccessful attribute.
- withIsTestSource(boolean) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
-
Copy the current immutable object by setting a value for the isTestSource attribute.
- withIsUiTest(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a value for the isUiTest attribute.
- withJarContentHasher(JarContentHasher) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
-
Copy the current immutable object by setting a present value for the optional jarContentHasher attribute.
- withJarContentHasher(Optional<? extends JarContentHasher>) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
-
Copy the current immutable object by setting an optional value for the jarContentHasher attribute.
- withJavaBuckConfig(JavaBuckConfig) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting a value for the javaBuckConfig attribute.
- withJavac(Path) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javac attribute.
- withJavac(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javac attribute.
- withJavac(Path) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javac attribute.
- withJavac(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javac attribute.
- withJavac(Path) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javac attribute.
- withJavac(Optional<? extends Path>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javac attribute.
- withJavac(Path) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javac attribute.
- withJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javac attribute.
- withJavac(Path) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javac attribute.
- withJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javac attribute.
- withJavac(Path) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javac attribute.
- withJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javac attribute.
- withJavac(Path) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javac attribute.
- withJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javac attribute.
- withJavac(Path) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javac attribute.
- withJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javac attribute.
- withJavac(Path) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javac attribute.
- withJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javac attribute.
- withJavacJar(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javacJar attribute.
- withJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javacJar attribute.
- withJavacJar(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javacJar attribute.
- withJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javacJar attribute.
- withJavacJar(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javacJar attribute.
- withJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javacJar attribute.
- withJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javacJar attribute.
- withJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javacJar attribute.
- withJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javacJar attribute.
- withJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javacJar attribute.
- withJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javacJar attribute.
- withJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javacJar attribute.
- withJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javacJar attribute.
- withJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javacJar attribute.
- withJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javacJar attribute.
- withJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javacJar attribute.
- withJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javacJar attribute.
- withJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javacJar attribute.
- withJavacJarPath(SourcePath) - Method in class com.facebook.buck.jvm.java.JavacSpec
-
Copy the current immutable object by setting a present value for the optional javacJarPath attribute.
- withJavacJarPath(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacSpec
-
Copy the current immutable object by setting an optional value for the javacJarPath attribute.
- withJavacLocation(Javac.Location) - Method in class com.facebook.buck.jvm.java.JavacSpec
-
Copy the current immutable object by setting a value for the javacLocation attribute.
- withJavacPath(Either<Path, SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacSpec
-
Copy the current immutable object by setting a present value for the optional javacPath attribute.
- withJavacPath(Optional<? extends Either<Path, SourcePath>>) - Method in class com.facebook.buck.jvm.java.JavacSpec
-
Copy the current immutable object by setting an optional value for the javacPath attribute.
- withJavadocUrl(String) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
Copy the current immutable object by setting a present value for the optional javadocUrl attribute.
- withJavadocUrl(Optional<String>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
Copy the current immutable object by setting an optional value for the javadocUrl attribute.
- withJavadocUrl(String) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
Copy the current immutable object by setting a present value for the optional javadocUrl attribute.
- withJavadocUrl(Optional<String>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
Copy the current immutable object by setting an optional value for the javadocUrl attribute.
- withJavadocUrls(String...) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
-
Copy the current immutable object with elements that replace the content of javadocUrls.
- withJavadocUrls(Iterable<String>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
-
Copy the current immutable object with elements that replace the content of javadocUrls.
- withJavaLibrariesToDex(BuildTarget...) - Method in class com.facebook.buck.android.AndroidPackageableCollection
-
Copy the current immutable object with elements that replace the content of javaLibrariesToDex.
- withJavaLibrariesToDex(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
-
Copy the current immutable object with elements that replace the content of javaLibrariesToDex.
- withJavaModuleSdkName(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting a present value for the optional javaModuleSdkName attribute.
- withJavaModuleSdkName(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting an optional value for the javaModuleSdkName attribute.
- withJavaModuleSdkType(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting a present value for the optional javaModuleSdkType attribute.
- withJavaModuleSdkType(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting an optional value for the javaModuleSdkType attribute.
- withJavaPackageFinder(JavaPackageFinder) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
Copy the current immutable object by setting a value for the
javaPackageFinder attribute.
- withJavaPackageFinder(JavaPackageFinder) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
Copy the current immutable object by setting a value for the javaPackageFinder attribute.
- withJavaPackageFinder(JavaPackageFinder) - Method in class com.facebook.buck.rules.BuildContext
-
Copy the current immutable object by setting a value for the javaPackageFinder attribute.
- withJavaPackageFinder(JavaPackageFinder) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by setting a value for the javaPackageFinder attribute.
- withJavaPath(Path) - Method in class com.facebook.buck.jvm.java.JavaOptions
-
Copy the current immutable object by setting a present value for the optional javaPath attribute.
- withJavaPath(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JavaOptions
-
Copy the current immutable object by setting an optional value for the javaPath attribute.
- withJavaVersion(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javaVersion attribute.
- withJavaVersion(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javaVersion attribute.
- withJavaVersion(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javaVersion attribute.
- withJavaVersion(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javaVersion attribute.
- withJavaVersion(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javaVersion attribute.
- withJavaVersion(Optional<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javaVersion attribute.
- withJavaVersion(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javaVersion attribute.
- withJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javaVersion attribute.
- withJavaVersion(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javaVersion attribute.
- withJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javaVersion attribute.
- withJavaVersion(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javaVersion attribute.
- withJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javaVersion attribute.
- withJavaVersion(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javaVersion attribute.
- withJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javaVersion attribute.
- withJavaVersion(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javaVersion attribute.
- withJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javaVersion attribute.
- withJavaVersion(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
javaVersion attribute.
- withJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
javaVersion attribute.
- withJavaVersion(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
Copy the current immutable object by setting a value for the javaVersion attribute.
- withJobArgs(String) - Method in class com.facebook.buck.worker.WorkerJobParams
-
Copy the current immutable object by setting a value for the jobArgs attribute.
- withJobsMultiplier(int) - Method in class com.facebook.buck.rules.RuleScheduleInfo
-
Copy the current immutable object by setting a value for the jobsMultiplier attribute.
- withJsonProtocolVersion(int) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
Copy the current immutable object by setting a value for the jsonProtocolVersion attribute.
- withKeepGoing(boolean) - Method in class com.facebook.buck.rules.BuildEngineBuildContext
-
Copy the current immutable object by setting a value for the keepGoing attribute.
- withKeepResourcePattern(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional keepResourcePattern attribute.
- withKeepResourcePattern(Optional<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the keepResourcePattern attribute.
- withKey(String) - Method in class com.facebook.buck.cli.ConfigValue
-
Copy the current immutable object by setting a value for the key attribute.
- withKeystore(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the keystore attribute.
- withKnownBuildRuleTypesFactory(KnownBuildRuleTypesFactory) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- withKxmlJarPath(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
Copy the current immutable object by setting a value for the kxmlJarPath attribute.
- withLabels(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.android.GenAidlDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.android.GenAidlDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.d.DBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.d.DBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.d.DLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.d.DLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.d.DTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.d.DTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
-
Copy the current immutable object with elements that replace the content of labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
-
Copy the current immutable object with elements that replace the content of labels.
- withLabels(String...) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.test.TestResults
-
Copy the current immutable object with elements that replace the content of labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.test.TestResults
-
Copy the current immutable object with elements that replace the content of labels.
- withLabels(String...) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(String...) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabels(Iterable<String>) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg
-
Copy the current immutable object with elements that replace the content of
labels.
- withLabelToGeneratedSourcesMap(Map<String, ? extends String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by replacing the labelToGeneratedSourcesMap map with the specified map.
- withLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by replacing the
langCompilerFlags map with the specified map.
- withLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by replacing the
langCompilerFlags map with the specified map.
- withLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by replacing the
langCompilerFlags map with the specified map.
- withLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object by replacing the
langCompilerFlags map with the specified map.
- withLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by replacing the
langCompilerFlags map with the specified map.
- withLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by replacing the
langCompilerFlags map with the specified map.
- withLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by replacing the
langCompilerFlags map with the specified map.
- withLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object by replacing the
langCompilerFlags map with the specified map.
- withLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object by replacing the
langCompilerFlags map with the specified map.
- withLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- withLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- withLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- withLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- withLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- withLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- withLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
- withLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
- withLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
- withLanguage(AndroidLibraryDescription.JvmLanguage) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
language attribute.
- withLanguage(Optional<? extends AndroidLibraryDescription.JvmLanguage>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting an optional value for the
language attribute.
- withLanguage(AndroidLibraryDescription.JvmLanguage) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
language attribute.
- withLanguage(Optional<? extends AndroidLibraryDescription.JvmLanguage>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
language attribute.
- withLanguageLevel(String) - Method in class com.facebook.buck.ide.intellij.model.IjModule
-
Copy the current immutable object by setting a present value for the optional languageLevel attribute.
- withLanguageLevel(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjModule
-
Copy the current immutable object by setting an optional value for the languageLevel attribute.
- withLastModifiedTime(Date) - Method in class com.facebook.buck.rage.BuildLogEntry
-
Copy the current immutable object by setting a value for the lastModifiedTime attribute.
- withLatencyCheckTimeRangeMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
Copy the current immutable object by setting a value for the latencyCheckTimeRangeMillis attribute.
- withLaunchedPid(long) - Method in class com.facebook.buck.cli.InstallResult
-
Copy the current immutable object by setting a present value for the optional launchedPid attribute.
- withLaunchedPid(Optional<Long>) - Method in class com.facebook.buck.cli.InstallResult
-
Copy the current immutable object by setting an optional value for the launchedPid attribute.
- withLaunchImage(String) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
Copy the current immutable object by setting a present value for the optional launchImage attribute.
- withLaunchImage(Optional<String>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
Copy the current immutable object by setting an optional value for the launchImage attribute.
- withLaunchStyle(XCScheme.LaunchAction.LaunchStyle) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
-
Copy the current immutable object by setting a present value for the optional launchStyle attribute.
- withLaunchStyle(Optional<? extends XCScheme.LaunchAction.LaunchStyle>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
-
Copy the current immutable object by setting an optional value for the launchStyle attribute.
- withLd(LinkerProvider) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a value for the ld attribute.
- withLdflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of ldflags.
- withLdflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of ldflags.
- withLdFlags(String...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object with elements that replace the content of ldFlags.
- withLdFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object with elements that replace the content of ldFlags.
- withLegacyAnnotationProcessorDeps(BuildRule...) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
-
Copy the current immutable object with elements that replace the content of legacyAnnotationProcessorDeps.
- withLegacyAnnotationProcessorDeps(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
-
Copy the current immutable object with elements that replace the content of legacyAnnotationProcessorDeps.
- withLegacyAnnotationProcessorNames(String...) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
-
Copy the current immutable object with elements that replace the content of legacyAnnotationProcessorNames.
- withLegacyAnnotationProcessorNames(Iterable<String>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
-
Copy the current immutable object with elements that replace the content of legacyAnnotationProcessorNames.
- withLegacySafeAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
-
Copy the current immutable object with elements that replace the content of legacySafeAnnotationProcessors.
- withLegacySafeAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
-
Copy the current immutable object with elements that replace the content of legacySafeAnnotationProcessors.
- withLevel(Level) - Method in class com.facebook.buck.test.TestStatusMessage
-
Copy the current immutable object by setting a value for the level attribute.
- withLexCompiler(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object by setting a present value for the optional lexCompiler attribute.
- withLexCompiler(Optional<? extends Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object by setting an optional value for the lexCompiler attribute.
- withLibDir(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional libDir attribute.
- withLibDir(Optional<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the libDir attribute.
- withLibDir(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the libDir attribute.
- withLibName(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional libName attribute.
- withLibName(Optional<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the libName attribute.
- withLibName(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the libName attribute.
- withLibraries(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
libraries.
- withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
libraries.
- withLibraries(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
libraries.
- withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
libraries.
- withLibraries(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
libraries.
- withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
libraries.
- withLibraries(FrameworkPath...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
Copy the current immutable object with elements that replace the content of
libraries.
- withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
Copy the current immutable object with elements that replace the content of
libraries.
- withLibraries(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
libraries.
- withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
libraries.
- withLibraries(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
libraries.
- withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
libraries.
- withLibraries(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
libraries.
- withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
libraries.
- withLibraries(FrameworkPath...) - Method in class com.facebook.buck.cxx.NativeLinkableInput
-
Copy the current immutable object with elements that replace the content of libraries.
- withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.NativeLinkableInput
-
Copy the current immutable object with elements that replace the content of libraries.
- withLibraries(OmnibusLibrary...) - Method in class com.facebook.buck.cxx.OmnibusLibraries
-
Copy the current immutable object with elements that replace the content of libraries.
- withLibraries(Iterable<? extends OmnibusLibrary>) - Method in class com.facebook.buck.cxx.OmnibusLibraries
-
Copy the current immutable object with elements that replace the content of libraries.
- withLibraries(FrameworkPath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of libraries.
- withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of libraries.
- withLibraries(FrameworkPath...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
libraries.
- withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
libraries.
- withLibraries(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPackage
-
Copy the current immutable object with elements that replace the content of libraries.
- withLibraries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPackage
-
Copy the current immutable object with elements that replace the content of libraries.
- withLibraries(FrameworkPath...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
libraries.
- withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
libraries.
- withLibraries(FrameworkPath...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
libraries.
- withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
libraries.
- withLibraries(FrameworkPath...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of libraries.
- withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of libraries.
- withLibrary(BuildTarget) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional library attribute.
- withLibrary(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the library attribute.
- withLibrary(boolean) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object by setting a value for the library attribute.
- withLibraryName(String) - Method in class com.facebook.buck.cxx.NativeLinkTargetMode
-
Copy the current immutable object by setting a present value for the optional libraryName attribute.
- withLibraryName(Optional<String>) - Method in class com.facebook.buck.cxx.NativeLinkTargetMode
-
Copy the current immutable object by setting an optional value for the libraryName attribute.
- withLibs(BuildTarget...) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of libs.
- withLibs(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of libs.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.android.GenAidlDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.GenAidlDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.d.DBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.d.DLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.d.DTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(SourcePath...) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg
-
Copy the current immutable object with elements that replace the content of
licenses.
- withLinearAllocHardLimit(long) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the linearAllocHardLimit attribute.
- withLineNumber(Number) - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
-
Copy the current immutable object by setting a value for the lineNumber attribute.
- withLineNumber(Number) - Method in class com.facebook.buck.json.BuildFileSyntaxError
-
Copy the current immutable object by setting a value for the lineNumber attribute.
- withLines(String...) - Method in class com.facebook.buck.util.network.offline.ScribeData
-
Copy the current immutable object with elements that replace the content of lines.
- withLines(Iterable<String>) - Method in class com.facebook.buck.util.network.offline.ScribeData
-
Copy the current immutable object with elements that replace the content of lines.
- withLinkables(NativeLinkable...) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents
-
Copy the current immutable object with elements that replace the content of linkables.
- withLinkables(Iterable<? extends NativeLinkable>) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents
-
Copy the current immutable object with elements that replace the content of linkables.
- withLinkerFlags(Map<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
-
Copy the current immutable object by replacing the linkerFlags map with the specified map.
- withLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
linkerFlags.
- withLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
linkerFlags.
- withLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
linkerFlags.
- withLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
linkerFlags.
- withLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
linkerFlags.
- withLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
linkerFlags.
- withLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
linkerFlags.
- withLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
linkerFlags.
- withLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
linkerFlags.
- withLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
linkerFlags.
- withLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
linkerFlags.
- withLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
linkerFlags.
- withLinkerFlags(String...) - Method in class com.facebook.buck.d.DBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of linkerFlags.
- withLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.d.DBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of linkerFlags.
- withLinkerFlags(String...) - Method in class com.facebook.buck.d.DLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of linkerFlags.
- withLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.d.DLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of linkerFlags.
- withLinkerFlags(String...) - Method in class com.facebook.buck.d.DTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of linkerFlags.
- withLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.d.DTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of linkerFlags.
- withLinkerFlags(String...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of linkerFlags.
- withLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of linkerFlags.
- withLinkerFlags(String...) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of linkerFlags.
- withLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of linkerFlags.
- withLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
linkerFlags.
- withLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
linkerFlags.
- withLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
linkerFlags.
- withLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
linkerFlags.
- withLinkerFlags(String...) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of linkerFlags.
- withLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of linkerFlags.
- withLinkerFlags(String...) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of linkerFlags.
- withLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of linkerFlags.
- withLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
linkerFlags.
- withLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
linkerFlags.
- withLinkerFlags(String...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of linkerFlags.
- withLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of linkerFlags.
- withLinkerFlags(String...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of linkerFlags.
- withLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of linkerFlags.
- withLinkerFlags(String...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of linkerFlags.
- withLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of linkerFlags.
- withLinkerFlags(String...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of linkerFlags.
- withLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of linkerFlags.
- withLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
linkStyle attribute.
- withLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
linkStyle attribute.
- withLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
linkStyle attribute.
- withLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
linkStyle attribute.
- withLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
linkStyle attribute.
- withLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
linkStyle attribute.
- withLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
linkStyle attribute.
- withLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
linkStyle attribute.
- withLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
linkStyle attribute.
- withLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
linkStyle attribute.
- withLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
linkStyle attribute.
- withLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
linkStyle attribute.
- withLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
linkStyle attribute.
- withLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
linkStyle attribute.
- withLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional linkStyle attribute.
- withLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the linkStyle attribute.
- withLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional linkStyle attribute.
- withLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the linkStyle attribute.
- withLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional linkStyle attribute.
- withLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the linkStyle attribute.
- withLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional linkStyle attribute.
- withLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the linkStyle attribute.
- withLinkTree(SourcePath) - Method in class com.facebook.buck.d.DIncludes
-
Copy the current immutable object by setting a value for the linkTree attribute.
- withLinkWhole(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
linkWhole attribute.
- withLinkWhole(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
linkWhole attribute.
- withLinkWhole(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
linkWhole attribute.
- withLinkWhole(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
linkWhole attribute.
- withLinkWhole(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
linkWhole attribute.
- withLinkWhole(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
linkWhole attribute.
- withLinkWhole(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
linkWhole attribute.
- withLinkWhole(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
linkWhole attribute.
- withLinkWhole(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the linkWhole attribute.
- withLinkWhole(boolean) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the linkWhole attribute.
- withLinkWithoutSoname(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the linkWithoutSoname attribute.
- withLipo(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Copy the current immutable object by setting a value for the lipo attribute.
- withLldb(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Copy the current immutable object by setting a value for the lldb attribute.
- withLoadCommandCommonFields(LoadCommandCommonFields) - Method in class com.facebook.buck.macho.LinkEditDataCommand
-
Copy the current immutable object by setting a value for the loadCommandCommonFields attribute.
- withLoadCommandCommonFields(LoadCommandCommonFields) - Method in class com.facebook.buck.macho.SegmentCommand
-
Copy the current immutable object by setting a value for the loadCommandCommonFields attribute.
- withLoadCommandCommonFields(LoadCommandCommonFields) - Method in class com.facebook.buck.macho.SymTabCommand
-
Copy the current immutable object by setting a value for the loadCommandCommonFields attribute.
- withLoadCommandCommonFields(LoadCommandCommonFields) - Method in class com.facebook.buck.macho.UnknownCommand
-
Copy the current immutable object by setting a value for the loadCommandCommonFields attribute.
- withLoadCommandCommonFields(LoadCommandCommonFields) - Method in class com.facebook.buck.macho.UUIDCommand
-
Copy the current immutable object by setting a value for the loadCommandCommonFields attribute.
- withLocalBuild(DistBuildPostBuildAnalysis.AbstractBuildRuleStats) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
-
Copy the current immutable object by setting a value for the localBuild attribute.
- withLocalBuildDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting a present value for the optional localBuildDurationMs attribute.
- withLocalBuildDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting an optional value for the localBuildDurationMs attribute.
- withLocalBuildExitCode(int) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting a present value for the optional localBuildExitCode attribute.
- withLocalBuildExitCode(Optional<Integer>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting an optional value for the localBuildExitCode attribute.
- withLocalConfigsContents(Map<? extends Path, ? extends String>) - Method in class com.facebook.buck.rage.UserLocalConfiguration
-
Copy the current immutable object by replacing the localConfigsContents map with the specified map.
- withLocale(Locale) - Method in class com.facebook.buck.i18n.NumberFormatterCacheKey
-
Copy the current immutable object by setting a value for the locale attribute.
- withLocales(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of locales.
- withLocales(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of locales.
- withLocalFallbackBuildEnabled(boolean) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting a present value for the optional localFallbackBuildEnabled attribute.
- withLocalFallbackBuildEnabled(Optional<Boolean>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting an optional value for the localFallbackBuildEnabled attribute.
- withLocalWorkers(int) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional localWorkers attribute.
- withLocalWorkers(Optional<Integer>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the localWorkers attribute.
- withLogBook(List<LogRecord>) - Method in class com.facebook.buck.distributed.DistBuildStatus
-
Copy the current immutable object by setting a present value for the optional logBook attribute.
- withLogBook(Optional<? extends List<LogRecord>>) - Method in class com.facebook.buck.distributed.DistBuildStatus
-
Copy the current immutable object by setting an optional value for the logBook attribute.
- withLogDir(Path) - Method in class com.facebook.buck.log.LogConfigSetup
-
Copy the current immutable object by setting a value for the logDir attribute.
- withLogDirPath(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
-
Copy the current immutable object by setting a value for the logDirPath attribute.
- withLogEntry(DistBuildPostBuildAnalysis.AbstractBuildRuleMachineLogEntry) - Method in class com.facebook.buck.distributed.BuildRuleStats
-
Copy the current immutable object by setting a value for the logEntry attribute.
- withLogFilePrefix(String) - Method in class com.facebook.buck.log.LogConfigSetup
-
Copy the current immutable object by setting a value for the logFilePrefix attribute.
- withLogs(String...) - Method in class com.facebook.buck.log.ErrorLogRecord
-
Copy the current immutable object with elements that replace the content of logs.
- withLogs(Iterable<String>) - Method in class com.facebook.buck.log.ErrorLogRecord
-
Copy the current immutable object with elements that replace the content of logs.
- withLuaConfig(LuaConfig) - Method in class com.facebook.buck.lua.LuaScriptStarter
-
Copy the current immutable object by setting a value for the luaConfig attribute.
- withLuaConfig(LuaConfig) - Method in class com.facebook.buck.lua.NativeExecutableStarter
-
Copy the current immutable object by setting a value for the luaConfig attribute.
- withMachineReadableLog(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
-
Copy the current immutable object by setting a present value for the optional machineReadableLog attribute.
- withMachineReadableLog(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
-
Copy the current immutable object by setting an optional value for the machineReadableLog attribute.
- withMachineReadableLogFile(Path) - Method in class com.facebook.buck.rage.BuildLogEntry
-
Copy the current immutable object by setting a present value for the optional machineReadableLogFile attribute.
- withMachineReadableLogFile(Optional<? extends Path>) - Method in class com.facebook.buck.rage.BuildLogEntry
-
Copy the current immutable object by setting an optional value for the machineReadableLogFile attribute.
- withMacroExpander(Function<String, Arg>) - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
-
Copy the current immutable object by setting a value for the macroExpander attribute.
- withMacroInput(String...) - Method in class com.facebook.buck.model.MacroMatchResult
-
Copy the current immutable object with elements that replace the content of macroInput.
- withMacroInput(Iterable<String>) - Method in class com.facebook.buck.model.MacroMatchResult
-
Copy the current immutable object with elements that replace the content of macroInput.
- withMacroType(String) - Method in class com.facebook.buck.model.MacroMatchResult
-
Copy the current immutable object by setting a value for the macroType attribute.
- withMagic(UnsignedInteger) - Method in class com.facebook.buck.macho.FatHeader
-
Copy the current immutable object by setting a value for the magic attribute.
- withMagic(UnsignedInteger) - Method in class com.facebook.buck.macho.MachoHeader
-
Copy the current immutable object by setting a value for the magic attribute.
- withMain(String) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional main attribute.
- withMain(Optional<String>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the main attribute.
- withMain(SourcePath) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional main attribute.
- withMain(Optional<? extends SourcePath>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the main attribute.
- withMain(SourcePath) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the main attribute.
- withMainClass(String) - Method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
-
Copy the current immutable object by setting a present value for the optional mainClass attribute.
- withMainClass(Optional<String>) - Method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
-
Copy the current immutable object by setting an optional value for the mainClass attribute.
- withMainClass(String) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional mainClass attribute.
- withMainClass(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the mainClass attribute.
- withMainModule(String) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the mainModule attribute.
- withMainModule(String) - Method in class com.facebook.buck.lua.LuaScriptStarter
-
Copy the current immutable object by setting a value for the mainModule attribute.
- withMainModule(String) - Method in class com.facebook.buck.lua.NativeExecutableStarter
-
Copy the current immutable object by setting a value for the mainModule attribute.
- withMainModule(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional mainModule attribute.
- withMainModule(Optional<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the mainModule attribute.
- withMainModule(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional mainModule attribute.
- withMainModule(Optional<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the mainModule attribute.
- withMajorVersion(Integer) - Method in class com.facebook.buck.haskell.HaskellVersion
-
Copy the current immutable object by setting a value for the majorVersion attribute.
- withManifest(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
manifest attribute.
- withManifest(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting an optional value for the
manifest attribute.
- withManifest(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the manifest attribute.
- withManifest(SourcePath) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
Copy the current immutable object by setting a value for the manifest attribute.
- withManifest(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
manifest attribute.
- withManifest(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
manifest attribute.
- withManifest(SourcePath) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
Copy the current immutable object by setting a present value for the optional manifest attribute.
- withManifest(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
Copy the current immutable object by setting an optional value for the manifest attribute.
- withManifestEntries(ManifestEntries) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the manifestEntries attribute.
- withManifestFile(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
manifestFile attribute.
- withManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting an optional value for the
manifestFile attribute.
- withManifestFile(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
manifestFile attribute.
- withManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
manifestFile attribute.
- withManifestFile(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
manifestFile attribute.
- withManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
manifestFile attribute.
- withManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
manifestFile attribute.
- withManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
manifestFile attribute.
- withManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
manifestFile attribute.
- withManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
manifestFile attribute.
- withManifestFile(Path) - Method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
-
Copy the current immutable object by setting a present value for the optional manifestFile attribute.
- withManifestFile(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
-
Copy the current immutable object by setting an optional value for the manifestFile attribute.
- withManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional manifestFile attribute.
- withManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the manifestFile attribute.
- withManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
manifestFile attribute.
- withManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
manifestFile attribute.
- withManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
manifestFile attribute.
- withManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
manifestFile attribute.
- withManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
manifestFile attribute.
- withManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
manifestFile attribute.
- withManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
manifestFile attribute.
- withManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
manifestFile attribute.
- withManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional manifestFile attribute.
- withManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the manifestFile attribute.
- withManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional manifestFile attribute.
- withManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the manifestFile attribute.
- withManifestPath(SourcePath) - Method in class com.facebook.buck.android.ApkInfo
-
Copy the current immutable object by setting a value for the
manifestPath attribute.
- withManifestPath(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
-
Copy the current immutable object by setting a present value for the optional manifestPath attribute.
- withManifestPath(Optional<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
-
Copy the current immutable object by setting an optional value for the manifestPath attribute.
- withManifestRuleKey(RuleKey) - Method in class com.facebook.buck.rules.BuildRuleKeys
-
Copy the current immutable object by setting a present value for the optional manifestRuleKey attribute.
- withManifestRuleKey(Optional<? extends RuleKey>) - Method in class com.facebook.buck.rules.BuildRuleKeys
-
Copy the current immutable object by setting an optional value for the manifestRuleKey attribute.
- withManifestSkeleton(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting a value for the manifestSkeleton attribute.
- withMaterializeSlaveLogsDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting a present value for the optional materializeSlaveLogsDurationMs attribute.
- withMaterializeSlaveLogsDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting an optional value for the materializeSlaveLogsDurationMs attribute.
- withMavenCoords(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
mavenCoords attribute.
- withMavenCoords(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting an optional value for the
mavenCoords attribute.
- withMavenCoords(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
mavenCoords attribute.
- withMavenCoords(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
mavenCoords attribute.
- withMavenCoords(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
mavenCoords attribute.
- withMavenCoords(Optional<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
mavenCoords attribute.
- withMavenCoords(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
mavenCoords attribute.
- withMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
mavenCoords attribute.
- withMavenCoords(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
mavenCoords attribute.
- withMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
mavenCoords attribute.
- withMavenCoords(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
mavenCoords attribute.
- withMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
mavenCoords attribute.
- withMavenCoords(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
mavenCoords attribute.
- withMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
mavenCoords attribute.
- withMavenCoords(String) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
Copy the current immutable object by setting a present value for the optional mavenCoords attribute.
- withMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
Copy the current immutable object by setting an optional value for the mavenCoords attribute.
- withMavenCoords(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
mavenCoords attribute.
- withMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
mavenCoords attribute.
- withMavenCoords(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
mavenCoords attribute.
- withMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
mavenCoords attribute.
- withMavenCoords(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional mavenCoords attribute.
- withMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the mavenCoords attribute.
- withMavenCoords(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional mavenCoords attribute.
- withMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the mavenCoords attribute.
- withMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
mavenPomTemplate attribute.
- withMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting an optional value for the
mavenPomTemplate attribute.
- withMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
mavenPomTemplate attribute.
- withMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
mavenPomTemplate attribute.
- withMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
mavenPomTemplate attribute.
- withMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
mavenPomTemplate attribute.
- withMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
mavenPomTemplate attribute.
- withMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
mavenPomTemplate attribute.
- withMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
mavenPomTemplate attribute.
- withMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
mavenPomTemplate attribute.
- withMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
mavenPomTemplate attribute.
- withMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
mavenPomTemplate attribute.
- withMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
mavenPomTemplate attribute.
- withMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
mavenPomTemplate attribute.
- withMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
mavenPomTemplate attribute.
- withMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
mavenPomTemplate attribute.
- withMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
mavenPomTemplate attribute.
- withMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
mavenPomTemplate attribute.
- withMaxAcceptableLatencyMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
Copy the current immutable object by setting a value for the maxAcceptableLatencyMillis attribute.
- withMaxBytesAfterDeletion(long) - Method in class com.facebook.buck.util.DirectoryCleanerArgs
-
Copy the current immutable object by setting a present value for the optional maxBytesAfterDeletion attribute.
- withMaxBytesAfterDeletion(Optional<Long>) - Method in class com.facebook.buck.util.DirectoryCleanerArgs
-
Copy the current immutable object by setting an optional value for the maxBytesAfterDeletion attribute.
- withMaxDebugLogLines(int) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity
-
Copy the current immutable object by setting a present value for the optional maxDebugLogLines attribute.
- withMaxDebugLogLines(Optional<Integer>) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity
-
Copy the current immutable object by setting an optional value for the maxDebugLogLines attribute.
- withMaxErrorPercentage(float) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
Copy the current immutable object by setting a value for the maxErrorPercentage attribute.
- withMaxLogSizeBytes(long) - Method in class com.facebook.buck.log.LogConfigSetup
-
Copy the current immutable object by setting a value for the maxLogSizeBytes attribute.
- withMaxPathCount(int) - Method in class com.facebook.buck.util.DirectoryCleanerArgs
-
Copy the current immutable object by setting a value for the maxPathCount attribute.
- withMaxprot(Integer) - Method in class com.facebook.buck.macho.SegmentCommand
-
Copy the current immutable object by setting a value for the maxprot attribute.
- withMaxSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
-
Copy the current immutable object by setting a present value for the optional maxSizeBytes attribute.
- withMaxSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
-
Copy the current immutable object by setting an optional value for the maxSizeBytes attribute.
- withMaxStoreSize(long) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
-
Copy the current immutable object by setting a present value for the optional maxStoreSize attribute.
- withMaxStoreSize(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
-
Copy the current immutable object by setting an optional value for the maxStoreSize attribute.
- withMaxStoreSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
Copy the current immutable object by setting a present value for the optional maxStoreSizeBytes attribute.
- withMaxStoreSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
Copy the current immutable object by setting an optional value for the maxStoreSizeBytes attribute.
- withMaxTotalSizeBytes(long) - Method in class com.facebook.buck.util.DirectoryCleanerArgs
-
Copy the current immutable object by setting a value for the maxTotalSizeBytes attribute.
- withMaxWorkers(int) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
Copy the current immutable object by setting a value for the maxWorkers attribute.
- withMaxWorkers(int) - Method in class com.facebook.buck.worker.WorkerProcessParams
-
Copy the current immutable object by setting a value for the maxWorkers attribute.
- withMemberName(String) - Method in class com.facebook.buck.dalvik.DalvikMemberReference
-
Copy the current immutable object by setting a value for the memberName attribute.
- withMemberPath(Path) - Method in class com.facebook.buck.io.ArchiveMemberPath
-
Copy the current immutable object by setting a value for the
memberPath attribute.
- withMemberPath(Path) - Method in class com.facebook.buck.rules.ArchiveMemberSourcePath
-
Copy the current immutable object by setting a value for the memberPath attribute.
- withMemory(int) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
-
Copy the current immutable object by setting a value for the memory attribute.
- withMemResident(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
-
Copy the current immutable object by setting a value for the memResident attribute.
- withMemSize(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
-
Copy the current immutable object by setting a value for the memSize attribute.
- withMergedLinkables(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
-
Copy the current immutable object by replacing the mergedLinkables map with the specified map.
- withMergedLinkablesAssets(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
-
Copy the current immutable object by replacing the mergedLinkablesAssets map with the specified map.
- withMergeManifests(boolean) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional mergeManifests attribute.
- withMergeManifests(Optional<Boolean>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the mergeManifests attribute.
- withMessage(String) - Method in class com.facebook.buck.distributed.DistBuildStatus
-
Copy the current immutable object by setting a present value for the optional message attribute.
- withMessage(Optional<String>) - Method in class com.facebook.buck.distributed.DistBuildStatus
-
Copy the current immutable object by setting an optional value for the message attribute.
- withMessage(String) - Method in class com.facebook.buck.rage.RageJsonResponse
-
Copy the current immutable object by setting a present value for the optional message attribute.
- withMessage(Optional<String>) - Method in class com.facebook.buck.rage.RageJsonResponse
-
Copy the current immutable object by setting an optional value for the message attribute.
- withMessage(String) - Method in class com.facebook.buck.test.TestStatusMessage
-
Copy the current immutable object by setting a value for the message attribute.
- withMessage(String) - Method in class com.facebook.buck.util.PatternAndMessage
-
Copy the current immutable object by setting a value for the message attribute.
- withMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
-
Copy the current immutable object by replacing the metadata map with the specified map.
- withMetadata(ImmutableMap<String, String>) - Method in class com.facebook.buck.artifact_cache.CacheResult
-
Copy the current immutable object by setting a present value for the optional metadata attribute.
- withMetadata(Optional<? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.artifact_cache.CacheResult
-
Copy the current immutable object by setting an optional value for the metadata attribute.
- withMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
-
Copy the current immutable object by replacing the metadata map with the specified map.
- withMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
-
Copy the current immutable object by replacing the metadata map with the specified map.
- withMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
-
Copy the current immutable object by replacing the metadata map with the specified map.
- withMetadata(Path) - Method in class com.facebook.buck.rules.ExopackageInfo.DexInfo
-
Copy the current immutable object by setting a value for the metadata attribute.
- withMetadata(Path) - Method in class com.facebook.buck.rules.ExopackageInfo.NativeLibsInfo
-
Copy the current immutable object by setting a value for the metadata attribute.
- withMetadataPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations
-
Copy the current immutable object by setting a value for the metadataPath attribute.
- withMetaInfDirectory(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModule
-
Copy the current immutable object by setting a present value for the optional metaInfDirectory attribute.
- withMetaInfDirectory(Optional<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModule
-
Copy the current immutable object by setting an optional value for the metaInfDirectory attribute.
- withMetaInfDirectory(Path) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional metaInfDirectory attribute.
- withMetaInfDirectory(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the metaInfDirectory attribute.
- withMinAmountOfEntriesToKeep(int) - Method in class com.facebook.buck.util.DirectoryCleanerArgs
-
Copy the current immutable object by setting a value for the minAmountOfEntriesToKeep attribute.
- withMinimizePrimaryDexSize(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the minimizePrimaryDexSize attribute.
- withMinSdkVersion(int) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
-
Copy the current immutable object by setting a present value for the optional minSdkVersion attribute.
- withMinSdkVersion(Optional<Integer>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
-
Copy the current immutable object by setting an optional value for the minSdkVersion attribute.
- withMinVersion(String) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Copy the current immutable object by setting a value for the minVersion attribute.
- withMinVersionFlagPrefix(String) - Method in class com.facebook.buck.apple.ApplePlatform
-
Copy the current immutable object by setting a value for the minVersionFlagPrefix attribute.
- withMissingFilesUploadedCount(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting a present value for the optional missingFilesUploadedCount attribute.
- withMissingFilesUploadedCount(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting an optional value for the missingFilesUploadedCount attribute.
- withMode(AbstractHeaderVerification.Mode) - Method in class com.facebook.buck.cxx.HeaderVerification
-
Copy the current immutable object by setting a value for the mode attribute.
- withMode(ExportFileDescription.Mode) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
-
Copy the current immutable object by setting a present value for the optional mode attribute.
- withMode(Optional<? extends ExportFileDescription.Mode>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
-
Copy the current immutable object by setting an optional value for the mode attribute.
- withModernProcessors(ResolvedJavacPluginProperties...) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
-
Copy the current immutable object with elements that replace the content of modernProcessors.
- withModernProcessors(Iterable<? extends ResolvedJavacPluginProperties>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
-
Copy the current immutable object with elements that replace the content of modernProcessors.
- withModular(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the modular attribute.
- withModuleBasePath(Path) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule
-
Copy the current immutable object by setting a value for the moduleBasePath attribute.
- withModuleBasePath(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModule
-
Copy the current immutable object by setting a value for the moduleBasePath attribute.
- withModuleDeps(BuildTarget...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of moduleDeps.
- withModuleDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of moduleDeps.
- withModuleMap(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellSources
-
Copy the current immutable object by replacing the moduleMap map with the specified map.
- withModuleMappedClasspathEntriesToDex(Multimap<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
-
Copy the current immutable object by replacing the moduleMappedClasspathEntriesToDex map with the specified map.
- withModuleName(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
moduleName attribute.
- withModuleName(Optional<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
moduleName attribute.
- withModuleName(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
moduleName attribute.
- withModuleName(Optional<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
moduleName attribute.
- withModuleName(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
moduleName attribute.
- withModuleName(Optional<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
moduleName attribute.
- withModuleName(String) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
moduleName attribute.
- withModuleName(Optional<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
moduleName attribute.
- withModuleName(String) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object by setting a present value for the optional moduleName attribute.
- withModuleName(Optional<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object by setting an optional value for the moduleName attribute.
- withModuleName(String) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional moduleName attribute.
- withModuleName(Optional<String>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the moduleName attribute.
- withModules(String...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of modules.
- withModules(Iterable<String>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of modules.
- withModules(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.lua.LuaPackageComponents
-
Copy the current immutable object by replacing the modules map with the specified map.
- withModules(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.python.PythonPackageComponents
-
Copy the current immutable object by replacing the modules map with the specified map.
- withModulesPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations
-
Copy the current immutable object by setting a value for the modulesPath attribute.
- withModuleType(IjModuleType) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule
-
Copy the current immutable object by setting a value for the moduleType attribute.
- withModuleType(IjModuleType) - Method in class com.facebook.buck.ide.intellij.model.IjModule
-
Copy the current immutable object by setting a value for the moduleType attribute.
- withMomc(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Copy the current immutable object by setting a value for the momc attribute.
- withN_desc(UnsignedInteger) - Method in class com.facebook.buck.macho.Nlist
-
Copy the current immutable object by setting a value for the n_desc attribute.
- withN_sect(UnsignedInteger) - Method in class com.facebook.buck.macho.Nlist
-
Copy the current immutable object by setting a value for the n_sect attribute.
- withN_strx(UnsignedInteger) - Method in class com.facebook.buck.macho.Nlist
-
Copy the current immutable object by setting a value for the n_strx attribute.
- withN_type(UnsignedInteger) - Method in class com.facebook.buck.macho.Nlist
-
Copy the current immutable object by setting a value for the n_type attribute.
- withN_value(UnsignedLong) - Method in class com.facebook.buck.macho.Nlist
-
Copy the current immutable object by setting a value for the n_value attribute.
- withName(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.android.APKModule
-
Copy the current immutable object by setting a value for the name attribute.
- withName(String) - Method in class com.facebook.buck.android.GenAidlDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.apple.ApplePlatform
-
Copy the current immutable object by setting a value for the name attribute.
- withName(String) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.apple.AppleSdk
-
Copy the current immutable object by setting a value for the name attribute.
- withName(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.apple.simulator.AppleSimulator
-
Copy the current immutable object by setting a value for the name attribute.
- withName(String) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
-
Copy the current immutable object by setting a present value for the optional name attribute.
- withName(Optional<String>) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
-
Copy the current immutable object by setting an optional value for the name attribute.
- withName(String) - Method in class com.facebook.buck.counters.CounterInfo
-
Copy the current immutable object by setting a value for the name attribute.
- withName(String) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.d.DBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.d.DLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.d.DTestDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.haskell.HaskellPackageInfo
-
Copy the current immutable object by setting a value for the name attribute.
- withName(String) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.ide.intellij.DependencyEntryData
-
Copy the current immutable object by setting a value for the name attribute.
- withName(String) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
-
Copy the current immutable object by setting a value for the name attribute.
- withName(String) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.model.InternalFlavor
-
Copy the current immutable object by setting a value for the name attribute.
- withName(String) - Method in class com.facebook.buck.model.UserFlavor
-
Copy the current immutable object by setting a value for the name attribute.
- withName(String) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.rules.BuildRuleType
-
Copy the current immutable object by setting a value for the name attribute.
- withName(String) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
-
Copy the current immutable object by setting a value for the name attribute.
- withName(String) - Method in class com.facebook.buck.rules.coercer.OcamlSource
-
Copy the current immutable object by setting a value for the name attribute.
- withName(String) - Method in class com.facebook.buck.rules.VersionedTool
-
Copy the current immutable object by setting a value for the name attribute.
- withName(String) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.versions.Version
-
Copy the current immutable object by setting a value for the name attribute.
- withName(String) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withName(String) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg
-
Copy the current immutable object by setting a value for the
name attribute.
- withNamedSources(ImmutableSortedMap<String, SourcePath>) - Method in class com.facebook.buck.rules.coercer.SourceList
-
Copy the current immutable object by setting a present value for the optional namedSources attribute.
- withNamedSources(Optional<? extends ImmutableSortedMap<String, SourcePath>>) - Method in class com.facebook.buck.rules.coercer.SourceList
-
Copy the current immutable object by setting an optional value for the namedSources attribute.
- withNamedSources(ImmutableSortedMap<String, SourceWithFlags>) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
-
Copy the current immutable object by setting a present value for the optional namedSources attribute.
- withNamedSources(Optional<? extends ImmutableSortedMap<String, SourceWithFlags>>) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
-
Copy the current immutable object by setting an optional value for the namedSources attribute.
- withNameToField(Map<String, ? extends BuildConfigFields.Field>) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields
-
Copy the current immutable object by replacing the nameToField map with the specified map.
- withNameToPathMap(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
-
Copy the current immutable object by replacing the nameToPathMap map with the specified map.
- withNativeCompileDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object by setting a value for the nativeCompileDeps attribute.
- withNativeCompileDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
-
Copy the current immutable object by setting a value for the nativeCompileDeps attribute.
- withNativeIncludes(String...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object with elements that replace the content of nativeIncludes.
- withNativeIncludes(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object with elements that replace the content of nativeIncludes.
- withNativeLib(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the nativeLib attribute.
- withNativeLibAssetsDirectories(Multimap<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
-
Copy the current immutable object by replacing the nativeLibAssetsDirectories map with the specified map.
- withNativeLibraries(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.lua.LuaPackageComponents
-
Copy the current immutable object by replacing the nativeLibraries map with the specified map.
- withNativeLibraries(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.python.PythonPackageComponents
-
Copy the current immutable object by replacing the nativeLibraries map with the specified map.
- withNativeLibraryMergeCodeGenerator(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional nativeLibraryMergeCodeGenerator attribute.
- withNativeLibraryMergeCodeGenerator(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the nativeLibraryMergeCodeGenerator attribute.
- withNativeLibraryMergeGlue(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional nativeLibraryMergeGlue attribute.
- withNativeLibraryMergeGlue(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the nativeLibraryMergeGlue attribute.
- withNativeLibraryMergeLocalizedSymbols(ImmutableSortedSet<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional nativeLibraryMergeLocalizedSymbols attribute.
- withNativeLibraryMergeLocalizedSymbols(Optional<? extends ImmutableSortedSet<String>>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the nativeLibraryMergeLocalizedSymbols attribute.
- withNativeLibraryMergeMap(Map<String, ? extends List<Pattern>>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by replacing the nativeLibraryMergeMap map with the specified map.
- withNativeLibraryProguardConfigGenerator(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional nativeLibraryProguardConfigGenerator attribute.
- withNativeLibraryProguardConfigGenerator(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the nativeLibraryProguardConfigGenerator attribute.
- withNativeLibs(Path) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the nativeLibs attribute.
- withNativeLibsDirectories(Multimap<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
-
Copy the current immutable object by replacing the nativeLibsDirectories map with the specified map.
- withNativeLibsInfo(ExopackageInfo.NativeLibsInfo) - Method in class com.facebook.buck.rules.ExopackageInfo
-
Copy the current immutable object by setting a present value for the optional nativeLibsInfo attribute.
- withNativeLibsInfo(Optional<? extends ExopackageInfo.NativeLibsInfo>) - Method in class com.facebook.buck.rules.ExopackageInfo
-
Copy the current immutable object by setting an optional value for the nativeLibsInfo attribute.
- withNativeLibsTargets(Multimap<? extends APKModule, ? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
-
Copy the current immutable object by replacing the nativeLibsTargets map with the specified map.
- withNativeLinkableInput(NativeLinkableInput) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object by setting a value for the nativeLinkableInput attribute.
- withNativeLinkables(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
-
Copy the current immutable object by replacing the nativeLinkables map with the specified map.
- withNativeLinkablesAssets(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
-
Copy the current immutable object by replacing the nativeLinkablesAssets map with the specified map.
- withNativePlugin(boolean) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the nativePlugin attribute.
- withNativeStarterLibrary(BuildTarget) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional nativeStarterLibrary attribute.
- withNativeStarterLibrary(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the nativeStarterLibrary attribute.
- withNativeStarterLibrary(BuildTarget) - Method in class com.facebook.buck.lua.NativeExecutableStarter
-
Copy the current immutable object by setting a present value for the optional nativeStarterLibrary attribute.
- withNativeStarterLibrary(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.lua.NativeExecutableStarter
-
Copy the current immutable object by setting an optional value for the nativeStarterLibrary attribute.
- withNcmds(UnsignedInteger) - Method in class com.facebook.buck.macho.MachoHeader
-
Copy the current immutable object by setting a value for the ncmds attribute.
- withNeededCoverage(NeededCoverageSpec...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of neededCoverage.
- withNeededCoverage(Iterable<? extends NeededCoverageSpec>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of neededCoverage.
- withNeededCoverage(Pair<Float, ImmutableSet<Path>>...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
-
Copy the current immutable object with elements that replace the content of neededCoverage.
- withNeededCoverage(Iterable<? extends Pair<Float, ImmutableSet<Path>>>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
-
Copy the current immutable object with elements that replace the content of neededCoverage.
- withNeededCoverageRatio(float) - Method in class com.facebook.buck.python.NeededCoverageSpec
-
Copy the current immutable object by setting a value for the neededCoverageRatio attribute.
- withNetworkIO(int) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
-
Copy the current immutable object by setting a value for the networkIO attribute.
- withNfat_arch(UnsignedInteger) - Method in class com.facebook.buck.macho.FatHeader
-
Copy the current immutable object by setting a value for the nfat_arch attribute.
- withNoBuckCheckPresent(boolean) - Method in class com.facebook.buck.rage.UserLocalConfiguration
-
Copy the current immutable object by setting a value for the noBuckCheckPresent attribute.
- withNoDx(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of noDx.
- withNoDx(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of noDx.
- withNoDxClasspathEntries(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection
-
Copy the current immutable object with elements that replace the content of noDxClasspathEntries.
- withNoDxClasspathEntries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
-
Copy the current immutable object with elements that replace the content of noDxClasspathEntries.
- withNoHealthyServersAvailable(boolean) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData
-
Copy the current immutable object by setting a value for the noHealthyServersAvailable attribute.
- withNreloc(UnsignedInteger) - Method in class com.facebook.buck.macho.Section
-
Copy the current immutable object by setting a value for the nreloc attribute.
- withNsects(UnsignedInteger) - Method in class com.facebook.buck.macho.SegmentCommand
-
Copy the current immutable object by setting a value for the nsects attribute.
- withNsyms(UnsignedInteger) - Method in class com.facebook.buck.macho.SymTabCommand
-
Copy the current immutable object by setting a value for the nsyms attribute.
- withObjcopy(ToolProvider) - Method in class com.facebook.buck.cxx.ElfSharedLibraryInterfaceFactory
-
Copy the current immutable object by setting a value for the objcopy attribute.
- withObjcopyPrefix(String...) - Method in class com.facebook.buck.cxx.ElfExtractSectionsStep
-
Copy the current immutable object with elements that replace the content of objcopyPrefix.
- withObjcopyPrefix(Iterable<String>) - Method in class com.facebook.buck.cxx.ElfExtractSectionsStep
-
Copy the current immutable object with elements that replace the content of objcopyPrefix.
- withObjdump(Tool) - Method in class com.facebook.buck.android.NdkCxxPlatform
-
Copy the current immutable object by setting a value for the objdump attribute.
- withObjectFileExtension(String) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a value for the objectFileExtension attribute.
- withObjectFiles(SourcePath...) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
-
Copy the current immutable object with elements that replace the content of objectFiles.
- withObjectFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
-
Copy the current immutable object with elements that replace the content of objectFiles.
- withOcamlBytecodeCompiler(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object by setting a present value for the optional ocamlBytecodeCompiler attribute.
- withOcamlBytecodeCompiler(Optional<? extends Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object by setting an optional value for the ocamlBytecodeCompiler attribute.
- withOcamlCompiler(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object by setting a present value for the optional ocamlCompiler attribute.
- withOcamlCompiler(Optional<? extends Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object by setting an optional value for the ocamlCompiler attribute.
- withOcamlDebug(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object by setting a present value for the optional ocamlDebug attribute.
- withOcamlDebug(Optional<? extends Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object by setting an optional value for the ocamlDebug attribute.
- withOcamlDepTool(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object by setting a present value for the optional ocamlDepTool attribute.
- withOcamlDepTool(Optional<? extends Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object by setting an optional value for the ocamlDepTool attribute.
- withOcamlInput(OcamlLibrary...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object with elements that replace the content of ocamlInput.
- withOcamlInput(Iterable<? extends OcamlLibrary>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object with elements that replace the content of ocamlInput.
- withOcamlInteropIncludesDir(String) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object by setting a present value for the optional ocamlInteropIncludesDir attribute.
- withOcamlInteropIncludesDir(Optional<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object by setting an optional value for the ocamlInteropIncludesDir attribute.
- withOffset(Number) - Method in class com.facebook.buck.json.BuildFileSyntaxError
-
Copy the current immutable object by setting a present value for the optional offset attribute.
- withOffset(Optional<? extends Number>) - Method in class com.facebook.buck.json.BuildFileSyntaxError
-
Copy the current immutable object by setting an optional value for the offset attribute.
- withOffset(UnsignedInteger) - Method in class com.facebook.buck.macho.FatArch
-
Copy the current immutable object by setting a value for the offset attribute.
- withOffset(UnsignedInteger) - Method in class com.facebook.buck.macho.Section
-
Copy the current immutable object by setting a value for the offset attribute.
- withOffsetInBinary(int) - Method in class com.facebook.buck.macho.LoadCommandCommonFields
-
Copy the current immutable object by setting a value for the offsetInBinary attribute.
- withOffsetInBinary(int) - Method in class com.facebook.buck.macho.Nlist
-
Copy the current immutable object by setting a value for the offsetInBinary attribute.
- withOffsetInBinary(int) - Method in class com.facebook.buck.macho.Section
-
Copy the current immutable object by setting a value for the offsetInBinary attribute.
- withOperands(QueryExpression...) - Method in class com.facebook.buck.query.BinaryOperatorExpression
-
Copy the current immutable object with elements that replace the content of operands.
- withOperands(Iterable<? extends QueryExpression>) - Method in class com.facebook.buck.query.BinaryOperatorExpression
-
Copy the current immutable object with elements that replace the content of operands.
- withOperator(AbstractBinaryOperatorExpression.Operator) - Method in class com.facebook.buck.query.BinaryOperatorExpression
-
Copy the current immutable object by setting a value for the operator attribute.
- withOptimization(AppleAssetCatalogDescription.Optimization) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
-
Copy the current immutable object by setting a value for the optimization attribute.
- withOptimizationPasses(int) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional optimizationPasses attribute.
- withOptimizationPasses(Optional<Integer>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the optimizationPasses attribute.
- withOptimize(int) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional optimize attribute.
- withOptimize(Optional<Integer>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the optimize attribute.
- withOs(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
Copy the current immutable object by setting a value for the os attribute.
- withOtherFlags(CxxToolFlags) - Method in class com.facebook.buck.cxx.PreprocessorFlags
-
Copy the current immutable object by setting a value for the otherFlags attribute.
- withOut(String) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
Copy the current immutable object by setting a value for the
out attribute.
- withOut(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
Copy the current immutable object by setting a value for the
out attribute.
- withOut(String) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
Copy the current immutable object by setting a present value for the optional out attribute.
- withOut(Optional<String>) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
Copy the current immutable object by setting an optional value for the out attribute.
- withOut(String) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
-
Copy the current immutable object by setting a present value for the optional out attribute.
- withOut(Optional<String>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
-
Copy the current immutable object by setting an optional value for the out attribute.
- withOut(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
Copy the current immutable object by setting a value for the
out attribute.
- withOut(String) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg
-
Copy the current immutable object by setting a value for the out attribute.
- withoutFlavor(Flavor) - Method in class com.facebook.buck.rules.BuildRuleParams
-
- withOutFolderPath(Path) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
-
Copy the current immutable object by setting a value for the outFolderPath attribute.
- withOutput(Path) - Method in class com.facebook.buck.cxx.ElfExtractSectionsStep
-
Copy the current immutable object by setting a value for the output attribute.
- withOutput(Path) - Method in class com.facebook.buck.lua.LuaScriptStarter
-
Copy the current immutable object by setting a value for the output attribute.
- withOutput(Path) - Method in class com.facebook.buck.lua.NativeExecutableStarter
-
Copy the current immutable object by setting a value for the output attribute.
- withOutput(String) - Method in class com.facebook.buck.rage.ExtraInfoResult
-
Copy the current immutable object by setting a value for the
output attribute.
- withOutputHash(String) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
Copy the current immutable object by setting a value for the outputHash attribute.
- withOutputPath(String) - Method in class com.facebook.buck.cli.ShowOptions
-
Copy the current immutable object by setting a present value for the optional outputPath attribute.
- withOutputPath(Optional<String>) - Method in class com.facebook.buck.cli.ShowOptions
-
Copy the current immutable object by setting an optional value for the outputPath attribute.
- withOutputs(String...) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
Copy the current immutable object with elements that replace the content of outputs.
- withOutputs(Iterable<String>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
Copy the current immutable object with elements that replace the content of outputs.
- withoutSuffix(String, String) - Static method in class com.facebook.buck.util.MoreStrings
-
- withoutTty() - Static method in class com.facebook.buck.util.Ansi
-
- withOwnerId(int) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
-
Copy the current immutable object by setting a value for the ownerId attribute.
- withOwnerTarget(BuildTarget) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
-
Copy the current immutable object by setting a value for the ownerTarget attribute.
- withPackage(String) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
-
Copy the current immutable object by setting a value for the package attribute.
- withPackage(String) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
Copy the current immutable object by setting a present value for the optional package attribute.
- withPackage(Optional<String>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
Copy the current immutable object by setting an optional value for the package attribute.
- withPackage(String) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional package attribute.
- withPackage(Optional<String>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the package attribute.
- withPackageableCollection(AndroidPackageableCollection) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Copy the current immutable object by setting a value for the packageableCollection attribute.
- withPackageAssetLibraries(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the packageAssetLibraries attribute.
- withPackageAssetLibraries(boolean) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Copy the current immutable object by setting a present value for the optional packageAssetLibraries attribute.
- withPackageAssetLibraries(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Copy the current immutable object by setting an optional value for the packageAssetLibraries attribute.
- withPackageDb(SourcePath) - Method in class com.facebook.buck.haskell.HaskellPackage
-
Copy the current immutable object by setting a value for the packageDb attribute.
- withPackageName(String) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional packageName attribute.
- withPackageName(Optional<String>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the packageName attribute.
- withPackageName(String) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional packageName attribute.
- withPackageName(Optional<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the packageName attribute.
- withPackageName(String) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
-
Copy the current immutable object by setting a present value for the optional packageName attribute.
- withPackageName(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
-
Copy the current immutable object by setting an optional value for the packageName attribute.
- withPackagePrefix(String) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
-
Copy the current immutable object by setting a value for the packagePrefix attribute.
- withPackagerFlags(Either<String, ImmutableList<String>>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
packagerFlags attribute.
- withPackagerFlags(Optional<? extends Either<String, ImmutableList<String>>>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
packagerFlags attribute.
- withPackagerFlags(Either<String, ImmutableList<String>>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
-
Copy the current immutable object by setting a
present value for the optional
packagerFlags attribute.
- withPackagerFlags(Optional<? extends Either<String, ImmutableList<String>>>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
-
Copy the current immutable object by setting an optional value for the
packagerFlags attribute.
- withPackages(HaskellPackage...) - Method in class com.facebook.buck.haskell.HaskellCompileInput
-
Copy the current immutable object with elements that replace the content of packages.
- withPackages(Iterable<? extends HaskellPackage>) - Method in class com.facebook.buck.haskell.HaskellCompileInput
-
Copy the current immutable object with elements that replace the content of packages.
- withPackageStringAssets(PackageStringAssets) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
Copy the current immutable object by setting a present value for the optional packageStringAssets attribute.
- withPackageStringAssets(Optional<? extends PackageStringAssets>) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
Copy the current immutable object by setting an optional value for the packageStringAssets attribute.
- withPackageStringAssets(PackageStringAssets) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Copy the current immutable object by setting a present value for the optional packageStringAssets attribute.
- withPackageStringAssets(Optional<? extends PackageStringAssets>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Copy the current immutable object by setting an optional value for the packageStringAssets attribute.
- withPackageStyle(LuaConfig.PackageStyle) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional packageStyle attribute.
- withPackageStyle(Optional<? extends LuaConfig.PackageStyle>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the packageStyle attribute.
- withPackageStyle(PythonBuckConfig.PackageStyle) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional packageStyle attribute.
- withPackageStyle(Optional<? extends PythonBuckConfig.PackageStyle>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the packageStyle attribute.
- withPackageStyle(PythonBuckConfig.PackageStyle) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional packageStyle attribute.
- withPackageStyle(Optional<? extends PythonBuckConfig.PackageStyle>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the packageStyle attribute.
- withPackageType(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional packageType attribute.
- withPackageType(Optional<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the packageType attribute.
- withParameters(String...) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
-
Copy the current immutable object with elements that replace the content of parameters.
- withParameters(Iterable<String>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
-
Copy the current immutable object with elements that replace the content of parameters.
- withParams(BuildRuleParams) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
Copy the current immutable object by setting a value for the params attribute.
- withParser(Parser) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
Copy the current immutable object by setting a value for the
parser attribute.
- withParser(Parser) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
-
Copy the current immutable object by setting a value for the parser attribute.
- withParseTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats
-
Copy the current immutable object by setting a value for the parseTimeMs attribute.
- withParts(Either<String, Macro>...) - Method in class com.facebook.buck.rules.macros.StringWithMacros
-
Copy the current immutable object with elements that replace the content of parts.
- withParts(Iterable<? extends Either<String, Macro>>) - Method in class com.facebook.buck.rules.macros.StringWithMacros
-
Copy the current immutable object with elements that replace the content of parts.
- withPath(Path) - Method in class com.facebook.buck.apple.AppleToolchain
-
Copy the current immutable object by setting a value for the path attribute.
- withPath(Path) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
-
Copy the current immutable object by setting a value for the path attribute.
- withPath(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
-
Copy the current immutable object by setting a present value for the optional path attribute.
- withPath(Optional<String>) - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
-
Copy the current immutable object by setting an optional value for the path attribute.
- withPath(SourcePath) - Method in class com.facebook.buck.cxx.CxxSource
-
Copy the current immutable object by setting a value for the
path attribute.
- withPath(Path) - Method in class com.facebook.buck.cxx.CxxToolProviderParams
-
Copy the current immutable object by setting a present value for the optional path attribute.
- withPath(Optional<? extends Path>) - Method in class com.facebook.buck.cxx.CxxToolProviderParams
-
Copy the current immutable object by setting an optional value for the path attribute.
- withPath(Path) - Method in class com.facebook.buck.cxx.ElfClearProgramHeadersStep
-
Copy the current immutable object by setting a value for the path attribute.
- withPath(Path) - Method in class com.facebook.buck.cxx.ElfDynamicSectionScrubberStep
-
Copy the current immutable object by setting a value for the path attribute.
- withPath(Path) - Method in class com.facebook.buck.cxx.ElfSymbolTableScrubberStep
-
Copy the current immutable object by setting a value for the path attribute.
- withPath(SourcePath) - Method in class com.facebook.buck.cxx.OmnibusLibrary
-
Copy the current immutable object by setting a value for the path attribute.
- withPath(SourcePath) - Method in class com.facebook.buck.cxx.OmnibusRoot
-
Copy the current immutable object by setting a value for the path attribute.
- withPath(SourcePath) - Method in class com.facebook.buck.cxx.ThinArchiveArg
-
Copy the current immutable object by setting a value for the path attribute.
- withPath(Path) - Method in class com.facebook.buck.query.QueryFileTarget
-
Copy the current immutable object by setting a value for the path attribute.
- withPath(SourcePath) - Method in class com.facebook.buck.rules.args.SourcePathArg
-
Copy the current immutable object by setting a value for the path attribute.
- withPath(Path) - Method in class com.facebook.buck.rules.keys.RuleKeyInput
-
Copy the current immutable object by setting a value for the path attribute.
- withPath(Path) - Method in class com.facebook.buck.rules.VersionedTool
-
Copy the current immutable object by setting a value for the path attribute.
- withPath(BuildCellRelativePath) - Method in class com.facebook.buck.step.fs.MkdirStep
-
Copy the current immutable object by setting a value for the path attribute.
- withPath(BuildCellRelativePath) - Method in class com.facebook.buck.step.fs.RmStep
-
Copy the current immutable object by setting a value for the path attribute.
- withPathName(String) - Method in class com.facebook.buck.python.NeededCoverageSpec
-
Copy the current immutable object by setting a present value for the optional pathName attribute.
- withPathName(Optional<String>) - Method in class com.facebook.buck.python.NeededCoverageSpec
-
Copy the current immutable object by setting an optional value for the pathName attribute.
- withPathRelativeToBuildCellRoot(Path) - Method in class com.facebook.buck.io.BuildCellRelativePath
-
Copy the current immutable object by setting a value for the pathRelativeToBuildCellRoot attribute.
- withPathResolver(SourcePathResolver) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
Copy the current immutable object by setting a value for the pathResolver attribute.
- withPathResolver(SourcePathResolver) - Method in class com.facebook.buck.lua.LuaScriptStarter
-
Copy the current immutable object by setting a value for the pathResolver attribute.
- withPathResolver(SourcePathResolver) - Method in class com.facebook.buck.lua.NativeExecutableStarter
-
Copy the current immutable object by setting a value for the pathResolver attribute.
- withPathsChangedInWorkingDirectory(String...) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
-
Copy the current immutable object with elements that replace the content of pathsChangedInWorkingDirectory.
- withPathsChangedInWorkingDirectory(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
-
Copy the current immutable object with elements that replace the content of pathsChangedInWorkingDirectory.
- withPathSelector(DirectoryCleaner.PathSelector) - Method in class com.facebook.buck.util.DirectoryCleanerArgs
-
Copy the current immutable object by setting a value for the pathSelector attribute.
- withPathsToThirdPartyJars(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection
-
Copy the current immutable object with elements that replace the content of pathsToThirdPartyJars.
- withPathsToThirdPartyJars(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
-
Copy the current immutable object with elements that replace the content of pathsToThirdPartyJars.
- withPathToAdbExecutable(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
Copy the current immutable object by setting a value for the pathToAdbExecutable attribute.
- withPathToFile(Path) - Method in class com.facebook.buck.rules.keys.DependencyFileEntry
-
Copy the current immutable object by setting a value for the pathToFile attribute.
- withPathToJavaAgent(String) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Copy the current immutable object by setting a present value for the optional pathToJavaAgent attribute.
- withPathToJavaAgent(Optional<String>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Copy the current immutable object by setting an optional value for the pathToJavaAgent attribute.
- withPathToJavaAgent(String) - Method in class com.facebook.buck.test.TestRunningOptions
-
Copy the current immutable object by setting a present value for the optional pathToJavaAgent attribute.
- withPathToJavaAgent(Optional<String>) - Method in class com.facebook.buck.test.TestRunningOptions
-
Copy the current immutable object by setting an optional value for the pathToJavaAgent attribute.
- withPathToRDotTxt(SourcePath) - Method in class com.facebook.buck.android.AaptOutputInfo
-
Copy the current immutable object by setting a value for the pathToRDotTxt attribute.
- withPathToRDotTxt(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
Copy the current immutable object by setting a value for the pathToRDotTxt attribute.
- withPathToXmlTestOutput(String) - Method in class com.facebook.buck.test.TestRunningOptions
-
Copy the current immutable object by setting a present value for the optional pathToXmlTestOutput attribute.
- withPathToXmlTestOutput(Optional<String>) - Method in class com.facebook.buck.test.TestRunningOptions
-
Copy the current immutable object by setting an optional value for the pathToXmlTestOutput attribute.
- withPathWithinArchive(Path) - Method in class com.facebook.buck.rules.keys.DependencyFileEntry
-
Copy the current immutable object by setting a present value for the optional pathWithinArchive attribute.
- withPathWithinArchive(Optional<? extends Path>) - Method in class com.facebook.buck.rules.keys.DependencyFileEntry
-
Copy the current immutable object by setting an optional value for the pathWithinArchive attribute.
- withPattern(String) - Method in class com.facebook.buck.query.TargetLiteral
-
Copy the current immutable object by setting a value for the pattern attribute.
- withPattern(Pattern) - Method in class com.facebook.buck.util.PatternAndMessage
-
Copy the current immutable object by setting a value for the pattern attribute.
- withPerformDistributedBuildDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting a present value for the optional performDistributedBuildDurationMs attribute.
- withPerformDistributedBuildDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting an optional value for the performDistributedBuildDurationMs attribute.
- withPerformedLocalBuild(boolean) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting a value for the performedLocalBuild attribute.
- withPerRuleStats(DistBuildPostBuildAnalysis.AbstractPerRuleCumulativeStats...) - Method in class com.facebook.buck.distributed.AnalysisResults
-
Copy the current immutable object with elements that replace the content of perRuleStats.
- withPerRuleStats(Iterable<? extends DistBuildPostBuildAnalysis.AbstractPerRuleCumulativeStats>) - Method in class com.facebook.buck.distributed.AnalysisResults
-
Copy the current immutable object with elements that replace the content of perRuleStats.
- withPerServerData(PerServerPingData...) - Method in class com.facebook.buck.slb.LoadBalancerPingEventData
-
Copy the current immutable object with elements that replace the content of perServerData.
- withPerServerData(Iterable<? extends PerServerPingData>) - Method in class com.facebook.buck.slb.LoadBalancerPingEventData
-
Copy the current immutable object with elements that replace the content of perServerData.
- withPerServerData(PerServerData...) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData
-
Copy the current immutable object with elements that replace the content of perServerData.
- withPerServerData(Iterable<? extends PerServerData>) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData
-
Copy the current immutable object with elements that replace the content of perServerData.
- withPersistent(boolean) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
Copy the current immutable object by setting a present value for the optional persistent attribute.
- withPersistent(Optional<Boolean>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
-
Copy the current immutable object by setting an optional value for the persistent attribute.
- withPersistentWorkerKey(String) - Method in class com.facebook.buck.worker.WorkerProcessIdentity
-
Copy the current immutable object by setting a value for the persistentWorkerKey attribute.
- withPersistentWorkerPools(ConcurrentMap<String, WorkerProcessPool>) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
Copy the current immutable object by setting a
present value for the optional
persistentWorkerPools attribute.
- withPersistentWorkerPools(Optional<? extends ConcurrentMap<String, WorkerProcessPool>>) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- withPersistentWorkerPools(ConcurrentMap<String, WorkerProcessPool>) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by setting a present value for the optional persistentWorkerPools attribute.
- withPersistentWorkerPools(Optional<? extends ConcurrentMap<String, WorkerProcessPool>>) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by setting an optional value for the persistentWorkerPools attribute.
- withPicType(AbstractCxxSourceRuleFactory.PicType) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
Copy the current immutable object by setting a value for the picType attribute.
- withPingEndpoint(String) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
Copy the current immutable object by setting a value for the pingEndpoint attribute.
- withPingRequestLatencyMillis(long) - Method in class com.facebook.buck.slb.PerServerPingData
-
Copy the current immutable object by setting a present value for the optional pingRequestLatencyMillis attribute.
- withPingRequestLatencyMillis(Optional<Long>) - Method in class com.facebook.buck.slb.PerServerPingData
-
Copy the current immutable object by setting an optional value for the pingRequestLatencyMillis attribute.
- withPlaceholders(ImmutableMap<String, String>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
-
Copy the current immutable object by setting a present value for the optional placeholders attribute.
- withPlaceholders(Optional<? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
-
Copy the current immutable object by setting an optional value for the placeholders attribute.
- withPlatform(AppleCxxPlatform) - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
-
Copy the current immutable object by setting a value for the platform attribute.
- withPlatform(Platform) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
Copy the current immutable object by setting a value for the
platform attribute.
- withPlatform(Platform) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
-
Copy the current immutable object by setting a value for the platform attribute.
- withPlatform(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional platform attribute.
- withPlatform(Optional<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the platform attribute.
- withPlatform(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional platform attribute.
- withPlatform(Optional<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the platform attribute.
- withPlatform(Platform) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by setting a value for the platform attribute.
- withPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- withPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- withPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- withPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- withPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- withPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- withPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
- withPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
- withPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
- withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the
platformDeps attribute.
- withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
platformDeps attribute.
- withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a value for the
platformDeps attribute.
- withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the
platformDeps attribute.
- withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>...) - Method in class com.facebook.buck.cxx.CxxDeps
-
Copy the current immutable object with elements that replace the content of platformDeps.
- withPlatformDeps(Iterable<? extends PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>>) - Method in class com.facebook.buck.cxx.CxxDeps
-
Copy the current immutable object with elements that replace the content of platformDeps.
- withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
platformDeps attribute.
- withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting a value for the
platformDeps attribute.
- withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
platformDeps attribute.
- withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the platformDeps attribute.
- withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the platformDeps attribute.
- withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object by setting a value for the
platformDeps attribute.
- withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object by setting a value for the
platformDeps attribute.
- withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the platformDeps attribute.
- withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the platformDeps attribute.
- withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting a value for the platformDeps attribute.
- withPlatformFlags(String...) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
-
Copy the current immutable object with elements that replace the content of platformFlags.
- withPlatformFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
-
Copy the current immutable object with elements that replace the content of platformFlags.
- withPlatformFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.IterableCxxToolFlags
-
Copy the current immutable object by setting a value for the platformFlags attribute.
- withPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the
platformHeaders attribute.
- withPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
platformHeaders attribute.
- withPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a value for the
platformHeaders attribute.
- withPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the
platformHeaders attribute.
- withPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
platformHeaders attribute.
- withPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting a value for the
platformHeaders attribute.
- withPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
platformHeaders attribute.
- withPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object by setting a value for the
platformHeaders attribute.
- withPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object by setting a value for the
platformHeaders attribute.
- withPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- withPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- withPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- withPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- withPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- withPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- withPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
- withPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
- withPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
- withPlatformPath(Path) - Method in class com.facebook.buck.apple.AppleSdkPaths
-
Copy the current immutable object by setting a value for the platformPath attribute.
- withPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- withPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- withPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- withPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
- withPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- withPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
- withPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
- withPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
- withPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
- withPlatformResources(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the platformResources attribute.
- withPlatformResources(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting a value for the platformResources attribute.
- withPlatforms(String...) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
-
Copy the current immutable object with elements that replace the content of platforms.
- withPlatforms(Iterable<String>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
-
Copy the current immutable object with elements that replace the content of platforms.
- withPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the
platformSrcs attribute.
- withPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
platformSrcs attribute.
- withPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a value for the
platformSrcs attribute.
- withPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the
platformSrcs attribute.
- withPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
platformSrcs attribute.
- withPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting a value for the
platformSrcs attribute.
- withPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
platformSrcs attribute.
- withPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object by setting a value for the
platformSrcs attribute.
- withPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object by setting a value for the
platformSrcs attribute.
- withPlatformSrcs(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the platformSrcs attribute.
- withPlatformSrcs(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting a value for the platformSrcs attribute.
- withPlatformWhitelist(String...) - Method in class com.facebook.buck.cxx.HeaderVerification
-
Copy the current immutable object with elements that replace the content of platformWhitelist.
- withPlatformWhitelist(Iterable<String>) - Method in class com.facebook.buck.cxx.HeaderVerification
-
Copy the current immutable object with elements that replace the content of platformWhitelist.
- withPlugins(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
plugins.
- withPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
plugins.
- withPlugins(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
plugins.
- withPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
plugins.
- withPlugins(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
plugins.
- withPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
plugins.
- withPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
plugins.
- withPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
plugins.
- withPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
plugins.
- withPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
plugins.
- withPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
plugins.
- withPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
plugins.
- withPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
plugins.
- withPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
plugins.
- withPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
plugins.
- withPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
plugins.
- withPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
plugins.
- withPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
plugins.
- withPlugInsPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations
-
Copy the current immutable object by setting a value for the plugInsPath attribute.
- withPostFilterResourcesCmd(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional postFilterResourcesCmd attribute.
- withPostFilterResourcesCmd(Optional<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the postFilterResourcesCmd attribute.
- withPostprocessClassesCommands(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- withPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
- withPostprocessClassesCommands(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- withPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
- withPostprocessClassesCommands(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- withPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
- withPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- withPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
- withPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- withPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
- withPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- withPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
- withPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- withPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
- withPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- withPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
- withPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- withPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
- withPrebuiltLibraries(SourcePath...) - Method in class com.facebook.buck.python.PythonPackageComponents
-
Copy the current immutable object with elements that replace the content of prebuiltLibraries.
- withPrebuiltLibraries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PythonPackageComponents
-
Copy the current immutable object with elements that replace the content of prebuiltLibraries.
- withPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
precompiledHeader attribute.
- withPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
precompiledHeader attribute.
- withPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
precompiledHeader attribute.
- withPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
precompiledHeader attribute.
- withPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
precompiledHeader attribute.
- withPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
precompiledHeader attribute.
- withPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
precompiledHeader attribute.
- withPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
precompiledHeader attribute.
- withPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
precompiledHeader attribute.
- withPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
precompiledHeader attribute.
- withPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
Copy the current immutable object by setting a present value for the optional precompiledHeader attribute.
- withPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
Copy the current immutable object by setting an optional value for the precompiledHeader attribute.
- withPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
precompiledHeader attribute.
- withPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
precompiledHeader attribute.
- withPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
precompiledHeader attribute.
- withPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
precompiledHeader attribute.
- withPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
precompiledHeader attribute.
- withPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object by setting an optional value for the
precompiledHeader attribute.
- withPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
precompiledHeader attribute.
- withPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object by setting an optional value for the
precompiledHeader attribute.
- withPreDexMerge(PreDexMerge) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Copy the current immutable object by setting a present value for the optional preDexMerge attribute.
- withPreDexMerge(Optional<? extends PreDexMerge>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Copy the current immutable object by setting an optional value for the preDexMerge attribute.
- withPredicate(Predicate<? super TargetNode<?, ?>>) - Method in class com.facebook.buck.parser.TargetNodePredicateSpec
-
Copy the current immutable object by setting a value for the predicate attribute.
- withPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
preferredLinkage attribute.
- withPreferredLinkage(Optional<? extends NativeLinkable.Linkage>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
preferredLinkage attribute.
- withPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
preferredLinkage attribute.
- withPreferredLinkage(Optional<? extends NativeLinkable.Linkage>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
preferredLinkage attribute.
- withPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
preferredLinkage attribute.
- withPreferredLinkage(Optional<? extends NativeLinkable.Linkage>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
preferredLinkage attribute.
- withPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
Copy the current immutable object by setting a value for the preferredLinkage attribute.
- withPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
preferredLinkage attribute.
- withPreferredLinkage(Optional<? extends NativeLinkable.Linkage>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
preferredLinkage attribute.
- withPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional preferredLinkage attribute.
- withPreferredLinkage(Optional<? extends NativeLinkable.Linkage>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the preferredLinkage attribute.
- withPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the preferredLinkage attribute.
- withPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the preferredLinkage attribute.
- withPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional preferredLinkage attribute.
- withPreferredLinkage(Optional<? extends NativeLinkable.Linkage>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the preferredLinkage attribute.
- withPrefixHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
prefixHeader attribute.
- withPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
prefixHeader attribute.
- withPrefixHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
prefixHeader attribute.
- withPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
prefixHeader attribute.
- withPrefixHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
prefixHeader attribute.
- withPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
prefixHeader attribute.
- withPrefixHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
prefixHeader attribute.
- withPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
prefixHeader attribute.
- withPrefixHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
prefixHeader attribute.
- withPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
prefixHeader attribute.
- withPrefixHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
Copy the current immutable object by setting a present value for the optional prefixHeader attribute.
- withPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
Copy the current immutable object by setting an optional value for the prefixHeader attribute.
- withPrefixHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
prefixHeader attribute.
- withPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
prefixHeader attribute.
- withPrefixHeader(SourcePath) - Method in class com.facebook.buck.cxx.PreprocessorFlags
-
Copy the current immutable object by setting a present value for the optional prefixHeader attribute.
- withPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PreprocessorFlags
-
Copy the current immutable object by setting an optional value for the prefixHeader attribute.
- withPrefixHeader(SourcePath) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
prefixHeader attribute.
- withPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
prefixHeader attribute.
- withPrefixHeader(SourcePath) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
prefixHeader attribute.
- withPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object by setting an optional value for the
prefixHeader attribute.
- withPrefixHeader(SourcePath) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
prefixHeader attribute.
- withPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object by setting an optional value for the
prefixHeader attribute.
- withPreloadDeps(BuildTarget...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of preloadDeps.
- withPreloadDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of preloadDeps.
- withPreloadDeps(BuildTarget...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of preloadDeps.
- withPreloadDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of preloadDeps.
- withPreprocessJavaClassesBash(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional preprocessJavaClassesBash attribute.
- withPreprocessJavaClassesBash(Optional<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the preprocessJavaClassesBash attribute.
- withPreprocessJavaClassesDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of preprocessJavaClassesDeps.
- withPreprocessJavaClassesDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of preprocessJavaClassesDeps.
- withPreprocessorFlags(String...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
preprocessorFlags.
- withPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
preprocessorFlags.
- withPreprocessorFlags(String...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
preprocessorFlags.
- withPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
preprocessorFlags.
- withPreprocessorFlags(String...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
preprocessorFlags.
- withPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
preprocessorFlags.
- withPreprocessorFlags(String...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
preprocessorFlags.
- withPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
preprocessorFlags.
- withPreprocessorFlags(String...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
preprocessorFlags.
- withPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
preprocessorFlags.
- withPreprocessorFlags(Multimap<? extends AbstractCxxSource.Type, ? extends String>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
-
Copy the current immutable object by replacing the preprocessorFlags map with the specified map.
- withPreprocessorFlags(String...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
preprocessorFlags.
- withPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
preprocessorFlags.
- withPreprocessorFlags(String...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
preprocessorFlags.
- withPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
preprocessorFlags.
- withPreprocessorFlags(String...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
preprocessorFlags.
- withPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
preprocessorFlags.
- withPreprocessorFlags(String...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
preprocessorFlags.
- withPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
preprocessorFlags.
- withPrimaryApkAssetZips(SourcePath...) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
Copy the current immutable object with elements that replace the content of primaryApkAssetZips.
- withPrimaryApkAssetZips(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
Copy the current immutable object with elements that replace the content of primaryApkAssetZips.
- withPrimaryApkAssetZips(SourcePath...) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Copy the current immutable object with elements that replace the content of primaryApkAssetZips.
- withPrimaryApkAssetZips(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Copy the current immutable object with elements that replace the content of primaryApkAssetZips.
- withPrimaryDexClassesFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional primaryDexClassesFile attribute.
- withPrimaryDexClassesFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the primaryDexClassesFile attribute.
- withPrimaryDexPatterns(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of primaryDexPatterns.
- withPrimaryDexPatterns(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of primaryDexPatterns.
- withPrimaryDexScenarioFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional primaryDexScenarioFile attribute.
- withPrimaryDexScenarioFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the primaryDexScenarioFile attribute.
- withPrimaryDexScenarioOverflowAllowed(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the primaryDexScenarioOverflowAllowed attribute.
- withPrimaryResourcesApkPath(SourcePath) - Method in class com.facebook.buck.android.AaptOutputInfo
-
Copy the current immutable object by setting a value for the primaryResourcesApkPath attribute.
- withPrimaryResourcesApkPath(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
Copy the current immutable object by setting a value for the primaryResourcesApkPath attribute.
- withPrimaryResourcesApkPath(SourcePath) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Copy the current immutable object by setting a value for the primaryResourcesApkPath attribute.
- withPrivateHeadersSymlinksEnabled(boolean) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a value for the privateHeadersSymlinksEnabled attribute.
- WithProbability - Interface in com.facebook.buck.randomizedtrial
-
- withProcessExecutor(ProcessExecutor) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
Copy the current immutable object by setting a value for the processExecutor attribute.
- withProcessExecutor(ProcessExecutor) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by setting a value for the processExecutor attribute.
- withProcessingTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats
-
Copy the current immutable object by setting a value for the processingTimeMs attribute.
- withProcessManager(ProcessManager) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
Copy the current immutable object by setting a
present value for the optional
processManager attribute.
- withProcessManager(Optional<? extends ProcessManager>) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
Copy the current immutable object by setting an optional value for the
processManager attribute.
- withProcessOnly(boolean) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
-
Copy the current immutable object by setting a value for the processOnly attribute.
- withProcessorClass(String) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
-
Copy the current immutable object by setting a value for the processorClass attribute.
- withProcessorNames(String...) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields
-
Copy the current immutable object with elements that replace the content of processorNames.
- withProcessorNames(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields
-
Copy the current immutable object with elements that replace the content of processorNames.
- withProcessorNames(String...) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
-
Copy the current immutable object with elements that replace the content of processorNames.
- withProcessorNames(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
-
Copy the current immutable object with elements that replace the content of processorNames.
- withProductionBuild(boolean) - Method in class com.facebook.buck.jvm.java.JavacOptions
-
Copy the current immutable object by setting a value for the productionBuild attribute.
- withProductName(String) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
productName attribute.
- withProductName(Optional<String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
Copy the current immutable object by setting an optional value for the
productName attribute.
- withProfile(String) - Method in class com.facebook.buck.json.BuildFilePythonResult
-
Copy the current immutable object by setting a present value for the optional profile attribute.
- withProfile(Optional<String>) - Method in class com.facebook.buck.json.BuildFilePythonResult
-
Copy the current immutable object by setting an optional value for the profile attribute.
- withProfilePath(Path) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
-
Copy the current immutable object by setting a value for the profilePath attribute.
- withProguardConfig(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
proguardConfig attribute.
- withProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting an optional value for the
proguardConfig attribute.
- withProguardConfig(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional proguardConfig attribute.
- withProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the proguardConfig attribute.
- withProguardConfig(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
proguardConfig attribute.
- withProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
proguardConfig attribute.
- withProguardConfig(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
proguardConfig attribute.
- withProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
proguardConfig attribute.
- withProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
proguardConfig attribute.
- withProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
proguardConfig attribute.
- withProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
proguardConfig attribute.
- withProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
proguardConfig attribute.
- withProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
proguardConfig attribute.
- withProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
proguardConfig attribute.
- withProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
proguardConfig attribute.
- withProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
proguardConfig attribute.
- withProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
proguardConfig attribute.
- withProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
proguardConfig attribute.
- withProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
proguardConfig attribute.
- withProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
proguardConfig attribute.
- withProguardConfigPath(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
-
Copy the current immutable object by setting a present value for the optional proguardConfigPath attribute.
- withProguardConfigPath(Optional<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
-
Copy the current immutable object by setting an optional value for the proguardConfigPath attribute.
- withProguardConfigs(SourcePath...) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Copy the current immutable object with elements that replace the content of proguardConfigs.
- withProguardConfigs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Copy the current immutable object with elements that replace the content of proguardConfigs.
- withProguardConfigs(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection
-
Copy the current immutable object with elements that replace the content of proguardConfigs.
- withProguardConfigs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
-
Copy the current immutable object with elements that replace the content of proguardConfigs.
- withProguardJvmArgs(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of proguardJvmArgs.
- withProguardJvmArgs(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of proguardJvmArgs.
- withProjectAssets(Path) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
Copy the current immutable object by setting a present value for the optional projectAssets attribute.
- withProjectAssets(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
Copy the current immutable object by setting an optional value for the projectAssets attribute.
- withProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
Copy the current immutable object by setting a value for the projectFilesystem attribute.
- withProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.cxx.DebugPathSanitizer
-
Offensive check for cross-cell builds: return a new sanitizer with the provided
ProjectFilesystem
- withProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.cxx.PrefixMapDebugPathSanitizer
-
- withProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
-
Copy the current immutable object by setting a value for the projectFilesystem attribute.
- withProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
Copy the current immutable object by setting a value for the projectFilesystem attribute.
- withProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object by setting a value for the projectFilesystem attribute.
- withProjectGenerated(boolean) - Method in class com.facebook.buck.apple.project_generator.GenerationResult
-
Copy the current immutable object by setting a value for the projectGenerated attribute.
- withProjectJdkName(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting a present value for the optional projectJdkName attribute.
- withProjectJdkName(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting an optional value for the projectJdkName attribute.
- withProjectJdkType(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting a present value for the optional projectJdkType attribute.
- withProjectJdkType(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting an optional value for the projectJdkType attribute.
- withProjectLanguageLevel(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting a present value for the optional projectLanguageLevel attribute.
- withProjectLanguageLevel(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting an optional value for the projectLanguageLevel attribute.
- withProjectPath(Path) - Method in class com.facebook.buck.apple.project_generator.GenerationResult
-
Copy the current immutable object by setting a value for the projectPath attribute.
- withProjectPrefix(String) - Method in class com.facebook.buck.io.ProjectWatch
-
Copy the current immutable object by setting a present value for the optional projectPrefix attribute.
- withProjectPrefix(Optional<String>) - Method in class com.facebook.buck.io.ProjectWatch
-
Copy the current immutable object by setting an optional value for the projectPrefix attribute.
- withProjectRes(Path) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
Copy the current immutable object by setting a present value for the optional projectRes attribute.
- withProjectRes(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
Copy the current immutable object by setting an optional value for the projectRes attribute.
- withProjectRoot(Path) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
-
Copy the current immutable object by setting a value for the projectRoot attribute.
- withProperties(SourcePath) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
-
Copy the current immutable object by setting a value for the properties attribute.
- withProperty(String) - Method in class com.facebook.buck.cli.ConfigValue
-
Copy the current immutable object by setting a value for the property attribute.
- withProvided(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the provided attribute.
- withProvided(boolean) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
Copy the current immutable object by setting a value for the provided attribute.
- withProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
providedDeps.
- withProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
providedDeps.
- withProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
providedDeps.
- withProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
providedDeps.
- withProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
providedDeps.
- withProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
providedDeps.
- withProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
providedDeps.
- withProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
providedDeps.
- withProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
providedDeps.
- withProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
providedDeps.
- withProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
providedDeps.
- withProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
providedDeps.
- withProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
providedDeps.
- withProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
providedDeps.
- withProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
providedDeps.
- withProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
providedDeps.
- withProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
providedDeps.
- withProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
providedDeps.
- withProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of providedDeps.
- withProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of providedDeps.
- withProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of providedDeps.
- withProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of providedDeps.
- withProvidedDepsQuery(Query) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
providedDepsQuery attribute.
- withProvidedDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting an optional value for the
providedDepsQuery attribute.
- withProvidedDepsQuery(Query) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
providedDepsQuery attribute.
- withProvidedDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
providedDepsQuery attribute.
- withProvidedSharedLibs(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object by replacing the providedSharedLibs map with the specified map.
- withProvider(FileContentsProvider) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
-
Copy the current immutable object by setting a value for the provider attribute.
- withProvisioningProfileName(String) - Method in class com.facebook.buck.apple.ApplePlatform
-
Copy the current immutable object by setting a present value for the optional provisioningProfileName attribute.
- withProvisioningProfileName(Optional<String>) - Method in class com.facebook.buck.apple.ApplePlatform
-
Copy the current immutable object by setting an optional value for the provisioningProfileName attribute.
- withPublicHeadersSymlinksEnabled(boolean) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a value for the publicHeadersSymlinksEnabled attribute.
- withPythonInterpreter(String) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
-
Copy the current immutable object by setting a value for the pythonInterpreter attribute.
- withPythonModules(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.lua.LuaPackageComponents
-
Copy the current immutable object by replacing the pythonModules map with the specified map.
- withPythonModuleSearchPath(String) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
-
Copy the current immutable object by setting a present value for the optional pythonModuleSearchPath attribute.
- withPythonModuleSearchPath(Optional<String>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
-
Copy the current immutable object by setting an optional value for the pythonModuleSearchPath attribute.
- withPythonPlatform(String) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional pythonPlatform attribute.
- withPythonPlatform(Optional<String>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the pythonPlatform attribute.
- withPythonTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats
-
Copy the current immutable object by setting a value for the pythonTimeMs attribute.
- withQuery(Query) - Method in class com.facebook.buck.rules.macros.QueryOutputsMacro
-
Copy the current immutable object by setting a value for the query attribute.
- withQuery(Query) - Method in class com.facebook.buck.rules.macros.QueryTargetsMacro
-
Copy the current immutable object by setting a value for the query attribute.
- withQuery(String) - Method in class com.facebook.buck.rules.query.Query
-
Copy the current immutable object by setting a value for the query attribute.
- withQueryParams(Map<String, ? extends Object>) - Method in class com.facebook.buck.io.WatchmanQuery
-
Copy the current immutable object by replacing the queryParams map with the specified map.
- withQueryPath(String) - Method in class com.facebook.buck.io.WatchmanQuery
-
Copy the current immutable object by setting a value for the queryPath attribute.
- withRageMessage(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
-
Copy the current immutable object by setting a present value for the optional rageMessage attribute.
- withRageMessage(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
-
Copy the current immutable object by setting an optional value for the rageMessage attribute.
- withRageUrl(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
-
Copy the current immutable object by setting a present value for the optional rageUrl attribute.
- withRageUrl(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
-
Copy the current immutable object by setting an optional value for the rageUrl attribute.
- withRageUrl(String) - Method in class com.facebook.buck.rage.RageJsonResponse
-
Copy the current immutable object by setting a present value for the optional rageUrl attribute.
- withRageUrl(Optional<String>) - Method in class com.facebook.buck.rage.RageJsonResponse
-
Copy the current immutable object by setting an optional value for the rageUrl attribute.
- withRanlib(Tool) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a value for the ranlib attribute.
- withRanlibflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of ranlibflags.
- withRanlibflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of ranlibflags.
- withRawConfig(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
-
Copy the current immutable object by replacing the rawConfig map with the specified map.
- withRawKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
-
Copy the current immutable object with elements that replace the content of rawKeys.
- withRawKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
-
Copy the current immutable object with elements that replace the content of rawKeys.
- withRDotJavaDir(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
Copy the current immutable object by setting a present value for the optional rDotJavaDir attribute.
- withRDotJavaDir(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
-
Copy the current immutable object by setting an optional value for the rDotJavaDir attribute.
- withReadHeaders(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
-
Copy the current immutable object by replacing the readHeaders map with the specified map.
- withRecord(LogRecord) - Method in class com.facebook.buck.log.ErrorLogRecord
-
Copy the current immutable object by setting a value for the record attribute.
- withRecursive(boolean) - Method in class com.facebook.buck.parser.BuildFileSpec
-
Copy the current immutable object by setting a value for the recursive attribute.
- withRecursive(boolean) - Method in class com.facebook.buck.step.fs.RmStep
-
Copy the current immutable object by setting a value for the recursive attribute.
- withRecycledCache(BuckEventBus, RuleKeyCacheRecycler.SettingsAffectingCache) - Method in class com.facebook.buck.rules.keys.RuleKeyCacheRecycler
-
- withRedex(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the redex attribute.
- withRedex(Tool) - Method in class com.facebook.buck.android.redex.RedexOptions
-
Copy the current immutable object by setting a value for the redex attribute.
- withRedexConfig(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional redexConfig attribute.
- withRedexConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the redexConfig attribute.
- withRedexConfig(SourcePath) - Method in class com.facebook.buck.android.redex.RedexOptions
-
Copy the current immutable object by setting a present value for the optional redexConfig attribute.
- withRedexConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.redex.RedexOptions
-
Copy the current immutable object by setting an optional value for the redexConfig attribute.
- withRedexExtraArgs(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of redexExtraArgs.
- withRedexExtraArgs(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of redexExtraArgs.
- withRedexExtraArgs(Arg...) - Method in class com.facebook.buck.android.redex.RedexOptions
-
Copy the current immutable object with elements that replace the content of redexExtraArgs.
- withRedexExtraArgs(Iterable<? extends Arg>) - Method in class com.facebook.buck.android.redex.RedexOptions
-
Copy the current immutable object with elements that replace the content of redexExtraArgs.
- withRedirectError(ProcessBuilder.Redirect) - Method in class com.facebook.buck.util.ProcessExecutorParams
-
Copy the current immutable object by setting a present value for the optional redirectError attribute.
- withRedirectError(Optional<? extends ProcessBuilder.Redirect>) - Method in class com.facebook.buck.util.ProcessExecutorParams
-
Copy the current immutable object by setting an optional value for the redirectError attribute.
- withRedirectErrorStream(boolean) - Method in class com.facebook.buck.util.ProcessExecutorParams
-
Copy the current immutable object by setting a present value for the optional redirectErrorStream attribute.
- withRedirectErrorStream(Optional<Boolean>) - Method in class com.facebook.buck.util.ProcessExecutorParams
-
Copy the current immutable object by setting an optional value for the redirectErrorStream attribute.
- withRedirectInput(ProcessBuilder.Redirect) - Method in class com.facebook.buck.util.ProcessExecutorParams
-
Copy the current immutable object by setting a present value for the optional redirectInput attribute.
- withRedirectInput(Optional<? extends ProcessBuilder.Redirect>) - Method in class com.facebook.buck.util.ProcessExecutorParams
-
Copy the current immutable object by setting an optional value for the redirectInput attribute.
- withRedirectOutput(ProcessBuilder.Redirect) - Method in class com.facebook.buck.util.ProcessExecutorParams
-
Copy the current immutable object by setting a present value for the optional redirectOutput attribute.
- withRedirectOutput(Optional<? extends ProcessBuilder.Redirect>) - Method in class com.facebook.buck.util.ProcessExecutorParams
-
Copy the current immutable object by setting an optional value for the redirectOutput attribute.
- withReexportAllHeaderDependencies(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- withReexportAllHeaderDependencies(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- withReexportAllHeaderDependencies(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- withReexportAllHeaderDependencies(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- withRelativeModulesDir(Path) - Method in class com.facebook.buck.lua.LuaScriptStarter
-
Copy the current immutable object by setting a present value for the optional relativeModulesDir attribute.
- withRelativeModulesDir(Optional<? extends Path>) - Method in class com.facebook.buck.lua.LuaScriptStarter
-
Copy the current immutable object by setting an optional value for the relativeModulesDir attribute.
- withRelativeModulesDir(Path) - Method in class com.facebook.buck.lua.NativeExecutableStarter
-
Copy the current immutable object by setting a present value for the optional relativeModulesDir attribute.
- withRelativeModulesDir(Optional<? extends Path>) - Method in class com.facebook.buck.lua.NativeExecutableStarter
-
Copy the current immutable object by setting an optional value for the relativeModulesDir attribute.
- withRelativeNativeLibsDir(Path) - Method in class com.facebook.buck.lua.NativeExecutableStarter
-
Copy the current immutable object by setting a present value for the optional relativeNativeLibsDir attribute.
- withRelativeNativeLibsDir(Optional<? extends Path>) - Method in class com.facebook.buck.lua.NativeExecutableStarter
-
Copy the current immutable object by setting an optional value for the relativeNativeLibsDir attribute.
- withRelativePath(Path) - Method in class com.facebook.buck.rage.BuildLogEntry
-
Copy the current immutable object by setting a value for the relativePath attribute.
- withRelativePythonModulesDir(Path) - Method in class com.facebook.buck.lua.LuaScriptStarter
-
Copy the current immutable object by setting a present value for the optional relativePythonModulesDir attribute.
- withRelativePythonModulesDir(Optional<? extends Path>) - Method in class com.facebook.buck.lua.LuaScriptStarter
-
Copy the current immutable object by setting an optional value for the relativePythonModulesDir attribute.
- withRelativePythonModulesDir(Path) - Method in class com.facebook.buck.lua.NativeExecutableStarter
-
Copy the current immutable object by setting a present value for the optional relativePythonModulesDir attribute.
- withRelativePythonModulesDir(Optional<? extends Path>) - Method in class com.facebook.buck.lua.NativeExecutableStarter
-
Copy the current immutable object by setting an optional value for the relativePythonModulesDir attribute.
- withReloff(UnsignedInteger) - Method in class com.facebook.buck.macho.Section
-
Copy the current immutable object by setting a value for the reloff attribute.
- withRemoteBuilds(DistBuildPostBuildAnalysis.AbstractBuildRuleStats...) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
-
Copy the current immutable object with elements that replace the content of remoteBuilds.
- withRemoteBuilds(Iterable<? extends DistBuildPostBuildAnalysis.AbstractBuildRuleStats>) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
-
Copy the current immutable object with elements that replace the content of remoteBuilds.
- withRemoveClasses(Pattern...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
removeClasses.
- withRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
removeClasses.
- withRemoveClasses(Pattern...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
removeClasses.
- withRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
removeClasses.
- withRemoveClasses(Pattern...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
removeClasses.
- withRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
removeClasses.
- withRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
removeClasses.
- withRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
removeClasses.
- withRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
removeClasses.
- withRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
removeClasses.
- withRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
removeClasses.
- withRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
removeClasses.
- withRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
removeClasses.
- withRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
removeClasses.
- withRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
removeClasses.
- withRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
removeClasses.
- withRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
removeClasses.
- withRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
removeClasses.
- withRemovingUnusedLibrariesEnabled(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting a value for the removingUnusedLibrariesEnabled attribute.
- withReorderClassesIntraDex(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the reorderClassesIntraDex attribute.
- withReportSubmitErrorMessage(String) - Method in class com.facebook.buck.rage.DefectSubmitResult
-
- withReportSubmitErrorMessage(Optional<String>) - Method in class com.facebook.buck.rage.DefectSubmitResult
-
- withReportSubmitLocation(String) - Method in class com.facebook.buck.rage.DefectSubmitResult
-
Copy the current immutable object by setting a
present value for the optional
reportSubmitLocation attribute.
- withReportSubmitLocation(Optional<String>) - Method in class com.facebook.buck.rage.DefectSubmitResult
-
Copy the current immutable object by setting an optional value for the
reportSubmitLocation attribute.
- withReportSubmitMessage(String) - Method in class com.facebook.buck.rage.DefectSubmitResult
-
Copy the current immutable object by setting a
present value for the optional
reportSubmitMessage attribute.
- withReportSubmitMessage(Optional<String>) - Method in class com.facebook.buck.rage.DefectSubmitResult
-
Copy the current immutable object by setting an optional value for the
reportSubmitMessage attribute.
- withRepository(String) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
-
Copy the current immutable object by setting a present value for the optional repository attribute.
- withRepository(Optional<String>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
-
Copy the current immutable object by setting an optional value for the repository attribute.
- withRepository(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
Copy the current immutable object by setting a value for the repository attribute.
- withRepresentativePlatform(AppleCxxPlatform) - Method in class com.facebook.buck.apple.MultiarchFileInfo
-
Copy the current immutable object by setting a value for the representativePlatform attribute.
- withRequestedRuleKey(RuleKey) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
-
Copy the current immutable object by setting a value for the requestedRuleKey attribute.
- withRequestProtocol(AbstractRageConfig.RageProtocolVersion) - Method in class com.facebook.buck.rage.DefectSubmitResult
-
Copy the current immutable object by setting a value for the
requestProtocol attribute.
- withRequestSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
-
Copy the current immutable object by setting a present value for the optional requestSizeBytes attribute.
- withRequestSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
-
Copy the current immutable object by setting an optional value for the requestSizeBytes attribute.
- withRequestSizeBytes(long) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
-
Copy the current immutable object by setting a present value for the optional requestSizeBytes attribute.
- withRequestSizeBytes(Optional<Long>) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
-
Copy the current immutable object by setting an optional value for the requestSizeBytes attribute.
- withRequestSuccessful(boolean) - Method in class com.facebook.buck.rage.RageJsonResponse
-
Copy the current immutable object by setting a value for the requestSuccessful attribute.
- withRequiredBuildTargets(BuildTarget...) - Method in class com.facebook.buck.apple.project_generator.GenerationResult
-
Copy the current immutable object with elements that replace the content of requiredBuildTargets.
- withRequiredBuildTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.project_generator.GenerationResult
-
Copy the current immutable object with elements that replace the content of requiredBuildTargets.
- withRes(Either<SourcePath, ImmutableSortedMap<String, SourcePath>>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
Copy the current immutable object by setting a present value for the optional res attribute.
- withRes(Optional<? extends Either<SourcePath, ImmutableSortedMap<String, SourcePath>>>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
Copy the current immutable object by setting an optional value for the res attribute.
- withReserved(UnsignedInteger) - Method in class com.facebook.buck.macho.MachoHeader
-
Copy the current immutable object by setting a present value for the optional reserved attribute.
- withReserved(Optional<? extends UnsignedInteger>) - Method in class com.facebook.buck.macho.MachoHeader
-
Copy the current immutable object by setting an optional value for the reserved attribute.
- withReserved1(UnsignedInteger) - Method in class com.facebook.buck.macho.Section
-
Copy the current immutable object by setting a value for the reserved1 attribute.
- withReserved2(UnsignedInteger) - Method in class com.facebook.buck.macho.Section
-
Copy the current immutable object by setting a value for the reserved2 attribute.
- withReserved3(UnsignedInteger) - Method in class com.facebook.buck.macho.Section
-
Copy the current immutable object by setting a present value for the optional reserved3 attribute.
- withReserved3(Optional<? extends UnsignedInteger>) - Method in class com.facebook.buck.macho.Section
-
Copy the current immutable object by setting an optional value for the reserved3 attribute.
- withResolver(BuildRuleResolver) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
Copy the current immutable object by setting a value for the resolver attribute.
- withResolver(BuildRuleResolver) - Method in class com.facebook.buck.rules.ActionGraphAndResolver
-
Copy the current immutable object by setting a value for the resolver attribute.
- withResourceAwareSchedulingEnabled(boolean) - Method in class com.facebook.buck.rules.ResourceAwareSchedulingInfo
-
Copy the current immutable object by setting a value for the resourceAwareSchedulingEnabled attribute.
- withResourceCompression(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional resourceCompression attribute.
- withResourceCompression(Optional<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the resourceCompression attribute.
- withResourceDetails(AndroidPackageableCollection.ResourceDetails) - Method in class com.facebook.buck.android.AndroidPackageableCollection
-
Copy the current immutable object by setting a value for the resourceDetails attribute.
- withResourceDirectories(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
-
Copy the current immutable object with elements that replace the content of resourceDirectories.
- withResourceDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
-
Copy the current immutable object with elements that replace the content of resourceDirectories.
- withResourceDirs(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleResources
-
Copy the current immutable object with elements that replace the content of resourceDirs.
- withResourceDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources
-
Copy the current immutable object with elements that replace the content of resourceDirs.
- withResourceFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleResources
-
Copy the current immutable object with elements that replace the content of resourceFiles.
- withResourceFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources
-
Copy the current immutable object with elements that replace the content of resourceFiles.
- withResourceFilter(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of resourceFilter.
- withResourceFilter(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of resourceFilter.
- withResourcePaths(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
-
Copy the current immutable object with elements that replace the content of resourcePaths.
- withResourcePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
-
Copy the current immutable object with elements that replace the content of resourcePaths.
- withResources(SourcePath...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
resources.
- withResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
resources.
- withResources(SourcePath...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
resources.
- withResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
resources.
- withResources(SourcePath...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
resources.
- withResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
resources.
- withResources(Path...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of resources.
- withResources(Iterable<? extends Path>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of resources.
- withResources(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
-
Copy the current immutable object by replacing the resources map with the specified map.
- withResources(SourcePath...) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of resources.
- withResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of resources.
- withResources(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
resources.
- withResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
resources.
- withResources(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
resources.
- withResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
resources.
- withResources(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
resources.
- withResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
resources.
- withResources(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
resources.
- withResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
resources.
- withResources(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
resources.
- withResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
resources.
- withResources(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
resources.
- withResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
resources.
- withResources(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of resources.
- withResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of resources.
- withResources(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of resources.
- withResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of resources.
- withResources(SourceList) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the resources attribute.
- withResources(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.python.PythonPackageComponents
-
Copy the current immutable object by replacing the resources map with the specified map.
- withResources(SourceList) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting a value for the resources attribute.
- withResources(SourcePath...) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of resources.
- withResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of resources.
- withResources(Path...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of resources.
- withResources(Iterable<? extends Path>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of resources.
- withResources(ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.ListeningSemaphoreArrayPendingItem
-
Copy the current immutable object by setting a value for the resources attribute.
- withResourcesInfo(ExopackageInfo.ResourcesInfo) - Method in class com.facebook.buck.rules.ExopackageInfo
-
Copy the current immutable object by setting a present value for the optional resourcesInfo attribute.
- withResourcesInfo(Optional<? extends ExopackageInfo.ResourcesInfo>) - Method in class com.facebook.buck.rules.ExopackageInfo
-
Copy the current immutable object by setting an optional value for the resourcesInfo attribute.
- withResourcesPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations
-
Copy the current immutable object by setting a value for the resourcesPath attribute.
- withResourcesPaths(SourcePath...) - Method in class com.facebook.buck.rules.ExopackageInfo.ResourcesInfo
-
Copy the current immutable object with elements that replace the content of resourcesPaths.
- withResourcesPaths(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rules.ExopackageInfo.ResourcesInfo
-
Copy the current immutable object with elements that replace the content of resourcesPaths.
- withResourcesRoot(Path) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
resourcesRoot attribute.
- withResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting an optional value for the
resourcesRoot attribute.
- withResourcesRoot(Path) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
resourcesRoot attribute.
- withResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
resourcesRoot attribute.
- withResourcesRoot(Path) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
resourcesRoot attribute.
- withResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
resourcesRoot attribute.
- withResourcesRoot(Path) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
resourcesRoot attribute.
- withResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
resourcesRoot attribute.
- withResourcesRoot(Path) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
resourcesRoot attribute.
- withResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
resourcesRoot attribute.
- withResourcesRoot(Path) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
resourcesRoot attribute.
- withResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
resourcesRoot attribute.
- withResourcesRoot(Path) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
resourcesRoot attribute.
- withResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
resourcesRoot attribute.
- withResourcesRoot(Path) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
resourcesRoot attribute.
- withResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
resourcesRoot attribute.
- withResourcesRoot(Path) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
resourcesRoot attribute.
- withResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
resourcesRoot attribute.
- withResourcesRoot(Path) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional resourcesRoot attribute.
- withResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the resourcesRoot attribute.
- withResourcesRoot(Path) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional resourcesRoot attribute.
- withResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the resourcesRoot attribute.
- withResourcesWithEmptyResButNonEmptyAssetsDir(BuildTarget...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
-
Copy the current immutable object with elements that replace the content of resourcesWithEmptyResButNonEmptyAssetsDir.
- withResourcesWithEmptyResButNonEmptyAssetsDir(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
-
Copy the current immutable object with elements that replace the content of resourcesWithEmptyResButNonEmptyAssetsDir.
- withResourcesWithNonEmptyResDir(BuildTarget...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
-
Copy the current immutable object with elements that replace the content of resourcesWithNonEmptyResDir.
- withResourcesWithNonEmptyResDir(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
-
Copy the current immutable object with elements that replace the content of resourcesWithNonEmptyResDir.
- withResourceUnion(boolean) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
-
Copy the current immutable object by setting a value for the resourceUnion attribute.
- withResourceUnionPackage(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
resourceUnionPackage attribute.
- withResourceUnionPackage(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting an optional value for the
resourceUnionPackage attribute.
- withResourceUnionPackage(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional resourceUnionPackage attribute.
- withResourceUnionPackage(Optional<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the resourceUnionPackage attribute.
- withResourceUnionPackage(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
resourceUnionPackage attribute.
- withResourceUnionPackage(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
resourceUnionPackage attribute.
- withResourceVariantFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleResources
-
Copy the current immutable object with elements that replace the content of resourceVariantFiles.
- withResourceVariantFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources
-
Copy the current immutable object with elements that replace the content of resourceVariantFiles.
- withResPaths(Path...) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
-
Copy the current immutable object with elements that replace the content of resPaths.
- withResPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
-
Copy the current immutable object with elements that replace the content of resPaths.
- withResponseSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
-
Copy the current immutable object by setting a value for the responseSizeBytes attribute.
- withResponseSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
-
Copy the current immutable object by setting a present value for the optional responseSizeBytes attribute.
- withResponseSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
-
Copy the current immutable object by setting an optional value for the responseSizeBytes attribute.
- withResponseSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
-
Copy the current immutable object by setting a value for the responseSizeBytes attribute.
- withResponseSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
-
Copy the current immutable object by setting a value for the responseSizeBytes attribute.
- withResponseSizeBytes(long) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
-
Copy the current immutable object by setting a present value for the optional responseSizeBytes attribute.
- withResponseSizeBytes(Optional<Long>) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
-
Copy the current immutable object by setting an optional value for the responseSizeBytes attribute.
- withResult(ListenableFuture<BuildResult>) - Method in class com.facebook.buck.rules.BuildEngineResult
-
Copy the current immutable object by setting a value for the
result attribute.
- withResults(Map<? extends BuildRule, ? extends Optional<BuildResult>>) - Method in class com.facebook.buck.command.BuildExecutionResult
-
Copy the current immutable object by replacing the results map with the specified map.
- withRevisionIdOffTracked(String) - Method in class com.facebook.buck.rage.SourceControlInfo
-
Copy the current immutable object by setting a present value for the optional revisionIdOffTracked attribute.
- withRevisionIdOffTracked(Optional<String>) - Method in class com.facebook.buck.rage.SourceControlInfo
-
Copy the current immutable object by setting an optional value for the revisionIdOffTracked attribute.
- withRevisionTimestampOffTracked(long) - Method in class com.facebook.buck.rage.SourceControlInfo
-
Copy the current immutable object by setting a present value for the optional revisionTimestampOffTracked attribute.
- withRevisionTimestampOffTracked(Optional<Long>) - Method in class com.facebook.buck.rage.SourceControlInfo
-
Copy the current immutable object by setting an optional value for the revisionTimestampOffTracked attribute.
- withRlib(SourcePath) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the rlib attribute.
- withRobolectricLogPath(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Copy the current immutable object by setting a present value for the optional robolectricLogPath attribute.
- withRobolectricLogPath(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Copy the current immutable object by setting an optional value for the robolectricLogPath attribute.
- withRobolectricManifest(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional robolectricManifest attribute.
- withRobolectricManifest(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the robolectricManifest attribute.
- withRobolectricRuntimeDependency(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional robolectricRuntimeDependency attribute.
- withRobolectricRuntimeDependency(Optional<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the robolectricRuntimeDependency attribute.
- withRoot(SourcePath) - Method in class com.facebook.buck.cxx.CxxHeadersDir
-
Copy the current immutable object by setting a value for the root attribute.
- withRoot(SourcePath) - Method in class com.facebook.buck.cxx.CxxSandboxInclude
-
Copy the current immutable object by setting a value for the root attribute.
- withRoot(SourcePath) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
-
Copy the current immutable object by setting a value for the root attribute.
- withRootCell(Cell) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
-
Copy the current immutable object by setting a value for the rootCell attribute.
- withRoots(Map<? extends BuildTarget, ? extends OmnibusRoot>) - Method in class com.facebook.buck.cxx.OmnibusLibraries
-
Copy the current immutable object by replacing the roots map with the specified map.
- withRotateLog(boolean) - Method in class com.facebook.buck.log.LogConfigSetup
-
Copy the current immutable object by setting a value for the rotateLog attribute.
- withRpath(boolean) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the rpath attribute.
- withRpath(boolean) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
Copy the current immutable object by setting a value for the rpath attribute.
- withRuleFinder(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
Copy the current immutable object by setting a value for the ruleFinder attribute.
- withRuleFinder(SourcePathRuleFinder) - Method in class com.facebook.buck.lua.LuaScriptStarter
-
Copy the current immutable object by setting a value for the ruleFinder attribute.
- withRuleFinder(SourcePathRuleFinder) - Method in class com.facebook.buck.lua.NativeExecutableStarter
-
Copy the current immutable object by setting a value for the ruleFinder attribute.
- withRuleFlags(String...) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
-
Copy the current immutable object with elements that replace the content of ruleFlags.
- withRuleFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
-
Copy the current immutable object with elements that replace the content of ruleFlags.
- withRuleFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.IterableCxxToolFlags
-
Copy the current immutable object by setting a value for the ruleFlags attribute.
- withRuleKey(String) - Method in class com.facebook.buck.cli.ShowOptions
-
Copy the current immutable object by setting a present value for the optional ruleKey attribute.
- withRuleKey(Optional<String>) - Method in class com.facebook.buck.cli.ShowOptions
-
Copy the current immutable object by setting an optional value for the ruleKey attribute.
- withRuleKey(String) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
Copy the current immutable object by setting a value for the ruleKey attribute.
- withRuleKey(RuleKey) - Method in class com.facebook.buck.rules.BuildRuleKeys
-
Copy the current immutable object by setting a value for the ruleKey attribute.
- withRuleKey(RuleKey) - Method in class com.facebook.buck.rules.keys.RuleKeyAndInputs
-
Copy the current immutable object by setting a value for the
ruleKey attribute.
- withRuleKeyDiagnosticsMode(RuleKeyDiagnosticsMode) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by setting a value for the ruleKeyDiagnosticsMode attribute.
- withRuleKeyLoggerLogFile(Path) - Method in class com.facebook.buck.rage.BuildLogEntry
-
Copy the current immutable object by setting a present value for the optional ruleKeyLoggerLogFile attribute.
- withRuleKeyLoggerLogFile(Optional<? extends Path>) - Method in class com.facebook.buck.rage.BuildLogEntry
-
Copy the current immutable object by setting an optional value for the ruleKeyLoggerLogFile attribute.
- withRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
-
Copy the current immutable object with elements that replace the content of ruleKeys.
- withRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
-
Copy the current immutable object with elements that replace the content of ruleKeys.
- withRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
-
Copy the current immutable object with elements that replace the content of ruleKeys.
- withRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
-
Copy the current immutable object with elements that replace the content of ruleKeys.
- withRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
-
Copy the current immutable object with elements that replace the content of ruleKeys.
- withRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
-
Copy the current immutable object with elements that replace the content of ruleKeys.
- withRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
-
Copy the current immutable object with elements that replace the content of ruleKeys.
- withRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
-
Copy the current immutable object with elements that replace the content of ruleKeys.
- withRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
-
Copy the current immutable object with elements that replace the content of ruleKeys.
- withRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
-
Copy the current immutable object with elements that replace the content of ruleKeys.
- withRulekeyTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats
-
Copy the current immutable object by setting a value for the rulekeyTimeMs attribute.
- withRuleName(String) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
Copy the current immutable object by setting a present value for the optional ruleName attribute.
- withRuleName(Optional<String>) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
Copy the current immutable object by setting an optional value for the ruleName attribute.
- withRuleName(String) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
-
Copy the current immutable object by setting a value for the ruleName attribute.
- withRuleResolver(BuildRuleResolver) - Method in class com.facebook.buck.lua.LuaScriptStarter
-
Copy the current immutable object by setting a value for the ruleResolver attribute.
- withRuleResolver(BuildRuleResolver) - Method in class com.facebook.buck.lua.NativeExecutableStarter
-
Copy the current immutable object by setting a value for the ruleResolver attribute.
- withRules(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
-
Copy the current immutable object with elements that replace the content of rules.
- withRules(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
-
Copy the current immutable object with elements that replace the content of rules.
- withRules(BuildRule...) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
-
Copy the current immutable object with elements that replace the content of rules.
- withRules(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
-
Copy the current immutable object with elements that replace the content of rules.
- withRulesFailureCount(int) - Method in class com.facebook.buck.distributed.BuildSlaveFinishedStatus
-
Copy the current immutable object by setting a value for the rulesFailureCount attribute.
- withRulesFinishedCount(int) - Method in class com.facebook.buck.distributed.BuildSlaveFinishedStatus
-
Copy the current immutable object by setting a value for the rulesFinishedCount attribute.
- withRulesStartedCount(int) - Method in class com.facebook.buck.distributed.BuildSlaveFinishedStatus
-
Copy the current immutable object by setting a value for the rulesStartedCount attribute.
- withRulesSuccessCount(int) - Method in class com.facebook.buck.distributed.BuildSlaveFinishedStatus
-
Copy the current immutable object by setting a value for the rulesSuccessCount attribute.
- withRuleType(String) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
Copy the current immutable object by setting a present value for the optional ruleType attribute.
- withRuleType(Optional<String>) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
Copy the current immutable object by setting an optional value for the ruleType attribute.
- withRuleType(String) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
-
Copy the current immutable object by setting a value for the ruleType attribute.
- withRunAllTests(boolean) - Method in class com.facebook.buck.test.TestRunningOptions
-
Copy the current immutable object by setting a value for the runAllTests attribute.
- withRunId(RunId) - Method in class com.facebook.buck.distributed.BuildSlaveFinishedStatus
-
Copy the current immutable object by setting a value for the runId attribute.
- withRunId(String) - Method in class com.facebook.buck.event.listener.RunIdStreamPair
-
Copy the current immutable object by setting a value for the runId attribute.
- withRunTestSeparately(boolean) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting a value for the
runTestSeparately attribute.
- withRunTestSeparately(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a value for the runTestSeparately attribute.
- withRunTestSeparately(boolean) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional runTestSeparately attribute.
- withRunTestSeparately(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the runTestSeparately attribute.
- withRunTestSeparately(boolean) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Copy the current immutable object by setting a value for the runTestSeparately attribute.
- withRunTestSeparately(boolean) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting a value for the runTestSeparately attribute.
- withRunTestSeparately(boolean) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting a value for the
runTestSeparately attribute.
- withRunTestSeparately(boolean) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting a value for the runTestSeparately attribute.
- withRunTestSeparately(boolean) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object by setting a value for the runTestSeparately attribute.
- withRunTestSeparately(boolean) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
Copy the current immutable object by setting a value for the runTestSeparately attribute.
- withRuntimeLdflags(Multimap<? extends Linker.LinkableDepType, ? extends String>) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by replacing the runtimeLdflags map with the specified map.
- withRustcFlags(String...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of rustcFlags.
- withRustcFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of rustcFlags.
- withRustcFlags(String...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of rustcFlags.
- withRustcFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of rustcFlags.
- withRustcFlags(String...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of rustcFlags.
- withRustcFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of rustcFlags.
- withSafeAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.java.JavacOptions
-
Copy the current immutable object with elements that replace the content of safeAnnotationProcessors.
- withSafeAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacOptions
-
Copy the current immutable object with elements that replace the content of safeAnnotationProcessors.
- withSampleRate(float) - Method in class com.facebook.buck.util.SampleRate
-
Copy the current immutable object by setting a value for the sampleRate attribute.
- withSandboxTree(SymlinkTree) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
Copy the current immutable object by setting a present value for the optional sandboxTree attribute.
- withSandboxTree(Optional<? extends SymlinkTree>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
-
Copy the current immutable object by setting an optional value for the sandboxTree attribute.
- withScheduleType(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
Copy the current immutable object by setting a value for the scheduleType attribute.
- withScope(IjDependencyListBuilder.Scope) - Method in class com.facebook.buck.ide.intellij.DependencyEntryData
-
Copy the current immutable object by setting a value for the scope attribute.
- withSdkPath(Path) - Method in class com.facebook.buck.apple.AppleSdkPaths
-
Copy the current immutable object by setting a value for the sdkPath attribute.
- withSecondaryDexHeadClassesFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional secondaryDexHeadClassesFile attribute.
- withSecondaryDexHeadClassesFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the secondaryDexHeadClassesFile attribute.
- withSecondaryDexTailClassesFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional secondaryDexTailClassesFile attribute.
- withSecondaryDexTailClassesFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the secondaryDexTailClassesFile attribute.
- withSection(String) - Method in class com.facebook.buck.cli.ConfigValue
-
Copy the current immutable object by setting a value for the section attribute.
- withSection(String) - Method in class com.facebook.buck.cxx.ElfSymbolTableScrubberStep
-
Copy the current immutable object by setting a value for the section attribute.
- withSections(String...) - Method in class com.facebook.buck.cxx.ElfExtractSectionsStep
-
Copy the current immutable object with elements that replace the content of sections.
- withSections(Iterable<String>) - Method in class com.facebook.buck.cxx.ElfExtractSectionsStep
-
Copy the current immutable object with elements that replace the content of sections.
- withSectname(String) - Method in class com.facebook.buck.macho.Section
-
Copy the current immutable object by setting a value for the sectname attribute.
- withSegname(String) - Method in class com.facebook.buck.macho.Section
-
Copy the current immutable object by setting a value for the segname attribute.
- withSegname(String) - Method in class com.facebook.buck.macho.SegmentCommand
-
Copy the current immutable object by setting a value for the segname attribute.
- withSequenceNumber(int) - Method in class com.facebook.buck.test.TestResults
-
Copy the current immutable object by setting a value for the sequenceNumber attribute.
- withServer(URI) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
-
Copy the current immutable object by setting a value for the server attribute.
- withServer(URI) - Method in class com.facebook.buck.slb.PerServerData
-
Copy the current immutable object by setting a value for the server attribute.
- withServer(URI) - Method in class com.facebook.buck.slb.PerServerPingData
-
Copy the current immutable object by setting a value for the server attribute.
- withServerPool(URI...) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
Copy the current immutable object with elements that replace the content of serverPool.
- withServerPool(Iterable<? extends URI>) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
-
Copy the current immutable object with elements that replace the content of serverPool.
- withServerUnhealthy(boolean) - Method in class com.facebook.buck.slb.PerServerData
-
Copy the current immutable object by setting a value for the serverUnhealthy attribute.
- withService(HttpService) - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig
-
Copy the current immutable object by setting a value for the service attribute.
- withSetBuckVersionDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting a present value for the optional setBuckVersionDurationMs attribute.
- withSetBuckVersionDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting an optional value for the setBuckVersionDurationMs attribute.
- withSha1(String) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
Copy the current immutable object by setting a value for the sha1 attribute.
- withSharedLibraryExtension(String) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a value for the sharedLibraryExtension attribute.
- withSharedLibraryInterfaceFactory(SharedLibraryInterfaceFactory) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a present value for the optional sharedLibraryInterfaceFactory attribute.
- withSharedLibraryInterfaceFactory(Optional<? extends SharedLibraryInterfaceFactory>) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting an optional value for the sharedLibraryInterfaceFactory attribute.
- withSharedLibraryVersionedExtensionFormat(String) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a value for the sharedLibraryVersionedExtensionFormat attribute.
- withSharedLibs(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object by replacing the sharedLibs map with the specified map.
- withSharedLibs(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
-
Copy the current immutable object by replacing the sharedLibs map with the specified map.
- withSharedLink(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object with elements that replace the content of sharedLink.
- withSharedLink(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object with elements that replace the content of sharedLink.
- withShouldExplainTestSelectorList(boolean) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Copy the current immutable object by setting a value for the shouldExplainTestSelectorList attribute.
- withShouldExplainTestSelectorList(boolean) - Method in class com.facebook.buck.test.TestRunningOptions
-
Copy the current immutable object by setting a value for the shouldExplainTestSelectorList attribute.
- withShouldReportAbsolutePaths(boolean) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by setting a value for the shouldReportAbsolutePaths attribute.
- withShufflingTests(boolean) - Method in class com.facebook.buck.test.TestRunningOptions
-
Copy the current immutable object by setting a value for the shufflingTests attribute.
- withSimulatorState(AppleSimulatorState) - Method in class com.facebook.buck.apple.simulator.AppleSimulator
-
Copy the current immutable object by setting a value for the simulatorState attribute.
- withSize(UnsignedInteger) - Method in class com.facebook.buck.macho.FatArch
-
Copy the current immutable object by setting a value for the size attribute.
- withSize(UnsignedLong) - Method in class com.facebook.buck.macho.Section
-
Copy the current immutable object by setting a value for the size attribute.
- withSize(long) - Method in class com.facebook.buck.rage.BuildLogEntry
-
Copy the current immutable object by setting a value for the size attribute.
- withSizeofcmds(UnsignedInteger) - Method in class com.facebook.buck.macho.MachoHeader
-
Copy the current immutable object by setting a value for the sizeofcmds attribute.
- withSkeleton(SourcePath) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
-
Copy the current immutable object by setting a value for the skeleton attribute.
- withSkipBuildEnabled(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
-
Copy the current immutable object by setting a value for the skipBuildEnabled attribute.
- withSkipCrunchPngs(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the skipCrunchPngs attribute.
- withSkipProguard(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the skipProguard attribute.
- withSlaveRunId(String) - Method in class com.facebook.buck.distributed.BuildRuleStats
-
Copy the current immutable object by setting a value for the slaveRunId attribute.
- withSlaveStatuses(BuildSlaveStatus...) - Method in class com.facebook.buck.distributed.DistBuildStatus
-
Copy the current immutable object with elements that replace the content of slaveStatuses.
- withSlaveStatuses(Iterable<? extends BuildSlaveStatus>) - Method in class com.facebook.buck.distributed.DistBuildStatus
-
Copy the current immutable object with elements that replace the content of slaveStatuses.
- withSnapshotReferenceImagesPath(Either<SourcePath, String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional snapshotReferenceImagesPath attribute.
- withSnapshotReferenceImagesPath(Optional<? extends Either<SourcePath, String>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the snapshotReferenceImagesPath attribute.
- withSoname(String) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents
-
Copy the current immutable object by setting a present value for the optional soname attribute.
- withSoname(Optional<String>) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents
-
Copy the current immutable object by setting an optional value for the soname attribute.
- withSoname(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
soname attribute.
- withSoname(Optional<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
soname attribute.
- withSoname(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
soname attribute.
- withSoname(Optional<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
soname attribute.
- withSoname(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
soname attribute.
- withSoname(Optional<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
soname attribute.
- withSoname(String) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
soname attribute.
- withSoname(Optional<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
soname attribute.
- withSoname(String) - Method in class com.facebook.buck.cxx.OmnibusLibrary
-
Copy the current immutable object by setting a value for the soname attribute.
- withSoname(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional soname attribute.
- withSoname(Optional<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the soname attribute.
- withSoname(String) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional soname attribute.
- withSoname(Optional<String>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the soname attribute.
- withSonameMapping(ImmutableSortedMap<String, String>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
-
Copy the current immutable object by setting a value for the sonameMapping attribute.
- withSonameMergeMap(ImmutableSortedMap<String, String>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
-
Copy the current immutable object by setting a present value for the optional sonameMergeMap attribute.
- withSonameMergeMap(Optional<? extends ImmutableSortedMap<String, String>>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
-
Copy the current immutable object by setting an optional value for the sonameMergeMap attribute.
- withSortOrder(IjDependencyListBuilder.SortOrder) - Method in class com.facebook.buck.ide.intellij.DependencyEntry
-
Copy the current immutable object by setting a value for the sortOrder attribute.
- withSource(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
source attribute.
- withSource(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting an optional value for the
source attribute.
- withSource(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
source attribute.
- withSource(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
source attribute.
- withSource(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
source attribute.
- withSource(Optional<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
source attribute.
- withSource(String) - Method in class com.facebook.buck.cxx.CxxToolProviderParams
-
Copy the current immutable object by setting a value for the source attribute.
- withSource(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
source attribute.
- withSource(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
source attribute.
- withSource(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
source attribute.
- withSource(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
source attribute.
- withSource(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
source attribute.
- withSource(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
source attribute.
- withSource(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
source attribute.
- withSource(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
source attribute.
- withSource(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
source attribute.
- withSource(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
source attribute.
- withSource(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
source attribute.
- withSource(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
source attribute.
- withSource(SourcePath) - Method in class com.facebook.buck.rules.coercer.OcamlSource
-
Copy the current immutable object by setting a value for the source attribute.
- withSourceAbiPath(Path) - Method in class com.facebook.buck.jvm.java.DiffAbisStep
-
Copy the current immutable object by setting a value for the sourceAbiPath attribute.
- withSourceControlInfo(SourceControlInfo) - Method in class com.facebook.buck.rage.DefectReport
-
Copy the current immutable object by setting a
present value for the optional
sourceControlInfo attribute.
- withSourceControlInfo(Optional<? extends SourceControlInfo>) - Method in class com.facebook.buck.rage.DefectReport
-
Copy the current immutable object by setting an optional value for the
sourceControlInfo attribute.
- withSourceFlags(String...) - Method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
-
Copy the current immutable object with elements that replace the content of sourceFlags.
- withSourceFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
-
Copy the current immutable object with elements that replace the content of sourceFlags.
- withSourceGroup(List<GroupedSource>) - Method in class com.facebook.buck.apple.GroupedSource
-
Copy the current immutable object by setting a present value for the optional sourceGroup attribute.
- withSourceGroup(Optional<? extends List<GroupedSource>>) - Method in class com.facebook.buck.apple.GroupedSource
-
Copy the current immutable object by setting an optional value for the sourceGroup attribute.
- withSourceGroupName(String) - Method in class com.facebook.buck.apple.GroupedSource
-
Copy the current immutable object by setting a present value for the optional sourceGroupName attribute.
- withSourceGroupName(Optional<String>) - Method in class com.facebook.buck.apple.GroupedSource
-
Copy the current immutable object by setting an optional value for the sourceGroupName attribute.
- withSourceGroupPathRelativeToTarget(Path) - Method in class com.facebook.buck.apple.GroupedSource
-
Copy the current immutable object by setting a present value for the optional sourceGroupPathRelativeToTarget attribute.
- withSourceGroupPathRelativeToTarget(Optional<? extends Path>) - Method in class com.facebook.buck.apple.GroupedSource
-
Copy the current immutable object by setting an optional value for the sourceGroupPathRelativeToTarget attribute.
- withSourceJar(SourcePath) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
Copy the current immutable object by setting a present value for the optional sourceJar attribute.
- withSourceJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
-
Copy the current immutable object by setting an optional value for the sourceJar attribute.
- withSourceJar(SourcePath) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
Copy the current immutable object by setting a present value for the optional sourceJar attribute.
- withSourceJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
-
Copy the current immutable object by setting an optional value for the sourceJar attribute.
- withSourceJars(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
-
Copy the current immutable object with elements that replace the content of sourceJars.
- withSourceJars(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
-
Copy the current immutable object with elements that replace the content of sourceJars.
- withSourceLevel(String) - Method in class com.facebook.buck.jvm.java.JavacOptions
-
Copy the current immutable object by setting a value for the sourceLevel attribute.
- withSourcePath(SourcePath) - Method in class com.facebook.buck.android.StrippedObjectDescription
-
Copy the current immutable object by setting a value for the sourcePath attribute.
- withSourcePath(SourcePath) - Method in class com.facebook.buck.apple.GroupedSource
-
Copy the current immutable object by setting a present value for the optional sourcePath attribute.
- withSourcePath(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.GroupedSource
-
Copy the current immutable object by setting an optional value for the sourcePath attribute.
- withSourcePath(SourcePath) - Method in class com.facebook.buck.rules.coercer.FrameworkPath
-
Copy the current immutable object by setting a present value for the optional sourcePath attribute.
- withSourcePath(Optional<? extends SourcePath>) - Method in class com.facebook.buck.rules.coercer.FrameworkPath
-
Copy the current immutable object by setting an optional value for the sourcePath attribute.
- withSourcePath(SourcePath) - Method in class com.facebook.buck.rules.SourceWithFlags
-
Copy the current immutable object by setting a value for the sourcePath attribute.
- withSourcePathArg(SourcePathArg) - Static method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
-
- withSourcePathResolver(SourcePathResolver) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object by setting a value for the sourcePathResolver attribute.
- withSourcePathResolver(SourcePathResolver) - Method in class com.facebook.buck.rules.BuildContext
-
Copy the current immutable object by setting a value for the sourcePathResolver attribute.
- withSourcePaths(SourcePath...) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseDependencies
-
Copy the current immutable object with elements that replace the content of sourcePaths.
- withSourcePaths(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseDependencies
-
Copy the current immutable object with elements that replace the content of sourcePaths.
- withSourcePaths(SourcePath...) - Method in class com.facebook.buck.cxx.FrameworkDependencies
-
Copy the current immutable object with elements that replace the content of sourcePaths.
- withSourcePaths(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.FrameworkDependencies
-
Copy the current immutable object with elements that replace the content of sourcePaths.
- withSourcePathToAaptGeneratedProguardConfigFile(SourcePath) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
-
Copy the current immutable object by setting a value for the sourcePathToAaptGeneratedProguardConfigFile attribute.
- withSources(SourcePath...) - Method in class com.facebook.buck.d.DIncludes
-
Copy the current immutable object with elements that replace the content of sources.
- withSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DIncludes
-
Copy the current immutable object with elements that replace the content of sources.
- withSourcesSet(Map.Entry<String, CxxSource>...) - Method in class com.facebook.buck.cxx.CxxSourceSet
-
Copy the current immutable object with elements that replace the content of sourcesSet.
- withSourcesSet(Iterable<? extends Map.Entry<String, CxxSource>>) - Method in class com.facebook.buck.cxx.CxxSourceSet
-
Copy the current immutable object with elements that replace the content of sourcesSet.
- withSourceToBootclasspath(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.java.JavacOptions
-
Copy the current immutable object by replacing the sourceToBootclasspath map with the specified map.
- withSourceTreePath(SourceTreePath) - Method in class com.facebook.buck.rules.coercer.FrameworkPath
-
Copy the current immutable object by setting a present value for the optional sourceTreePath attribute.
- withSourceTreePath(Optional<? extends SourceTreePath>) - Method in class com.facebook.buck.rules.coercer.FrameworkPath
-
Copy the current immutable object by setting an optional value for the sourceTreePath attribute.
- withSourceType(AbstractCxxSource.Type) - Method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
-
Copy the current immutable object by setting a value for the sourceType attribute.
- withSourceWithFlags(SourceWithFlags) - Method in class com.facebook.buck.apple.GroupedSource
-
Copy the current immutable object by setting a present value for the optional sourceWithFlags attribute.
- withSourceWithFlags(Optional<? extends SourceWithFlags>) - Method in class com.facebook.buck.apple.GroupedSource
-
Copy the current immutable object by setting an optional value for the sourceWithFlags attribute.
- withSpoolMode(AbstractJavacOptions.SpoolMode) - Method in class com.facebook.buck.jvm.java.JavacOptions
-
Copy the current immutable object by setting a value for the spoolMode attribute.
- withSrc(SourcePath) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
-
Copy the current immutable object by setting a value for the src attribute.
- withSrc(SourcePath) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
-
Copy the current immutable object by setting a present value for the optional src attribute.
- withSrc(Optional<? extends SourcePath>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
-
Copy the current immutable object by setting an optional value for the src attribute.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourceWithFlags...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourceWithFlags...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourceWithFlags...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourceWithFlags...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourceWithFlags...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourceWithFlags...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourceList) - Method in class com.facebook.buck.d.DBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the srcs attribute.
- withSrcs(SourceList) - Method in class com.facebook.buck.d.DLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the srcs attribute.
- withSrcs(SourceList) - Method in class com.facebook.buck.d.DTestDescriptionArg
-
Copy the current immutable object by setting a value for the srcs attribute.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourceWithFlags...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourceList) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the srcs attribute.
- withSrcs(SourceList) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the srcs attribute.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Either<SourcePath, Pair<SourcePath, String>>...) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of srcs.
- withSrcs(Iterable<? extends Either<SourcePath, Pair<SourcePath, String>>>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of srcs.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourceWithFlags...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourceList) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the srcs attribute.
- withSrcs(OcamlSource...) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of srcs.
- withSrcs(Iterable<? extends OcamlSource>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of srcs.
- withSrcs(OcamlSource...) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of srcs.
- withSrcs(Iterable<? extends OcamlSource>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of srcs.
- withSrcs(SourceWithFlags...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourceList) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the srcs attribute.
- withSrcs(SourceList) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting a value for the srcs attribute.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(SourcePath...) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.zip.ZipFileDescriptionArg
-
Copy the current immutable object with elements that replace the content of
srcs.
- withSrcTarget(BuildTarget) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
-
Copy the current immutable object by setting a present value for the optional srcTarget attribute.
- withSrcTarget(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
-
Copy the current immutable object by setting an optional value for the srcTarget attribute.
- withStackTrace(BuildFileParseExceptionStackTraceEntry...) - Method in class com.facebook.buck.json.BuildFileParseExceptionData
-
Copy the current immutable object with elements that replace the content of stackTrace.
- withStackTrace(Iterable<? extends BuildFileParseExceptionStackTraceEntry>) - Method in class com.facebook.buck.json.BuildFileParseExceptionData
-
Copy the current immutable object with elements that replace the content of stackTrace.
- withStampedeId(StampedeId) - Method in class com.facebook.buck.distributed.BuildSlaveFinishedStatus
-
Copy the current immutable object by setting a value for the stampedeId attribute.
- withStampedeId(String) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting a value for the stampedeId attribute.
- withStampedeId(StampedeId) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
-
Copy the current immutable object by setting a value for the stampedeId attribute.
- withStart(BuckEventExternalInterface) - Method in class com.facebook.buck.event.listener.EventPair
-
Copy the current immutable object by setting a present value for the optional start attribute.
- withStart(Optional<? extends BuckEventExternalInterface>) - Method in class com.facebook.buck.event.listener.EventPair
-
Copy the current immutable object by setting an optional value for the start attribute.
- withStarter(SourcePath) - Method in class com.facebook.buck.lua.LuaBinaryPackageComponents
-
Copy the current immutable object by setting a value for the starter attribute.
- withStartIndex(int) - Method in class com.facebook.buck.model.MacroMatchResult
-
Copy the current immutable object by setting a value for the startIndex attribute.
- withStartupCommand(String...) - Method in class com.facebook.buck.worker.WorkerProcessParams
-
Copy the current immutable object with elements that replace the content of startupCommand.
- withStartupCommand(Iterable<String>) - Method in class com.facebook.buck.worker.WorkerProcessParams
-
Copy the current immutable object with elements that replace the content of startupCommand.
- withStartupEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.worker.WorkerProcessParams
-
Copy the current immutable object by replacing the startupEnvironment map with the specified map.
- withState(DistBuildState) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
-
Copy the current immutable object by setting a value for the state attribute.
- withStaticLibraryExtension(String) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a value for the staticLibraryExtension attribute.
- withStaticLibs(SourcePath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object with elements that replace the content of staticLibs.
- withStaticLibs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object with elements that replace the content of staticLibs.
- withStaticLibs(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of staticLibs.
- withStaticLibs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of staticLibs.
- withStaticLink(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object with elements that replace the content of staticLink.
- withStaticLink(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object with elements that replace the content of staticLink.
- withStaticPicLibs(SourcePath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object with elements that replace the content of staticPicLibs.
- withStaticPicLibs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object with elements that replace the content of staticPicLibs.
- withStaticPicLink(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object with elements that replace the content of staticPicLink.
- withStaticPicLink(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object with elements that replace the content of staticPicLink.
- withStatus(String) - Method in class com.facebook.buck.distributed.DistBuildStatus
-
Copy the current immutable object by setting a value for the status attribute.
- withStatus(AbstractDoctorSuggestion.StepStatus) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion
-
Copy the current immutable object by setting a value for the status attribute.
- withStdErr(PrintStream) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
Copy the current immutable object by setting a value for the stdErr attribute.
- withStderr(String) - Method in class com.facebook.buck.step.StepExecutionResult
-
Copy the current immutable object by setting a present value for the optional stderr attribute.
- withStderr(Optional<String>) - Method in class com.facebook.buck.step.StepExecutionResult
-
Copy the current immutable object by setting an optional value for the stderr attribute.
- withStderr(String) - Method in class com.facebook.buck.worker.WorkerJobResult
-
Copy the current immutable object by setting a present value for the optional stderr attribute.
- withStderr(Optional<String>) - Method in class com.facebook.buck.worker.WorkerJobResult
-
Copy the current immutable object by setting an optional value for the stderr attribute.
- withStdErrLogLevel(Level) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
stdErrLogLevel attribute.
- withStdErrLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
stdErrLogLevel attribute.
- withStdErrLogLevel(Level) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional stdErrLogLevel attribute.
- withStdErrLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the stdErrLogLevel attribute.
- withStdErrLogLevel(Level) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
stdErrLogLevel attribute.
- withStdErrLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
stdErrLogLevel attribute.
- withStdErrLogLevel(Level) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Copy the current immutable object by setting a present value for the optional stdErrLogLevel attribute.
- withStdErrLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Copy the current immutable object by setting an optional value for the stdErrLogLevel attribute.
- withStdErrLogLevel(Level) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional stdErrLogLevel attribute.
- withStdErrLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the stdErrLogLevel attribute.
- withStdErrLogLevel(Level) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional stdErrLogLevel attribute.
- withStdErrLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the stdErrLogLevel attribute.
- withStdErrPath(Path) - Method in class com.facebook.buck.worker.WorkerProcessCommand
-
Copy the current immutable object by setting a value for the stdErrPath attribute.
- withStdIn(InputStream) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
Copy the current immutable object by setting a value for the
stdIn attribute.
- withStdout(String) - Method in class com.facebook.buck.worker.WorkerJobResult
-
Copy the current immutable object by setting a present value for the optional stdout attribute.
- withStdout(Optional<String>) - Method in class com.facebook.buck.worker.WorkerJobResult
-
Copy the current immutable object by setting an optional value for the stdout attribute.
- withStdOutLogLevel(Level) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
stdOutLogLevel attribute.
- withStdOutLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
stdOutLogLevel attribute.
- withStdOutLogLevel(Level) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional stdOutLogLevel attribute.
- withStdOutLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the stdOutLogLevel attribute.
- withStdOutLogLevel(Level) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
stdOutLogLevel attribute.
- withStdOutLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
stdOutLogLevel attribute.
- withStdOutLogLevel(Level) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Copy the current immutable object by setting a present value for the optional stdOutLogLevel attribute.
- withStdOutLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Copy the current immutable object by setting an optional value for the stdOutLogLevel attribute.
- withStdOutLogLevel(Level) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional stdOutLogLevel attribute.
- withStdOutLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the stdOutLogLevel attribute.
- withStdOutLogLevel(Level) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional stdOutLogLevel attribute.
- withStdOutLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the stdOutLogLevel attribute.
- withStdOutPath(Path) - Method in class com.facebook.buck.worker.WorkerProcessCommand
-
Copy the current immutable object by setting a value for the stdOutPath attribute.
- withSteps(Step...) - Method in class com.facebook.buck.cli.TestRun
-
Copy the current immutable object with elements that replace the content of steps.
- withSteps(Iterable<? extends Step>) - Method in class com.facebook.buck.cli.TestRun
-
Copy the current immutable object with elements that replace the content of steps.
- withStore(SourcePath) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
-
Copy the current immutable object by setting a value for the store attribute.
- withStoreClient(HttpService) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
Copy the current immutable object by setting a value for the storeClient attribute.
- withStream(String) - Method in class com.facebook.buck.event.listener.RunIdStreamPair
-
Copy the current immutable object by setting a value for the stream attribute.
- withStrict(boolean) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional strict attribute.
- withStrict(Optional<Boolean>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the strict attribute.
- withStringWithMacros(StringWithMacros) - Method in class com.facebook.buck.rules.args.StringWithMacrosArg
-
Copy the current immutable object by setting a value for the stringWithMacros attribute.
- withStrip(Tool) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a value for the strip attribute.
- withStripFlags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of stripFlags.
- withStripFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object with elements that replace the content of stripFlags.
- withStrippedObjectName(String) - Method in class com.facebook.buck.android.StrippedObjectDescription
-
Copy the current immutable object by setting a value for the strippedObjectName attribute.
- withStroff(UnsignedInteger) - Method in class com.facebook.buck.macho.SymTabCommand
-
Copy the current immutable object by setting a value for the stroff attribute.
- withStrsize(UnsignedInteger) - Method in class com.facebook.buck.macho.SymTabCommand
-
Copy the current immutable object by setting a value for the strsize attribute.
- withStubBinary(Path) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Copy the current immutable object by setting a present value for the optional stubBinary attribute.
- withStubBinary(Optional<? extends Path>) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Copy the current immutable object by setting an optional value for the stubBinary attribute.
- withStubBinaryPath(String) - Method in class com.facebook.buck.apple.ApplePlatform
-
Copy the current immutable object by setting a present value for the optional stubBinaryPath attribute.
- withStubBinaryPath(Optional<String>) - Method in class com.facebook.buck.apple.ApplePlatform
-
Copy the current immutable object by setting an optional value for the stubBinaryPath attribute.
- withStyle(GwtBinary.Style) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional style attribute.
- withStyle(Optional<? extends GwtBinary.Style>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the style attribute.
- withSubCommand(String) - Method in class com.facebook.buck.log.InvocationInfo
-
Copy the current immutable object by setting a value for the subCommand attribute.
- withSubjectCommonName(String) - Method in class com.facebook.buck.apple.CodeSignIdentity
-
Copy the current immutable object by setting a value for the subjectCommonName attribute.
- withSuccessUploadCount(AtomicInteger) - Method in class com.facebook.buck.log.CacheUploadInfo
-
Copy the current immutable object by setting a value for the successUploadCount attribute.
- withSuggestion(String) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion
-
Copy the current immutable object by setting a value for the suggestion attribute.
- withSuggestions(DoctorSuggestion...) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
-
Copy the current immutable object with elements that replace the content of suggestions.
- withSuggestions(Iterable<? extends DoctorSuggestion>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
-
Copy the current immutable object with elements that replace the content of suggestions.
- withSuperConsoleEnabled(boolean) - Method in class com.facebook.buck.log.InvocationInfo
-
Copy the current immutable object by setting a value for the superConsoleEnabled attribute.
- withSupportedArchitectures(String...) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
-
Copy the current immutable object with elements that replace the content of supportedArchitectures.
- withSupportedArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
-
Copy the current immutable object with elements that replace the content of supportedArchitectures.
- withSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- withSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- withSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- withSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- withSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- withSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- withSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
Copy the current immutable object by setting a present value for the optional supportedPlatformsRegex attribute.
- withSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
-
Copy the current immutable object by setting an optional value for the supportedPlatformsRegex attribute.
- withSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- withSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- withSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional supportedPlatformsRegex attribute.
- withSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the supportedPlatformsRegex attribute.
- withSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object by setting a present value for the optional supportedPlatformsRegex attribute.
- withSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
-
Copy the current immutable object by setting an optional value for the supportedPlatformsRegex attribute.
- withSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional supportedPlatformsRegex attribute.
- withSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the supportedPlatformsRegex attribute.
- withSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional supportedPlatformsRegex attribute.
- withSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the supportedPlatformsRegex attribute.
- withSupportedProductFamilyIDs(int...) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
-
Copy the current immutable object with elements that replace the content of supportedProductFamilyIDs.
- withSupportedProductFamilyIDs(Iterable<Integer>) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
-
Copy the current immutable object with elements that replace the content of supportedProductFamilyIDs.
- withSupportsAbiGenerationFromSource(boolean) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
-
Copy the current immutable object by setting a value for the supportsAbiGenerationFromSource attribute.
- withSupportsAbiGenerationFromSource(boolean) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
-
Copy the current immutable object by setting a value for the supportsAbiGenerationFromSource attribute.
- withSupportsSharedLibraryInterface(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the supportsSharedLibraryInterface attribute.
- withSwiftc(Tool) - Method in class com.facebook.buck.swift.SwiftPlatform
-
Copy the current immutable object by setting a value for the swiftc attribute.
- withSwiftCompilerFlags(String...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
swiftCompilerFlags.
- withSwiftCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
swiftCompilerFlags.
- withSwiftCompilerFlags(String...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
swiftCompilerFlags.
- withSwiftCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
swiftCompilerFlags.
- withSwiftCompilerFlags(String...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
swiftCompilerFlags.
- withSwiftCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
swiftCompilerFlags.
- withSwiftName(String) - Method in class com.facebook.buck.apple.ApplePlatform
-
Copy the current immutable object by setting a present value for the optional swiftName attribute.
- withSwiftName(Optional<String>) - Method in class com.facebook.buck.apple.ApplePlatform
-
Copy the current immutable object by setting an optional value for the swiftName attribute.
- withSwiftPlatform(SwiftPlatform) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Copy the current immutable object by setting a present value for the optional swiftPlatform attribute.
- withSwiftPlatform(Optional<? extends SwiftPlatform>) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Copy the current immutable object by setting an optional value for the swiftPlatform attribute.
- withSwiftRuntimePaths(Path...) - Method in class com.facebook.buck.swift.SwiftPlatform
-
Copy the current immutable object with elements that replace the content of swiftRuntimePaths.
- withSwiftRuntimePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.swift.SwiftPlatform
-
Copy the current immutable object with elements that replace the content of swiftRuntimePaths.
- withSwiftStaticRuntimePaths(Path...) - Method in class com.facebook.buck.swift.SwiftPlatform
-
Copy the current immutable object with elements that replace the content of swiftStaticRuntimePaths.
- withSwiftStaticRuntimePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.swift.SwiftPlatform
-
Copy the current immutable object with elements that replace the content of swiftStaticRuntimePaths.
- withSwiftStdlibTool(Tool) - Method in class com.facebook.buck.swift.SwiftPlatform
-
Copy the current immutable object by setting a present value for the optional swiftStdlibTool attribute.
- withSwiftStdlibTool(Optional<? extends Tool>) - Method in class com.facebook.buck.swift.SwiftPlatform
-
Copy the current immutable object by setting an optional value for the swiftStdlibTool attribute.
- withSymbolNameTool(SymbolNameTool) - Method in class com.facebook.buck.cxx.CxxPlatform
-
Copy the current immutable object by setting a value for the symbolNameTool attribute.
- withSymoff(UnsignedInteger) - Method in class com.facebook.buck.macho.SymTabCommand
-
Copy the current immutable object by setting a value for the symoff attribute.
- withSyntaxError(BuildFileSyntaxError) - Method in class com.facebook.buck.json.BuildFileParseExceptionData
-
Copy the current immutable object by setting a present value for the optional syntaxError attribute.
- withSyntaxError(Optional<? extends BuildFileSyntaxError>) - Method in class com.facebook.buck.json.BuildFileParseExceptionData
-
Copy the current immutable object by setting an optional value for the syntaxError attribute.
- withSystemMemory(long) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
Copy the current immutable object by setting a value for the systemMemory attribute.
- withTags(Map<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterInfo
-
Copy the current immutable object by replacing the tags map with the specified map.
- withTags(Map<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterSnapshot
-
Copy the current immutable object by replacing the tags map with the specified map.
- withTagSets(Multimap<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterSnapshot
-
Copy the current immutable object by replacing the tagSets map with the specified map.
- withTarget(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
target attribute.
- withTarget(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object by setting an optional value for the
target attribute.
- withTarget(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
target attribute.
- withTarget(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
target attribute.
- withTarget(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
target attribute.
- withTarget(Optional<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
target attribute.
- withTarget(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
target attribute.
- withTarget(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
target attribute.
- withTarget(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
target attribute.
- withTarget(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
target attribute.
- withTarget(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
target attribute.
- withTarget(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
target attribute.
- withTarget(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
target attribute.
- withTarget(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
target attribute.
- withTarget(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
target attribute.
- withTarget(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
target attribute.
- withTarget(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
target attribute.
- withTarget(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
target attribute.
- withTarget(BuildTarget) - Method in class com.facebook.buck.lua.LuaScriptStarter
-
Copy the current immutable object by setting a value for the target attribute.
- withTarget(BuildTarget) - Method in class com.facebook.buck.lua.NativeExecutableStarter
-
Copy the current immutable object by setting a value for the target attribute.
- withTarget(BuildTarget) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
-
Copy the current immutable object by setting a value for the target attribute.
- withTarget(BuildTarget) - Method in class com.facebook.buck.rules.macros.ClasspathMacro
-
Copy the current immutable object by setting a value for the
target attribute.
- withTarget(BuildTarget) - Method in class com.facebook.buck.rules.macros.ExecutableMacro
-
Copy the current immutable object by setting a value for the
target attribute.
- withTarget(BuildTarget) - Method in class com.facebook.buck.rules.macros.LocationMacro
-
Copy the current immutable object by setting a value for the
target attribute.
- withTarget(BuildTarget) - Method in class com.facebook.buck.rules.macros.MavenCoordinatesMacro
-
Copy the current immutable object by setting a value for the
target attribute.
- withTargetAppPlatform(String) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
-
Copy the current immutable object by setting a value for the targetAppPlatform attribute.
- withTargetArch(NdkCxxPlatforms.TargetArch) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
-
Copy the current immutable object by setting a value for the targetArch attribute.
- withTargetArchAbi(NdkCxxPlatforms.TargetArchAbi) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
-
Copy the current immutable object by setting a value for the targetArchAbi attribute.
- withTargetConstructorArgDepsAndSelectedVerisons(BuildTarget, T, ImmutableSet<BuildTarget>, ImmutableSet<BuildTarget>, ImmutableSet<BuildTarget>, Optional<ImmutableMap<BuildTarget, Version>>) - Method in class com.facebook.buck.rules.TargetNode
-
- withTargetCpuType(NdkCxxPlatforms.TargetCpuType) - Method in class com.facebook.buck.android.StrippedObjectDescription
-
Copy the current immutable object by setting a value for the targetCpuType attribute.
- withTargetDevice(TargetDevice) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by setting a present value for the optional targetDevice attribute.
- withTargetDevice(Optional<? extends TargetDevice>) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by setting an optional value for the targetDevice attribute.
- withTargetDeviceOptions(TargetDeviceOptions) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by setting a present value for the optional targetDeviceOptions attribute.
- withTargetDeviceOptions(Optional<? extends TargetDeviceOptions>) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by setting an optional value for the targetDeviceOptions attribute.
- withTargetGraph(TargetGraph) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
-
Copy the current immutable object by setting a value for the targetGraph attribute.
- withTargetGraph(TargetGraph) - Method in class com.facebook.buck.rules.TargetGraphAndTargetNodes
-
Copy the current immutable object by setting a value for the targetGraph attribute.
- withTargetGraphAndBuildTargets(TargetGraphAndBuildTargets) - Method in class com.facebook.buck.versions.CachedVersionedTargetGraph
-
Copy the current immutable object by setting a value for the targetGraphAndBuildTargets attribute.
- withTargetGraphAndBuildTargets(TargetGraphAndBuildTargets) - Method in class com.facebook.buck.versions.VersionedTargetGraphCacheResult
-
Copy the current immutable object by setting a value for the targetGraphAndBuildTargets attribute.
- withTargetGraphAndBuildTargets(TargetGraphAndBuildTargets) - Method in class com.facebook.buck.versions.VersionedTargetGraphInputs
-
Copy the current immutable object by setting a value for the targetGraphAndBuildTargets attribute.
- withTargetHash(String) - Method in class com.facebook.buck.cli.ShowOptions
-
Copy the current immutable object by setting a present value for the optional targetHash attribute.
- withTargetHash(Optional<String>) - Method in class com.facebook.buck.cli.ShowOptions
-
Copy the current immutable object by setting an optional value for the targetHash attribute.
- withTargetLevel(String) - Method in class com.facebook.buck.jvm.java.JavacOptions
-
Copy the current immutable object by setting a value for the targetLevel attribute.
- withTargetNodes(Iterable<TargetNode<?, ?>>) - Method in class com.facebook.buck.rules.TargetGraphAndTargetNodes
-
Copy the current immutable object by setting a value for the targetNodes attribute.
- withTargets(TargetNode<?, ?>...) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule
-
Copy the current immutable object with elements that replace the content of targets.
- withTargets(Iterable<? extends TargetNode<?, ?>>) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule
-
Copy the current immutable object with elements that replace the content of targets.
- withTargets(BuildTarget...) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
-
Copy the current immutable object with elements that replace the content of targets.
- withTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
-
Copy the current immutable object with elements that replace the content of targets.
- withTargets(BuildTarget...) - Method in class com.facebook.buck.ide.intellij.model.IjModule
-
Copy the current immutable object with elements that replace the content of targets.
- withTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ide.intellij.model.IjModule
-
Copy the current immutable object with elements that replace the content of targets.
- withTargetSdkVersion(int) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
-
Copy the current immutable object by setting a present value for the optional targetSdkVersion attribute.
- withTargetSdkVersion(Optional<Integer>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
-
Copy the current immutable object by setting an optional value for the targetSdkVersion attribute.
- withTempDir(Path) - Method in class com.facebook.buck.worker.WorkerProcessParams
-
Copy the current immutable object by setting a value for the tempDir attribute.
- withTest(TestRule) - Method in class com.facebook.buck.cli.TestRun
-
Copy the current immutable object by setting a value for the test attribute.
- withTest(SourcePath) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional test attribute.
- withTest(Optional<? extends SourcePath>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the test attribute.
- withTestCases(TestCaseSummary...) - Method in class com.facebook.buck.test.TestResults
-
Copy the current immutable object with elements that replace the content of testCases.
- withTestCases(Iterable<? extends TestCaseSummary>) - Method in class com.facebook.buck.test.TestResults
-
Copy the current immutable object with elements that replace the content of testCases.
- withTestCaseTimeoutMs(long) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
testCaseTimeoutMs attribute.
- withTestCaseTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
testCaseTimeoutMs attribute.
- withTestCaseTimeoutMs(long) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional testCaseTimeoutMs attribute.
- withTestCaseTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the testCaseTimeoutMs attribute.
- withTestCaseTimeoutMs(long) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
testCaseTimeoutMs attribute.
- withTestCaseTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
testCaseTimeoutMs attribute.
- withTestCaseTimeoutMs(long) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional testCaseTimeoutMs attribute.
- withTestCaseTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the testCaseTimeoutMs attribute.
- withTestCaseTimeoutMs(long) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional testCaseTimeoutMs attribute.
- withTestCaseTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the testCaseTimeoutMs attribute.
- withTestClasses(String...) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Copy the current immutable object with elements that replace the content of testClasses.
- withTestClasses(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Copy the current immutable object with elements that replace the content of testClasses.
- withTestFilter(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
Copy the current immutable object by setting a present value for the optional testFilter attribute.
- withTestFilter(Optional<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
Copy the current immutable object by setting an optional value for the testFilter attribute.
- withTestHostApp(BuildTarget) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional testHostApp attribute.
- withTestHostApp(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the testHostApp attribute.
- withTestHostApp(AppleBundle) - Method in class com.facebook.buck.apple.TestHostInfo
-
Copy the current immutable object by setting a value for the testHostApp attribute.
- withTestHostAppBinarySourcePath(SourcePath) - Method in class com.facebook.buck.apple.TestHostInfo
-
Copy the current immutable object by setting a value for the testHostAppBinarySourcePath attribute.
- withTestLogPaths(Path...) - Method in class com.facebook.buck.test.TestResults
-
Copy the current immutable object with elements that replace the content of testLogPaths.
- withTestLogPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.test.TestResults
-
Copy the current immutable object with elements that replace the content of testLogPaths.
- withTestPackage(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
Copy the current immutable object by setting a value for the testPackage attribute.
- withTestReportingCallback(TestRule.TestReportingCallback) - Method in class com.facebook.buck.cli.TestRun
-
Copy the current immutable object by setting a value for the testReportingCallback attribute.
- withTestResultsCallable(Callable<TestResults>) - Method in class com.facebook.buck.cli.TestRun
-
Copy the current immutable object by setting a value for the testResultsCallable attribute.
- withTestRuleTimeoutMs(long) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
testRuleTimeoutMs attribute.
- withTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
testRuleTimeoutMs attribute.
- withTestRuleTimeoutMs(long) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
testRuleTimeoutMs attribute.
- withTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
testRuleTimeoutMs attribute.
- withTestRuleTimeoutMs(long) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
testRuleTimeoutMs attribute.
- withTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
testRuleTimeoutMs attribute.
- withTestRuleTimeoutMs(long) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
testRuleTimeoutMs attribute.
- withTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
testRuleTimeoutMs attribute.
- withTestRuleTimeoutMs(long) - Method in class com.facebook.buck.d.DTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
testRuleTimeoutMs attribute.
- withTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.d.DTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
testRuleTimeoutMs attribute.
- withTestRuleTimeoutMs(long) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
testRuleTimeoutMs attribute.
- withTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.go.GoTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
testRuleTimeoutMs attribute.
- withTestRuleTimeoutMs(long) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
testRuleTimeoutMs attribute.
- withTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
testRuleTimeoutMs attribute.
- withTestRuleTimeoutMs(long) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
testRuleTimeoutMs attribute.
- withTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
testRuleTimeoutMs attribute.
- withTestRuleTimeoutMs(long) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
testRuleTimeoutMs attribute.
- withTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
testRuleTimeoutMs attribute.
- withTestRuleTimeoutMs(long) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
testRuleTimeoutMs attribute.
- withTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
testRuleTimeoutMs attribute.
- withTestRuleTimeoutMs(long) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
testRuleTimeoutMs attribute.
- withTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
testRuleTimeoutMs attribute.
- withTestRuleTimeoutMs(long) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
testRuleTimeoutMs attribute.
- withTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
testRuleTimeoutMs attribute.
- withTestRunner(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
Copy the current immutable object by setting a value for the testRunner attribute.
- withTestRunnerClasspath(Path) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
-
Copy the current immutable object by setting a value for the testRunnerClasspath attribute.
- withTestRunnerClasspath(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Copy the current immutable object by setting a value for the testRunnerClasspath attribute.
- withTests(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(BuildTarget...) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
Copy the current immutable object with elements that replace the content of
tests.
- withTestSelectorList(TestSelectorList) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Copy the current immutable object by setting a present value for the optional testSelectorList attribute.
- withTestSelectorList(Optional<? extends TestSelectorList>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Copy the current immutable object by setting an optional value for the testSelectorList attribute.
- withTestSelectorList(TestSelectorList) - Method in class com.facebook.buck.test.TestRunningOptions
-
Copy the current immutable object by setting a value for the testSelectorList attribute.
- withTestType(TestType) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
testType attribute.
- withTestType(Optional<? extends TestType>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
testType attribute.
- withTestType(TestType) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional testType attribute.
- withTestType(Optional<? extends TestType>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the testType attribute.
- withTestType(TestType) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
testType attribute.
- withTestType(Optional<? extends TestType>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
testType attribute.
- withTestType(TestType) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
-
Copy the current immutable object by setting a value for the testType attribute.
- withTestType(TestType) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional testType attribute.
- withTestType(Optional<? extends TestType>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the testType attribute.
- withTestType(TestType) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object by setting a value for the testType attribute.
- withText(String) - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
-
Copy the current immutable object by setting a value for the text attribute.
- withText(String) - Method in class com.facebook.buck.json.BuildFileSyntaxError
-
Copy the current immutable object by setting a value for the text attribute.
- withThinLto(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the
thinLto attribute.
- withThinLto(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
thinLto attribute.
- withThinLto(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a value for the
thinLto attribute.
- withThinLto(boolean) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the
thinLto attribute.
- withThinLto(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
thinLto attribute.
- withThinLto(boolean) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting a value for the
thinLto attribute.
- withThinLto(boolean) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the
thinLto attribute.
- withThinTargets(BuildTarget...) - Method in class com.facebook.buck.apple.MultiarchFileInfo
-
Copy the current immutable object with elements that replace the content of thinTargets.
- withThinTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.MultiarchFileInfo
-
Copy the current immutable object with elements that replace the content of thinTargets.
- withThreadId(long) - Method in class com.facebook.buck.i18n.NumberFormatterCacheKey
-
Copy the current immutable object by setting a value for the threadId attribute.
- withThriftEndpointPath(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
Copy the current immutable object by setting a present value for the optional thriftEndpointPath attribute.
- withThriftEndpointPath(Optional<String>) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
-
Copy the current immutable object by setting an optional value for the thriftEndpointPath attribute.
- withTimeoutSeconds(int) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
-
Copy the current immutable object by setting a value for the timeoutSeconds attribute.
- withTimestamp(long) - Method in class com.facebook.buck.event.listener.ProxyBuckEvent
-
Copy the current immutable object by setting a value for the timestamp attribute.
- withTimestamp(long) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
-
Copy the current immutable object by setting a value for the timestamp attribute.
- withTimestampMillis(long) - Method in class com.facebook.buck.log.InvocationInfo
-
Copy the current immutable object by setting a value for the timestampMillis attribute.
- withTimestampMillis(long) - Method in class com.facebook.buck.test.TestStatusMessage
-
Copy the current immutable object by setting a value for the timestampMillis attribute.
- withTmpFolderPath(Path) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
-
Copy the current immutable object by setting a value for the tmpFolderPath attribute.
- withToolchain(NdkCxxPlatforms.Toolchain) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
-
Copy the current immutable object by setting a value for the toolchain attribute.
- withToolchainPaths(Path...) - Method in class com.facebook.buck.apple.AppleSdkPaths
-
Copy the current immutable object with elements that replace the content of toolchainPaths.
- withToolchainPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.apple.AppleSdkPaths
-
Copy the current immutable object with elements that replace the content of toolchainPaths.
- withToolchains(AppleToolchain...) - Method in class com.facebook.buck.apple.AppleSdk
-
Copy the current immutable object with elements that replace the content of toolchains.
- withToolchains(Iterable<? extends AppleToolchain>) - Method in class com.facebook.buck.apple.AppleSdk
-
Copy the current immutable object with elements that replace the content of toolchains.
- withToolchainTarget(NdkCxxPlatforms.ToolchainTarget) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
-
Copy the current immutable object by setting a value for the toolchainTarget attribute.
- withTotalNumberOfTests(int) - Method in class com.facebook.buck.test.TestResults
-
Copy the current immutable object by setting a value for the totalNumberOfTests attribute.
- withTotalRulesCount(int) - Method in class com.facebook.buck.distributed.BuildSlaveFinishedStatus
-
Copy the current immutable object by setting a value for the totalRulesCount attribute.
- withTraceFile(Path) - Method in class com.facebook.buck.rage.BuildLogEntry
-
Copy the current immutable object by setting a present value for the optional traceFile attribute.
- withTraceFile(Optional<? extends Path>) - Method in class com.facebook.buck.rage.BuildLogEntry
-
Copy the current immutable object by setting an optional value for the traceFile attribute.
- withTrackClassUsage(boolean) - Method in class com.facebook.buck.jvm.java.JavacOptions
-
Copy the current immutable object by setting a value for the trackClassUsage attribute.
- withTrimResourceIds(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the trimResourceIds attribute.
- withType(AbstractNdkCxxPlatformCompiler.Type) - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler
-
Copy the current immutable object by setting a value for the type attribute.
- withType(AbstractGroupedSource.Type) - Method in class com.facebook.buck.apple.GroupedSource
-
Copy the current immutable object by setting a value for the type attribute.
- withType(CacheResultType) - Method in class com.facebook.buck.artifact_cache.CacheResult
-
Copy the current immutable object by setting a value for the type attribute.
- withType(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
type attribute.
- withType(Optional<String>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
-
Copy the current immutable object by setting an optional value for the
type attribute.
- withType(AbstractCxxSource.Type) - Method in class com.facebook.buck.cxx.CxxSource
-
Copy the current immutable object by setting a value for the
type attribute.
- withType(CxxToolProvider.Type) - Method in class com.facebook.buck.cxx.CxxToolProviderParams
-
Copy the current immutable object by setting a present value for the optional type attribute.
- withType(Optional<? extends CxxToolProvider.Type>) - Method in class com.facebook.buck.cxx.CxxToolProviderParams
-
Copy the current immutable object by setting an optional value for the type attribute.
- withType(Linker.LinkType) - Method in class com.facebook.buck.cxx.NativeLinkTargetMode
-
Copy the current immutable object by setting a value for the type attribute.
- withType(RemoteFile.Type) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
Copy the current immutable object by setting a present value for the optional type attribute.
- withType(Optional<? extends RemoteFile.Type>) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
Copy the current immutable object by setting an optional value for the type attribute.
- withType(IjDependencyListBuilder.Type) - Method in class com.facebook.buck.ide.intellij.DependencyEntry
-
Copy the current immutable object by setting a value for the type attribute.
- withType(String) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
-
Copy the current immutable object by setting a value for the type attribute.
- withType(String) - Method in class com.facebook.buck.json.BuildFileParseExceptionData
-
Copy the current immutable object by setting a value for the type attribute.
- withType(String) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
-
Copy the current immutable object by setting a value for the type attribute.
- withType(AbstractFrameworkPath.Type) - Method in class com.facebook.buck.rules.coercer.FrameworkPath
-
Copy the current immutable object by setting a value for the type attribute.
- withType(AbstractSourceList.Type) - Method in class com.facebook.buck.rules.coercer.SourceList
-
Copy the current immutable object by setting a value for the type attribute.
- withType(AbstractSourceWithFlagsList.Type) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
-
Copy the current immutable object by setting a value for the type attribute.
- withType(String) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
-
Copy the current immutable object by setting a value for the type attribute.
- withType(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
type attribute.
- withType(Optional<String>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
-
Copy the current immutable object by setting an optional value for the
type attribute.
- withType(AbstractHashCodeAndFileType.Type) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
-
Copy the current immutable object by setting a value for the type attribute.
- withType(VersionedTargetGraphCache.ResultType) - Method in class com.facebook.buck.versions.VersionedTargetGraphCacheResult
-
Copy the current immutable object by setting a value for the type attribute.
- withTypeCoercerFactory(TypeCoercerFactory) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
Copy the current immutable object by setting a value for the
typeCoercerFactory attribute.
- withUdid(String) - Method in class com.facebook.buck.apple.simulator.AppleSimulator
-
Copy the current immutable object by setting a value for the udid attribute.
- withUnexpandedCommandArgs(String...) - Method in class com.facebook.buck.log.InvocationInfo
-
Copy the current immutable object with elements that replace the content of unexpandedCommandArgs.
- withUnflavoredBuildTarget(UnflavoredBuildTarget) - Method in class com.facebook.buck.model.BuildTarget
-
Copy the current immutable object by setting a value for the unflavoredBuildTarget attribute.
- withUnnamedSources(ImmutableSortedSet<SourcePath>) - Method in class com.facebook.buck.rules.coercer.SourceList
-
Copy the current immutable object by setting a present value for the optional unnamedSources attribute.
- withUnnamedSources(Optional<? extends ImmutableSortedSet<SourcePath>>) - Method in class com.facebook.buck.rules.coercer.SourceList
-
Copy the current immutable object by setting an optional value for the unnamedSources attribute.
- withUnnamedSources(ImmutableSortedSet<SourceWithFlags>) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
-
Copy the current immutable object by setting a present value for the optional unnamedSources attribute.
- withUnnamedSources(Optional<? extends ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
-
Copy the current immutable object by setting an optional value for the unnamedSources attribute.
- withUploadBuckDotFilesDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting a present value for the optional uploadBuckDotFilesDurationMs attribute.
- withUploadBuckDotFilesDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting an optional value for the uploadBuckDotFilesDurationMs attribute.
- withUploadMissingFilesDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting a present value for the optional uploadMissingFilesDurationMs attribute.
- withUploadMissingFilesDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting an optional value for the uploadMissingFilesDurationMs attribute.
- withUploadTargetGraphDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting a present value for the optional uploadTargetGraphDurationMs attribute.
- withUploadTargetGraphDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
-
Copy the current immutable object by setting an optional value for the uploadTargetGraphDurationMs attribute.
- withUrl(URI) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
-
Copy the current immutable object by setting a value for the url attribute.
- withUrl(URI) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
-
Copy the current immutable object by setting a value for the url attribute.
- withUrl(String) - Method in class com.facebook.buck.ide.intellij.model.ContentRoot
-
Copy the current immutable object by setting a value for the url attribute.
- withUrl(String) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
-
Copy the current immutable object by setting a value for the url attribute.
- withUseAndroidProguardConfigWithOptimizations(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional useAndroidProguardConfigWithOptimizations attribute.
- withUseAndroidProguardConfigWithOptimizations(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the useAndroidProguardConfigWithOptimizations attribute.
- withUseCxxLibraries(boolean) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
useCxxLibraries attribute.
- withUseCxxLibraries(Optional<Boolean>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
useCxxLibraries attribute.
- withUseCxxLibraries(boolean) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
useCxxLibraries attribute.
- withUseCxxLibraries(Optional<Boolean>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
useCxxLibraries attribute.
- withUseCxxLibraries(boolean) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional useCxxLibraries attribute.
- withUseCxxLibraries(Optional<Boolean>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the useCxxLibraries attribute.
- withUsedClassesFileWriter(ClassUsageFileWriter) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
Copy the current immutable object by setting a value for the usedClassesFileWriter attribute.
- withUseDefaultTestMain(boolean) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional useDefaultTestMain attribute.
- withUseDefaultTestMain(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the useDefaultTestMain attribute.
- withUseMercurialGlob(boolean) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
-
Copy the current immutable object by setting a value for the useMercurialGlob attribute.
- withUseOldStyleableFormat(boolean) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object by setting a value for the useOldStyleableFormat attribute.
- withUser(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
-
Copy the current immutable object by setting a value for the user attribute.
- withUserIssueDescription(String) - Method in class com.facebook.buck.rage.UserReport
-
Copy the current immutable object by setting a value for the userIssueDescription attribute.
- withUserLocalConfiguration(UserLocalConfiguration) - Method in class com.facebook.buck.rage.DefectReport
-
- withUserReport(UserReport) - Method in class com.facebook.buck.rage.DefectReport
-
Copy the current immutable object by setting a
present value for the optional
userReport attribute.
- withUserReport(Optional<? extends UserReport>) - Method in class com.facebook.buck.rage.DefectReport
-
Copy the current immutable object by setting an optional value for the
userReport attribute.
- withUseSplitDex(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a value for the useSplitDex attribute.
- withUseWatchmanGlob(boolean) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
-
Copy the current immutable object by setting a value for the useWatchmanGlob attribute.
- withUUID(String) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
-
Copy the current immutable object by setting a value for the uUID attribute.
- withUuid(UUID) - Method in class com.facebook.buck.macho.UUIDCommand
-
Copy the current immutable object by setting a value for the uuid attribute.
- withValue(String) - Method in class com.facebook.buck.cli.ConfigValue
-
Copy the current immutable object by setting a present value for the optional value attribute.
- withValue(Optional<String>) - Method in class com.facebook.buck.cli.ConfigValue
-
Copy the current immutable object by setting an optional value for the value attribute.
- withValue(long) - Method in class com.facebook.buck.event.EventKey
-
Copy the current immutable object by setting a value for the value attribute.
- withValue(String) - Method in class com.facebook.buck.event.PerfEventId
-
Copy the current immutable object by setting a value for the value attribute.
- withValue(String) - Method in class com.facebook.buck.json.BuildFileParseExceptionData
-
Copy the current immutable object by setting a value for the value attribute.
- withValue(boolean) - Method in class com.facebook.buck.parser.SpeculativeParsing
-
Copy the current immutable object by setting a value for the value attribute.
- withValue(String) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
-
Copy the current immutable object by setting a value for the value attribute.
- withValues(BuildConfigFields) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
-
Copy the current immutable object by setting a value for the values attribute.
- withValues(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.config.RawConfig
-
Copy the current immutable object by replacing the values map with the specified map.
- withValues(Map<String, ? extends Long>) - Method in class com.facebook.buck.counters.CounterSnapshot
-
Copy the current immutable object by replacing the values map with the specified map.
- withValues(Map<String, Object>...) - Method in class com.facebook.buck.json.BuildFilePythonResult
-
Copy the current immutable object with elements that replace the content of values.
- withValues(Iterable<? extends Map<String, Object>>) - Method in class com.facebook.buck.json.BuildFilePythonResult
-
Copy the current immutable object with elements that replace the content of values.
- withValuesFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
-
Copy the current immutable object by setting a present value for the optional valuesFile attribute.
- withValuesFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
-
Copy the current immutable object by setting an optional value for the valuesFile attribute.
- withVariants(SourcePath...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
Copy the current immutable object with elements that replace the content of variants.
- withVariants(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
-
Copy the current immutable object with elements that replace the content of variants.
- withVerbose(boolean) - Method in class com.facebook.buck.jvm.java.JavacOptions
-
Copy the current immutable object by setting a value for the verbose attribute.
- withVerbosity(Verbosity) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
-
Copy the current immutable object by setting a value for the verbosity attribute.
- withVerificationErrors(String...) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
-
Copy the current immutable object with elements that replace the content of
verificationErrors.
- withVerificationErrors(Iterable<String>) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
-
Copy the current immutable object with elements that replace the content of
verificationErrors.
- withVerificationMode(JavaBuckConfig.SourceAbiVerificationMode) - Method in class com.facebook.buck.jvm.java.DiffAbisStep
-
Copy the current immutable object by setting a value for the verificationMode attribute.
- withVersion(String) - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler
-
Copy the current immutable object by setting a value for the version attribute.
- withVersion(String) - Method in class com.facebook.buck.apple.AppleSdk
-
Copy the current immutable object by setting a value for the version attribute.
- withVersion(String) - Method in class com.facebook.buck.apple.AppleToolchain
-
Copy the current immutable object by setting a present value for the optional version attribute.
- withVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleToolchain
-
Copy the current immutable object by setting an optional value for the version attribute.
- withVersion(String) - Method in class com.facebook.buck.haskell.HaskellPackageInfo
-
Copy the current immutable object by setting a value for the version attribute.
- withVersion(String) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the version attribute.
- withVersion(String) - Method in class com.facebook.buck.rules.VersionedTool
-
Copy the current immutable object by setting a value for the version attribute.
- withVersion(Version) - Method in class com.facebook.buck.versions.ExactConstraint
-
Copy the current immutable object by setting a value for the version attribute.
- withVersionCode(int) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
-
Copy the current immutable object by setting a present value for the optional versionCode attribute.
- withVersionCode(Optional<Integer>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
-
Copy the current immutable object by setting an optional value for the versionCode attribute.
- withVersionControlStatsGenerator(VersionControlStatsGenerator) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- withVersionDomain(Map<? extends BuildTarget, ? extends ImmutableSet<Version>>) - Method in class com.facebook.buck.versions.VersionInfo
-
Copy the current immutable object by replacing the versionDomain map with the specified map.
- withVersionedResources(VersionMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional versionedResources attribute.
- withVersionedResources(Optional<? extends VersionMatchedCollection<SourceList>>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the versionedResources attribute.
- withVersionedResources(VersionMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional versionedResources attribute.
- withVersionedResources(Optional<? extends VersionMatchedCollection<SourceList>>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the versionedResources attribute.
- withVersionedSrcs(VersionMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional versionedSrcs attribute.
- withVersionedSrcs(Optional<? extends VersionMatchedCollection<SourceList>>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the versionedSrcs attribute.
- withVersionedSrcs(VersionMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional versionedSrcs attribute.
- withVersionedSrcs(Optional<? extends VersionMatchedCollection<SourceList>>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the versionedSrcs attribute.
- withVersionedSubDir(VersionMatchedCollection<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional versionedSubDir attribute.
- withVersionedSubDir(Optional<? extends VersionMatchedCollection<String>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the versionedSubDir attribute.
- withVersionedTargetGraphCache(VersionedTargetGraphCache) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
- withVersionedTargetGraphCache(VersionedTargetGraphCache) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
-
Copy the current immutable object by setting a value for the versionedTargetGraphCache attribute.
- withVersionName(String) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
-
Copy the current immutable object by setting a present value for the optional versionName attribute.
- withVersionName(Optional<String>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
-
Copy the current immutable object by setting an optional value for the versionName attribute.
- withVersions(Map<? extends Version, ? extends BuildTarget>) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
-
Copy the current immutable object by replacing the versions map with the specified map.
- withVersions(Map<? extends BuildTarget, ? extends Version>) - Method in class com.facebook.buck.versions.VersionUniverse
-
Copy the current immutable object by replacing the versions map with the specified map.
- withVersionString(String) - Method in class com.facebook.buck.jvm.java.JavacVersion
-
Copy the current immutable object by setting a value for the versionString attribute.
- withVersionString(String) - Method in class com.facebook.buck.jvm.kotlin.KotlincVersion
-
Copy the current immutable object by setting a value for the versionString attribute.
- withVersionString(String) - Method in class com.facebook.buck.python.PythonVersion
-
Copy the current immutable object by setting a value for the versionString attribute.
- withVersionUniverse(String) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
versionUniverse attribute.
- withVersionUniverse(Optional<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
versionUniverse attribute.
- withVersionUniverse(String) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
versionUniverse attribute.
- withVersionUniverse(Optional<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
versionUniverse attribute.
- withVersionUniverse(String) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
versionUniverse attribute.
- withVersionUniverse(Optional<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
versionUniverse attribute.
- withVersionUniverse(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
versionUniverse attribute.
- withVersionUniverse(Optional<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the
versionUniverse attribute.
- withVersionUniverse(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
versionUniverse attribute.
- withVersionUniverse(Optional<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
versionUniverse attribute.
- withVersionUniverses(Map<String, ? extends VersionUniverse>) - Method in class com.facebook.buck.versions.VersionedTargetGraphInputs
-
Copy the current immutable object by replacing the versionUniverses map with the specified map.
- withVmaddr(UnsignedLong) - Method in class com.facebook.buck.macho.SegmentCommand
-
Copy the current immutable object by setting a value for the vmaddr attribute.
- withVmArgs(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
vmArgs.
- withVmArgs(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
vmArgs.
- withVmArgs(String...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of vmArgs.
- withVmArgs(Iterable<String>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
-
Copy the current immutable object with elements that replace the content of vmArgs.
- withVmArgs(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of vmArgs.
- withVmArgs(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of vmArgs.
- withVmArgs(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
vmArgs.
- withVmArgs(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of
vmArgs.
- withVmArgs(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of vmArgs.
- withVmArgs(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of vmArgs.
- withVmArgs(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of vmArgs.
- withVmArgs(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
-
Copy the current immutable object with elements that replace the content of vmArgs.
- withVmsize(UnsignedLong) - Method in class com.facebook.buck.macho.SegmentCommand
-
Copy the current immutable object by setting a value for the vmsize attribute.
- withWallMillisDuration(Long) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
-
Copy the current immutable object by setting a value for the wallMillisDuration attribute.
- withWarningsFlags(String) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional warningsFlags attribute.
- withWarningsFlags(Optional<String>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the warningsFlags attribute.
- withWarningsFlags(String) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional warningsFlags attribute.
- withWarningsFlags(Optional<String>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the warningsFlags attribute.
- withWasDefaultRuleKeyMismatch(boolean) - Method in class com.facebook.buck.distributed.BuildRuleStats
-
Copy the current immutable object by setting a value for the wasDefaultRuleKeyMismatch attribute.
- withWasInputRuleKeyMismatch(boolean) - Method in class com.facebook.buck.distributed.BuildRuleStats
-
Copy the current immutable object by setting a value for the wasInputRuleKeyMismatch attribute.
- withWasStoreSuccessful(boolean) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
-
Copy the current immutable object by setting a present value for the optional wasStoreSuccessful attribute.
- withWasStoreSuccessful(Optional<Boolean>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
-
Copy the current immutable object by setting an optional value for the wasStoreSuccessful attribute.
- withWatchAppPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations
-
Copy the current immutable object by setting a value for the watchAppPath attribute.
- withWatchman(Watchman) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
-
Copy the current immutable object by setting a value for the watchman attribute.
- withWatchmanDiagReport(Path) - Method in class com.facebook.buck.rage.FileChangesIgnoredReport
-
Copy the current immutable object by setting a
present value for the optional
watchmanDiagReport attribute.
- withWatchmanDiagReport(Optional<? extends Path>) - Method in class com.facebook.buck.rage.FileChangesIgnoredReport
-
Copy the current immutable object by setting an optional value for the
watchmanDiagReport attribute.
- withWatchmanGlobStatResults(boolean) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
-
Copy the current immutable object by setting a value for the watchmanGlobStatResults attribute.
- withWatchmanQueryTimeoutMs(long) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
-
Copy the current immutable object by setting a present value for the optional watchmanQueryTimeoutMs attribute.
- withWatchmanQueryTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
-
Copy the current immutable object by setting an optional value for the watchmanQueryTimeoutMs attribute.
- withWatchmanUseGlobGenerator(boolean) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
-
Copy the current immutable object by setting a value for the watchmanUseGlobGenerator attribute.
- withWatchRoot(String) - Method in class com.facebook.buck.io.ProjectWatch
-
Copy the current immutable object by setting a value for the watchRoot attribute.
- withWebServer(WebServer) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
Copy the current immutable object by setting a
present value for the optional
webServer attribute.
- withWebServer(Optional<? extends WebServer>) - Method in class com.facebook.buck.cli.CommandRunnerParams
-
Copy the current immutable object by setting an optional value for the
webServer attribute.
- withWhitelist(String...) - Method in class com.facebook.buck.cxx.HeaderVerification
-
Copy the current immutable object with elements that replace the content of whitelist.
- withWhitelist(Iterable<String>) - Method in class com.facebook.buck.cxx.HeaderVerification
-
Copy the current immutable object with elements that replace the content of whitelist.
- withWhitelistedStringDirectories(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
-
Copy the current immutable object with elements that replace the content of whitelistedStringDirectories.
- withWhitelistedStringDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
-
Copy the current immutable object with elements that replace the content of whitelistedStringDirectories.
- withWords(TargetLiteral...) - Method in class com.facebook.buck.query.SetExpression
-
Copy the current immutable object with elements that replace the content of words.
- withWords(Iterable<? extends TargetLiteral>) - Method in class com.facebook.buck.query.SetExpression
-
Copy the current immutable object with elements that replace the content of words.
- withWorker(BuildTarget) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
-
Copy the current immutable object by setting a value for the worker attribute.
- withWorker(BuildTarget) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
-
Copy the current immutable object by setting a value for the worker attribute.
- withWorkerHash(HashCode) - Method in class com.facebook.buck.worker.WorkerProcessIdentity
-
Copy the current immutable object by setting a value for the workerHash attribute.
- withWorkerProcessIdentity(WorkerProcessIdentity) - Method in class com.facebook.buck.worker.WorkerProcessParams
-
Copy the current immutable object by setting a present value for the optional workerProcessIdentity attribute.
- withWorkerProcessIdentity(Optional<? extends WorkerProcessIdentity>) - Method in class com.facebook.buck.worker.WorkerProcessParams
-
Copy the current immutable object by setting an optional value for the workerProcessIdentity attribute.
- withWorkerProcessParams(WorkerProcessParams) - Method in class com.facebook.buck.worker.WorkerJobParams
-
Copy the current immutable object by setting a value for the workerProcessParams attribute.
- withWorkerProcessPools(ConcurrentMap<String, WorkerProcessPool>) - Method in class com.facebook.buck.step.ExecutionContext
-
Copy the current immutable object by setting a value for the workerProcessPools attribute.
- withWorkspaceName(String) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
-
Copy the current immutable object by setting a present value for the optional workspaceName attribute.
- withWorkspaceName(Optional<String>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
-
Copy the current immutable object by setting an optional value for the workspaceName attribute.
- withWriteHeaders(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
-
Copy the current immutable object by replacing the writeHeaders map with the specified map.
- withXcodeBuildVersion(String) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Copy the current immutable object by setting a present value for the optional xcodeBuildVersion attribute.
- withXcodeBuildVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Copy the current immutable object by setting an optional value for the xcodeBuildVersion attribute.
- withXcodePrivateHeadersSymlinks(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- withXcodePrivateHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- withXcodePrivateHeadersSymlinks(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- withXcodePrivateHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- withXcodePrivateHeadersSymlinks(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- withXcodePrivateHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- withXcodePrivateHeadersSymlinks(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- withXcodePrivateHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- withXcodeProductType(String) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
xcodeProductType attribute.
- withXcodeProductType(Optional<String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
-
Copy the current immutable object by setting an optional value for the
xcodeProductType attribute.
- withXcodeProductType(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting a
present value for the optional
xcodeProductType attribute.
- withXcodeProductType(Optional<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the
xcodeProductType attribute.
- withXcodePublicHeadersSymlinks(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- withXcodePublicHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
-
- withXcodePublicHeadersSymlinks(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- withXcodePublicHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
-
- withXcodePublicHeadersSymlinks(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- withXcodePublicHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
-
- withXcodePublicHeadersSymlinks(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- withXcodePublicHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
-
- withXcodeVersion(String) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Copy the current immutable object by setting a present value for the optional xcodeVersion attribute.
- withXcodeVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Copy the current immutable object by setting an optional value for the xcodeVersion attribute.
- withXctest(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
-
Copy the current immutable object by setting a value for the xctest attribute.
- withXzCompressionLevel(int) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional xzCompressionLevel attribute.
- withXzCompressionLevel(Optional<Integer>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the xzCompressionLevel attribute.
- withYaccCompiler(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object by setting a present value for the optional yaccCompiler attribute.
- withYaccCompiler(Optional<? extends Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
-
Copy the current immutable object by setting an optional value for the yaccCompiler attribute.
- withZipAbsolutePath(Path) - Method in class com.facebook.buck.zip.ZipScrubberStep
-
Copy the current immutable object by setting a value for the zipAbsolutePath attribute.
- withZipSafe(boolean) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional zipSafe attribute.
- withZipSafe(Optional<Boolean>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
-
Copy the current immutable object by setting an optional value for the zipSafe attribute.
- withZipSafe(boolean) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
-
Copy the current immutable object by setting a present value for the optional zipSafe attribute.
- withZipSafe(Optional<Boolean>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
-
Copy the current immutable object by setting an optional value for the zipSafe attribute.
- withZipSafe(boolean) - Method in class com.facebook.buck.python.PythonPackageComponents
-
Copy the current immutable object by setting a present value for the optional zipSafe attribute.
- withZipSafe(Optional<Boolean>) - Method in class com.facebook.buck.python.PythonPackageComponents
-
Copy the current immutable object by setting an optional value for the zipSafe attribute.
- withZipSafe(boolean) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting a present value for the optional zipSafe attribute.
- withZipSafe(Optional<Boolean>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
-
Copy the current immutable object by setting an optional value for the zipSafe attribute.
- WorkAdvanceEvent - Interface in com.facebook.buck.event
-
Interface for events that are only sent out after there was some work done towards completing the
current command.
- WorkerJobParams - Class in com.facebook.buck.worker
-
Immutable implementation of AbstractWorkerJobParams.
- WorkerJobResult - Class in com.facebook.buck.worker
-
Immutable implementation of AbstractWorkerJobResult.
- WorkerMacroArg - Class in com.facebook.buck.rules.args
-
- WorkerMacroArg(MacroHandler, BuildTarget, CellPathResolver, BuildRuleResolver, String) - Constructor for class com.facebook.buck.rules.args.WorkerMacroArg
-
- WorkerMacroExpander - Class in com.facebook.buck.rules.macros
-
- WorkerMacroExpander() - Constructor for class com.facebook.buck.rules.macros.WorkerMacroExpander
-
- WorkerProcess - Class in com.facebook.buck.worker
-
- WorkerProcess(ProcessExecutor, ProcessExecutorParams, ProjectFilesystem, Path) - Constructor for class com.facebook.buck.worker.WorkerProcess
-
Worker process is a process that stays alive and receives commands which describe jobs.
- WorkerProcessCommand - Class in com.facebook.buck.worker
-
Immutable implementation of AbstractWorkerProcessCommand.
- WorkerProcessIdentity - Class in com.facebook.buck.worker
-
Immutable implementation of AbstractWorkerProcessIdentity.
- WorkerProcessParams - Class in com.facebook.buck.worker
-
Immutable implementation of AbstractWorkerProcessParams.
- WorkerProcessPool - Class in com.facebook.buck.worker
-
- WorkerProcessPool(int, HashCode) - Constructor for class com.facebook.buck.worker.WorkerProcessPool
-
- WorkerProcessPoolFactory - Class in com.facebook.buck.worker
-
WorkerProcessPoolFactory class is designed to provide you an instance of WorkerProcessPool based
on the params for the job that you provide.
- WorkerProcessPoolFactory(ProjectFilesystem) - Constructor for class com.facebook.buck.worker.WorkerProcessPoolFactory
-
- WorkerProcessProtocol - Interface in com.facebook.buck.worker
-
- WorkerProcessProtocol.CommandReceiver - Interface in com.facebook.buck.worker
-
- WorkerProcessProtocol.CommandSender - Interface in com.facebook.buck.worker
-
- WorkerProcessProtocolZero - Class in com.facebook.buck.worker
-
- WorkerProcessProtocolZero() - Constructor for class com.facebook.buck.worker.WorkerProcessProtocolZero
-
- WorkerProcessProtocolZero.CommandReceiver - Class in com.facebook.buck.worker
-
- WorkerProcessProtocolZero.CommandSender - Class in com.facebook.buck.worker
-
- WorkerShellStep - Class in com.facebook.buck.shell
-
- WorkerShellStep(Optional<WorkerJobParams>, Optional<WorkerJobParams>, Optional<WorkerJobParams>, WorkerProcessPoolFactory) - Constructor for class com.facebook.buck.shell.WorkerShellStep
-
Creates new shell step that uses worker process to delegate work.
- WorkerTool - Interface in com.facebook.buck.shell
-
- WorkerToolDescription - Class in com.facebook.buck.shell
-
- WorkerToolDescription(BuckConfig) - Constructor for class com.facebook.buck.shell.WorkerToolDescription
-
- WorkerToolDescriptionArg - Class in com.facebook.buck.shell
-
Immutable implementation of WorkerToolDescription.AbstractWorkerToolDescriptionArg.
- WorkerToolDescriptionArg.Builder - Class in com.facebook.buck.shell
-
- workingDirectory - Variable in class com.facebook.buck.shell.ShellStep
-
If specified, working directory will be different from build cell root.
- WorkspaceAndProjectGenerator - Class in com.facebook.buck.apple.project_generator
-
- WorkspaceAndProjectGenerator(Cell, TargetGraph, XcodeWorkspaceConfigDescriptionArg, BuildTarget, Set<ProjectGenerator.Option>, boolean, FocusedModuleTargetMatcher, boolean, CxxPlatform, String, Function<TargetNode<?, ?>, BuildRuleResolver>, BuckEventBus, HalideBuckConfig, CxxBuckConfig, SwiftBuckConfig) - Constructor for class com.facebook.buck.apple.project_generator.WorkspaceAndProjectGenerator
-
- wrap(byte[]) - Static method in class com.facebook.buck.android.resources.ResChunk
-
- wrapFileManager(StandardJavaFileManager) - Method in interface com.facebook.buck.jvm.java.ClassUsageFileWriter
-
- wrapFileManager(StandardJavaFileManager) - Method in class com.facebook.buck.jvm.java.DefaultClassUsageFileWriter
-
- wrapFileManager(StandardJavaFileManager) - Method in class com.facebook.buck.jvm.java.NoOpClassUsageFileWriter
-
- WRAPPER - Static variable in class com.facebook.buck.rules.keys.RuleKeyHasherTypes
-
- wrapperScope(RuleKeyHasher.Wrapper) - Method in class com.facebook.buck.rules.keys.RuleKeyScopedHasher
-
Hashes the wrapper iff non-empty (i.e.
- wrapperSubType(RuleKeyHasher.Wrapper) - Static method in class com.facebook.buck.rules.keys.RuleKeyHasherTypes
-
- wrapRealTaskListener(PluginClassLoader, Object) - Static method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskListener
-
- wrapReplacerWithFileOutput(MacroReplacer, BuildTarget, BuildRuleResolver) - Static method in class com.facebook.buck.rules.macros.OutputToFileExpanderUtils
-
- wrapsCxxGenrule(SourcePathRuleFinder, SourcePath) - Static method in class com.facebook.buck.cxx.CxxGenruleDescription
-
- write(OutputStream) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.FetchResponse
-
- write(OutputStream) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.StoreRequest
-
- write(ByteBuffer) - Method in class com.facebook.buck.cxx.elf.ElfSymbolTable.Entry.Info
-
- write(ElfHeader.EIClass, ByteBuffer) - Method in class com.facebook.buck.cxx.elf.ElfSymbolTable
-
- write(ElfHeader.EIClass, ByteBuffer) - Method in class com.facebook.buck.cxx.elf.ElfVerDef
-
- write(ElfHeader.EIClass, ByteBuffer) - Method in class com.facebook.buck.cxx.elf.ElfVerNeed
-
- write() - Method in class com.facebook.buck.ide.intellij.IjProject
-
Write the project to disk.
- write(IJProjectCleaner) - Method in class com.facebook.buck.ide.intellij.IjProjectWriter
-
- write(IJProjectCleaner) - Method in class com.facebook.buck.ide.intellij.PregeneratedCodeWriter
-
- write(StubJarWriter) - Method in class com.facebook.buck.jvm.java.abi.StubJarEntry
-
- write(String) - Method in interface com.facebook.buck.log.ConsoleHandlerState.Writer
-
- write(char[], int, int) - Method in class com.facebook.buck.log.ReferenceCountedWriter
-
- write(int) - Method in class com.facebook.buck.log.ReferenceCountedWriter
-
- write(char[]) - Method in class com.facebook.buck.log.ReferenceCountedWriter
-
- write(String) - Method in class com.facebook.buck.log.ReferenceCountedWriter
-
- write(String, int, int) - Method in class com.facebook.buck.log.ReferenceCountedWriter
-
- write(int) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
-
- write(byte[]) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
-
- write(byte[], int, int) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
-
- write(int) - Method in class com.facebook.buck.util.hash.HasherOutputStream
-
- write(byte[], int, int) - Method in class com.facebook.buck.util.hash.HasherOutputStream
-
- write(int) - Method in class com.facebook.buck.util.TeeOutputStream
-
- write(byte[], int, int) - Method in class com.facebook.buck.zip.CustomZipOutputStream
-
- write(int) - Method in class com.facebook.buck.zip.CustomZipOutputStream
-
Writes the specified byte to this output stream.
- write(OutputStream) - Method in class com.facebook.buck.zip.DeterministicManifest
-
- writeAndClose(OutputStream) - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.Request
-
- writeArtifactCompressionEvent(ArtifactCompressionEvent, ChromeTraceEvent.Phase) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
-
- writeBytesToPath(byte[], Path, FileAttribute<?>...) - Method in class com.facebook.buck.io.ProjectFilesystem
-
- writeCommandToBuffer(LinkEditDataCommand, ByteBuffer) - Static method in class com.facebook.buck.macho.LinkEditDataCommandUtils
-
- writeCommandToBuffer(LoadCommandCommonFields, ByteBuffer) - Static method in class com.facebook.buck.macho.LoadCommandCommonFieldsUtils
-
Writes a byte representation of the load command into the given buffer.
- writeCommandToBuffer(SegmentCommand, ByteBuffer, boolean) - Static method in class com.facebook.buck.macho.SegmentCommandUtils
-
- writeCommandToBuffer(SymTabCommand, ByteBuffer) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
-
- writeCommandToBuffer(UUIDCommand, ByteBuffer) - Static method in class com.facebook.buck.macho.UUIDCommandUtils
-
- writeContentsToPath(String, Path, FileAttribute<?>...) - Method in class com.facebook.buck.io.ProjectFilesystem
-
- writeEntry(Path, ThrowingSupplier<InputStream, IOException>) - Method in class com.facebook.buck.jvm.java.abi.JavaFileManagerStubJarWriter
-
- writeEntry(String, InputStream) - Method in class com.facebook.buck.zip.CustomZipOutputStream
-
- writeEvent(IndividualTestEvent.Finished) - Method in class com.facebook.buck.event.listener.FileSerializationEventBusListener
-
- WriteFile - Class in com.facebook.buck.file
-
- WriteFile(BuildRuleParams, String, Path, boolean) - Constructor for class com.facebook.buck.file.WriteFile
-
- WriteFile(BuildRuleParams, byte[], Path, boolean) - Constructor for class com.facebook.buck.file.WriteFile
-
- WriteFile(WinNT.HANDLE, ByteBuffer, int, IntByReference, Pointer) - Method in interface com.facebook.buck.io.windowspipe.WindowsNamedPipeLibrary
-
- writeFile(ProjectFilesystem, CellPathResolver) - Method in interface com.facebook.buck.jvm.java.ClassUsageFileWriter
-
- writeFile(ProjectFilesystem, CellPathResolver) - Method in class com.facebook.buck.jvm.java.DefaultClassUsageFileWriter
-
- writeFile(ProjectFilesystem, CellPathResolver) - Method in class com.facebook.buck.jvm.java.NoOpClassUsageFileWriter
-
- writeFileAndGetInputStream(BuildJobStateFileHashEntry, Path) - Method in class com.facebook.buck.distributed.LocalFsContentsProvider
-
- WriteFileStep - Class in com.facebook.buck.step.fs
-
- WriteFileStep(ProjectFilesystem, ByteSource, Path, boolean) - Constructor for class com.facebook.buck.step.fs.WriteFileStep
-
- WriteFileStep(ProjectFilesystem, String, Path, boolean) - Constructor for class com.facebook.buck.step.fs.WriteFileStep
-
- WriteFileStep(ProjectFilesystem, Supplier<String>, Path, boolean) - Constructor for class com.facebook.buck.step.fs.WriteFileStep
-
- writeFilesToKeepToFile(String) - Method in class com.facebook.buck.ide.intellij.IJProjectCleaner
-
- writeLinesToFile(Iterable<String>, Path) - Static method in class com.facebook.buck.io.MoreFiles
-
Writes the specified lines to the specified file, encoded as UTF-8.
- writeLinesToPath(Iterable<String>, Path, FileAttribute<?>...) - Method in class com.facebook.buck.io.ProjectFilesystem
-
Writes each line in lines with a trailing newline to a file at the specified path.
- writeLock() - Method in class com.facebook.buck.util.concurrent.AutoCloseableReadWriteUpdateLock
-
- writeManifest() - Method in class com.facebook.buck.zip.CustomJarOutputStream
-
- writeMetadataToDisk(boolean) - Method in class com.facebook.buck.rules.BuildInfoRecorder
-
- writeNlistToBuffer(Nlist, ByteBuffer, boolean) - Static method in class com.facebook.buck.macho.NlistUtils
-
Writes the given Nlist to the buffer at the current position.
- writeOutput() - Method in class com.facebook.buck.graph.Dot
-
- WRITER - Static variable in class com.facebook.buck.util.ObjectMappers
-
- writeResult(String, List<TestResult>) - Method in class com.facebook.buck.testrunner.BaseRunner
-
The test result file is written as XML to avoid introducing a dependency on JSON (see class
overview).
- writeStdin(ByteBuffer) - Method in interface com.facebook.buck.util.ListeningProcessExecutor.LaunchedProcess
-
Invoke this to directly write data to the launched process's stdin.
- writeStringTableFromStrings(Iterable<String>, OutputStream) - Static method in class com.facebook.buck.cxx.elf.ElfStringTable
-
Writes a string table from the given strings.
- writeStringTableFromStringTable(byte[], Iterable<Integer>, OutputStream) - Static method in class com.facebook.buck.cxx.elf.ElfStringTable
-
Writes a string table from null terminated byte strings described by the byte array and
indices.
- WriteStringTemplateRule - Class in com.facebook.buck.rules
-
- WriteStringTemplateRule(BuildRuleParams, Path, SourcePath, ImmutableMap<String, String>, boolean) - Constructor for class com.facebook.buck.rules.WriteStringTemplateRule
-
- writeSubgraphOutput(DirectedAcyclicGraph<T>, String, ImmutableSet<T>, Function<T, String>, Function<T, String>, Appendable, boolean) - Static method in class com.facebook.buck.graph.Dot
-
- writeTo(ProjectFilesystem, Path) - Method in class com.facebook.buck.jvm.java.abi.StubJar
-
- writeTo(JavaFileManager) - Method in class com.facebook.buck.jvm.java.abi.StubJar
-
- writeToJar(JarBuilder, String) - Method in class com.facebook.buck.jvm.java.JarFileObject
-
- writeToJar(JarBuilder) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
-
- writeToJar(JarBuilder, String) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileObject
-
- writeToJar(JarBuilder, String) - Method in class com.facebook.buck.jvm.java.JavaNoOpFileObject
-
- writeXmlOutput(List<TestResults>, Writer) - Static method in class com.facebook.buck.cli.TestRunning
-
Writes the test results in XML format to the supplied writer.